DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on PO_LINE_LOCATIONS_ALL

Line 296: -- 1) PO_LINE_LOCATIONS_ALL (...from the PO Shipment)

292: --
293: -- (Overloaded procedure)
294: -- Retrieves default Receiving Controls according to the following hierarchy:
295: --
296: -- 1) PO_LINE_LOCATIONS_ALL (...from the PO Shipment)
297: -- 2) MTL_SYSTEM_ITEMS (...from the Item Master definition)
298: -- 3) PO_VENDORS (...from the Supplier defaults)
299: -- 4) RCV_PARAMETERS (...from the Receiving Controls Setup)
300: --

Line 410: FROM po_line_locations_all

406: x_qty_rcv_exception_code,
407: x_days_early_receipt_allowed,
408: x_days_late_receipt_allowed,
409: x_receipt_days_exception_code
410: FROM po_line_locations_all
411: WHERE line_location_id = p_line_location_id;
412: EXCEPTION
413: WHEN NO_DATA_FOUND THEN
414: NULL;