DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 588: org_organization_definitions ood

584: rcv_shipment_headers rsh,
585: rcv_shipment_lines rsl,
586: rcv_supply ms,
587: rcv_transactions rt,
588: org_organization_definitions ood
589: WHERE rsh.shipment_header_id = ms.shipment_header_id
590: AND ms.to_organization_id = p_organization_id
591: AND rt.organization_id = p_organization_id
592: AND rsl.from_organization_id = ood.organization_id(+)