DBA Data[Home] [Help]

APPS.INVTROAP dependencies on MTL_TXN_REQUEST_LINES

Line 920: from mtl_txn_request_lines

916:
917: -- Bug #5462193, added the code below so that cancelled line is not approved
918: select line_status
919: into l_line_status
920: from mtl_txn_request_lines
921: where line_id = l_line_id;
922:
923:
924: IF l_line_status = INV_GLOBALS.G_TO_STATUS_PENDING_APPROVAL THEN

Line 968: from mtl_txn_request_lines

964:
965: -- Bug #5462193, added the code below so that cancelled line is not approved
966: select line_status
967: into l_line_status
968: from mtl_txn_request_lines
969: where line_id = l_line_id;
970:
971: IF l_line_status = INV_GLOBALS.G_TO_STATUS_PENDING_APPROVAL THEN
972: Inv_trolin_Util.Update_Row_Status(l_Line_id ,