DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on PO_LOCATION_ASSOCIATIONS

Line 409: from po_location_associations

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