DBA Data[Home] [Help]

APPS.CSP_PLANNER_NOTIFICATIONS dependencies on PO_LOCATION_ASSOCIATIONS

Line 391: from po_location_associations

387: -- get customer id
388: BEGIN
389: select customer_id
390: into l_cust_id
391: from po_location_associations
392: where location_id = P_dd_loc_id;
393: EXCEPTION
394: when no_data_found then
395: l_cust_id := 0;