DBA Data[Home] [Help]

APPS.MRP_CREATE_SCHEDULE_ISO dependencies on OE_SHIP_TO_ORGS_V

Line 141: from oe_ship_to_orgs_v org, hz_parties hp, hz_cust_accounts hca

137: */
138:
139: CURSOR c_ship_to_location_id(p_customer_id number, p_site_use_id number) IS
140: select org.organization_id
141: from oe_ship_to_orgs_v org, hz_parties hp, hz_cust_accounts hca
142: where org.customer_id = hca.cust_account_id
143: and hp.party_id = hca.party_id
144: and hca.cust_account_id = p_customer_id
145: and org.site_use_id = p_site_use_id