DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on PO_LOCATION_ASSOCIATIONS_ALL

Line 3531: po_location_associations_all pla

3527: select distinct org.location_id
3528: into l_deliver_location_id
3529: from hr_organization_units org,
3530: hr_locations loc,
3531: po_location_associations_all pla
3532: where org.organization_id =
3533: l_kanban_card_Rec_Tbl(1).Organization_id
3534: and org.location_id = loc.location_id
3535: and pla.location_id = loc.location_id;