DBA Data[Home] [Help]

APPS.RCV_PROCESSOR_PVT dependencies on RCV_SHIPMENT_HEADERS

Line 472: l_shipment_header_id rcv_shipment_headers.shipment_header_id%TYPE;

468: l_transaction_id rcv_transactions.transaction_id%TYPE;
469: l_serial_count NUMBER;
470: l_lpn_id rcv_supply.lpn_id%TYPE;
471: l_validation_flag rcv_transactions_interface.validation_flag%TYPE;
472: l_shipment_header_id rcv_shipment_headers.shipment_header_id%TYPE;
473: l_item_id rcv_transactions_interface.item_id%TYPE;
474: BEGIN
475: IF (g_asn_debug = 'Y') THEN
476: asn_debug.put_line('p_interface_transaction_id ' || p_interface_transaction_id);

Line 1434: l_shipment_header_id rcv_shipment_headers.shipment_header_id%TYPE;

1430: l_update_shipment_supply VARCHAR2(1) := 'N';
1431: l_parent_trans_type rcv_transactions.transaction_type%TYPE;
1432: l_lpn_id rcv_supply.lpn_id%TYPE;
1433: l_validation_flag rcv_transactions_interface.validation_flag%TYPE;
1434: l_shipment_header_id rcv_shipment_headers.shipment_header_id%TYPE;
1435: l_item_id rcv_transactions_interface.item_id%TYPE;
1436: BEGIN
1437: IF (g_asn_debug = 'Y') THEN
1438: asn_debug.put_line('Enter update_rcv_serials_supply ');