DBA Data[Home] [Help]

APPS.PO_LOCATIONS_SV2 dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 45: org_organization_definitions org -- Bug 5028505

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
49: