DBA Data[Home] [Help]

APPS.FLM_KANBAN_CONSOLIDATION dependencies on PO_LOCATION_ASSOCIATIONS_ALL

Line 558: po_location_associations_all pla

554: select distinct org.location_id
555: into l_deliver_location_id
556: from hr_organization_units org,
557: hr_locations loc,
558: po_location_associations_all pla
559: where org.organization_id =
560: l_kanban_card_Rec_Tbl(1).Organization_id
561: and org.location_id = loc.location_id
562: and pla.location_id = loc.location_id;