DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on MTL_TXN_REQUEST_LINES

Line 130: FROM mtl_txn_request_lines

126: ,TO_LOCATOR_ID
127: ,revision
128: ,TXN_SOURCE_ID
129: ,TXN_SOURCE_LINE_ID
130: FROM mtl_txn_request_lines
131: WHERE line_id = p_transaction_id;
132:
133: CURSOR c_flow_lpn_mti IS
134: SELECT lpn_id

Line 528: -- 3 means Mtl_txn_request_lines is the driving table

524: -- Added l_transaction_identifier, for flow
525: -- Depending on when it is called, the driving table might be different
526: -- 1 means MMTT is the driving table
527: -- 2 means MTI is the driving table
528: -- 3 means Mtl_txn_request_lines is the driving table
529:
530: l_transaction_identifier NUMBER := 0;
531: l_label_index NUMBER;
532: l_label_request_id NUMBER;