DBA Data[Home] [Help]

APPS.RCV_ACCEVENTS_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 72: l_po_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;

68: l_grparent_trx_type RCV_TRANSACTIONS.transaction_type%TYPE;
69: l_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;
70:
71: -- 12i Complex Work Procurement -------------------------------------------
72: l_po_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;
73: l_shipment_type PO_LINE_LOCATIONS_ALL.shipment_type%TYPE;
74: ---------------------------------------------------------------------------
75:
76: l_opm_flag NUMBER;

Line 73: l_shipment_type PO_LINE_LOCATIONS_ALL.shipment_type%TYPE;

69: l_po_header_id PO_HEADERS_ALL.po_header_id%TYPE;
70:
71: -- 12i Complex Work Procurement -------------------------------------------
72: l_po_line_location_id PO_LINE_LOCATIONS_ALL.line_location_id%TYPE;
73: l_shipment_type PO_LINE_LOCATIONS_ALL.shipment_type%TYPE;
74: ---------------------------------------------------------------------------
75:
76: l_opm_flag NUMBER;
77: l_cr_flag BOOLEAN;