DBA Data[Home] [Help]

APPS.PO_LOCATIONS_SV2 dependencies on PO_LOCATION_ASSOCIATIONS_ALL

Line 44: FROM po_location_associations_all pla,

40: AND (nvl(x_val_internal, 'N') = 'N'
41: OR
42: x_location_id in
43: (SELECT pla.location_id
44: FROM po_location_associations_all pla,
45: org_organization_definitions org -- Bug 5028505
46: WHERE pla.location_id = x_location_id
47: AND org.organization_id= x_source_org_id -- Bug 5028505
48: AND org.operating_unit = pla.org_id )); -- Bug 5028505