SELECT a.object_name, decode(a.object_type, 'PACKAGE', 'Package Spec', 'PACKAGE BODY', 'Package Body', a.object_type) type, ( SELECT ltrim(rtrim(substr(substr(c.text, instr(c.text,'Header: ')), instr(substr(c.text, instr(c.text,'Header: ')), ' ', 1, 1), instr(substr(c.text, instr(c.text,'Header: ')), ' ', 1, 2) - instr(substr(c.text, instr(c.text,'Header: ')), ' ', 1, 1) ))) || ' - ' || ltrim(rtrim(substr(substr(c.text, instr(c.text,'Header: ')), instr(substr(c.text, instr(c.text,'Header: ')), ' ', 1, 2), instr(substr(c.text, instr(c.text,'Header: ')), ' ', 1, 3) - instr(substr(c.text, instr(c.text,'Header: ')), ' ', 1, 2) ))) FROM dba_source c WHERE c.owner = a.owner AND c.name = a.object_name AND c.type = a.object_type AND c.line = 2 AND c.text like '%$Header%' ) "File Version", b.text "Error Text" FROM dba_objects a, dba_errors b WHERE a.object_name = b.name(+) AND a.object_type = b.type(+) AND a.owner = 'APPS' AND a.status = 'INVALID';
This blog is for Oracle Ebs, Fusion and OIC Techno- Functional People. I am sharing my work experience through this blog.
Friday, 1 February 2019
Query to find Invalid Objects with Error in oracle apps
Subscribe to:
Post Comments (Atom)
AP Invoice Notes related Table details in Oracle Fusion
What is the table that stores the AP Invoice notes? AP notes are stored in ZMM_NOTES table with SOURCE_OBJECT_CODE = 'AP_STANDARD_INVOI...
-
P2P CYCLE: INVENTORY=> REQUIESTITION=> RFQ=> QUOTATION=> QUOTATION ANALYSIS=> PURCHASE ORDER =>...
-
Order to Cash (O2C) Cycle with in Oracle Apps Enter the Sales Order Book the Sales Order Launch Pick Release Ship Confirm Create In...
-
---------- 1) Below given query can be used TO get concatenated Gl code combinations segment AND its description USING API GL_FLEXFIELDS_PK...
No comments:
Post a Comment