Oracle EBS Technique Sharing

Monday, June 25, 2018

Tables and Columns Information - all_tab_columns & all_objects

all_tab_columns 

select * from all_tab_columns
where table_name = 'PO_REQUISITION_LINES_ALL'
and column_name like '%HAZARD_CLASS%';


all_objects

select * from ALL_OBJECTS
where object_name like 'PS%'
and object_type = 'TABLE'




Posted by Finch Chen at 2:28 AM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Finch Chen
View my complete profile

Blog Archive

  • ►  2022 (5)
    • ►  September (1)
    • ►  May (1)
    • ►  March (3)
  • ►  2021 (4)
    • ►  April (1)
    • ►  January (3)
  • ►  2020 (12)
    • ►  December (6)
    • ►  November (1)
    • ►  October (2)
    • ►  May (2)
    • ►  January (1)
  • ►  2019 (13)
    • ►  November (1)
    • ►  October (4)
    • ►  September (1)
    • ►  July (3)
    • ►  June (1)
    • ►  February (1)
    • ►  January (2)
  • ▼  2018 (35)
    • ►  December (3)
    • ►  November (9)
    • ►  October (2)
    • ►  September (3)
    • ►  August (6)
    • ►  July (4)
    • ▼  June (8)
      • Tables and Columns Information - all_tab_columns &...
      • Here are detail steps to copy personalization from...
      • Personalization for Profile Setting
      • Method 4 - Removing personalization document in th...
      • How to Grab Debug Log
      • How to Check DB Version
      • No Record Response When Access HR table Views
      • XXX is not a valid responsibility for the current ...
Awesome Inc. theme. Powered by Blogger.