DBA Data[Home] [Help]

APPS.INV_DEFAULT_TROLIN dependencies on MTL_TXN_REQUEST_HEADERS

Line 971: FROM mtl_txn_request_headers

967: -- this is because on hand might not have this lot already
968: -- in the case of a putaway move order
969:
970: SELECT move_order_type INTO l_mov_order_type
971: FROM mtl_txn_request_headers
972: WHERE header_id=g_trolin_rec.header_id;
973:
974: IF l_mov_order_type=INV_GLOBALS.g_move_order_put_away
975: THEN