DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 616: org_organization_definitions ood

612: rcv_shipment_headers rsh,
613: rcv_shipment_lines rsl,
614: rcv_supply ms,
615: rcv_transactions rt,
616: org_organization_definitions ood
617: WHERE rsh.shipment_header_id = ms.shipment_header_id
618: AND ms.to_organization_id = p_organization_id
619: AND rt.organization_id = p_organization_id
620: AND rsl.from_organization_id = ood.organization_id(+)