DBA Data[Home] [Help]

APPS.INV_INVENTORY_ADJUSTMENT dependencies on MTL_TRANSACTION_TYPES

Line 58: from mtl_transaction_types

54:
55: begin
56: select transaction_type_id
57: into l_txn_type_id
58: from mtl_transaction_types
59: where transaction_type_name = p_trx_type;
60: exception
61: when others then
62: l_txn_type_id := null;