DBA Data[Home] [Help]

APPS.PO_ITEMS_SV dependencies on DUAL

Line 692: FROM DUAL

688: -- if the line has not been saved, then find all possible
689: -- revisions from within the org in current sob.
690: SELECT 1
691: INTO l_dummy
692: FROM DUAL
693: WHERE EXISTS
694: (SELECT MIR.revision
695: FROM mtl_item_revisions MIR,
696: org_organization_definitions OOD

Line 753: FROM DUAL

749: -- If one of the revision counts is the same as the number of shipments,
750: -- it means that all ship to orgs have this revision
751: SELECT 1
752: INTO l_dummy
753: FROM DUAL
754: WHERE EXISTS
755: ( SELECT 1
756: FROM po_session_gt
757: WHERE key = l_key