DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on PO_LOCATION_ASSOCIATIONS

Line 407: from po_location_associations

403: -- get customer id
404: BEGIN
405: select customer_id
406: into l_cust_id
407: from po_location_associations
408: where location_id = P_dd_loc_id;
409: EXCEPTION
410: when no_data_found then
411: l_cust_id := 0;