DBA Data[Home] [Help]

APPS.PO_ITEMS_SV dependencies on PO_LINE_LOCATIONS_ALL

Line 753: FROM po_line_locations_all PLL,

749: )
750: SELECT l_key,
751: MIR.revision,
752: count(*)
753: FROM po_line_locations_all PLL,
754: mtl_item_revisions MIR,
755: org_organization_definitions OOD
756: WHERE PLL.po_line_id = p_po_line_id
757: AND NVL(PLL.cancel_flag, 'N') = 'N'