SELECT jp.path_docid , jdr_mds_internal.getdocumentname(jp.path_docid) Personalization_path, jp.path_name, Jp.Path_Owner_Docid, Jp.Path_Seq, Jp.Path_Type, Jp.Path_Xml_Encoding, Jp.Path_Xml_Version, Jp.Created_By, Jp.Creation_Date, Jp.Last_Updated_By, Jp.Last_Update_Date FROM jdr_paths jp WHERE jp.path_docid IN ( SELECT DISTINCT comp_docid FROM jdr_components WHERE comp_seq = 0 AND comp_element = 'customization' AND comp_id IS NULL ) AND upper(jdr_mds_internal.getdocumentname(jp.path_docid) ) LIKE upper('%USER%ByrMainPG%');
This blog is for Oracle Ebs, Fusion and OIC Techno- Functional People. I am sharing my work experience through this blog.
Tuesday, 20 March 2018
Query to find OAF form personalization details from backend.
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