DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on PO_VENDORS

Line 298: -- 3) PO_VENDORS (...from the Supplier defaults)

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: --
301: -- For each Receiving Control not gotten at the first level, we will try to
302: -- retrieve a value for it from the next level, and so on.

Line 497: FROM po_vendors

493: x_qty_rcv_exception_code,
494: x_days_early_receipt_allowed,
495: x_days_late_receipt_allowed,
496: x_receipt_days_exception_code
497: FROM po_vendors
498: WHERE vendor_id = p_vendor_id;
499: EXCEPTION
500: WHEN NO_DATA_FOUND THEN
501: NULL;