DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on MTL_TRANSACTION_TYPES

Line 418: from mtl_transaction_types

414: Else
415: BEGIN
416: select transaction_source_type_id
417: into x_trolin_tbl(l_index).transaction_source_type_id
418: from mtl_transaction_types
419: where transaction_type_id = x_trolin_tbl(l_index).transaction_type_id;
420: EXCEPTION
421: WHEN NO_DATA_FOUND THEN
422: print_debug('Error in fetching source type, Invalid transaction type', l_api_name);