DBA Data[Home] [Help]

APPS.PO_CUSTOMERS_SV dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 29: org_organization_definitions org

25: INTO x_customer_id,
26: x_address_id,
27: x_site_use_id
28: FROM po_location_associations_all pola,
29: org_organization_definitions org
30: WHERE pola.location_id = x_deliver_to_location_id
31: AND org.organization_id= x_source_org_id -- bug 5028505
32: AND org.operating_unit= pola.org_id; -- bug 5028505
33: