DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on MTL_TXN_REQUEST_LINES

Line 183: FROM MTL_TXN_REQUEST_LINES MTRL

179: SELECT MTRL.ORGANIZATION_ID ORGANIZATION_ID,
180: MTRL.TO_SUBINVENTORY_CODE TO_SUBINVENTORY_CODE,
181: to_number(NULL) transaction_action_id, -- swapped the third and fourth parameter for bug 6761233
182: MTRL.ORGANIZATION_ID TO_ORGANIZATION_ID
183: FROM MTL_TXN_REQUEST_LINES MTRL
184: WHERE mtrl.line_id=p_line_id;
185:
186: CURSOR c_input_line_mmtt IS --Bug#10023490
187: SELECT

Line 771: UPDATE mtl_txn_request_lines mtrl

767: END IF;
768:
769: --else if input_line_type Move Order
770: else
771: UPDATE mtl_txn_request_lines mtrl
772: SET mtrl.to_cost_group_id = l_cost_group_id
773: WHERE mtrl.line_id = p_line_id;
774: end if;
775: