DBA Data[Home] [Help]

APPS.INV_LABEL_PVT3 dependencies on MTL_TXN_REQUEST_LINES

Line 111: FROM mtl_txn_request_lines

107: -- following 2 flow csrs or the generic mmtt crsr will be called
108:
109: CURSOR c_flow_lpn_mol IS
110: SELECT lpn_id
111: FROM mtl_txn_request_lines
112: WHERE line_id = p_transaction_id;
113:
114: CURSOR c_flow_lpn_mti IS
115: SELECT lpn_id

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

494: -- Added l_transaction_identifier, for flow
495: -- Depending on when it is called, the driving table might be different
496: -- 1 means MMTT is the driving table
497: -- 2 means MTI is the driving table
498: -- 3 means Mtl_txn_request_lines is the driving table
499:
500: l_transaction_identifier NUMBER := 0;
501: l_label_index NUMBER;
502: l_label_request_id NUMBER;