DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_TRANSACTION_TYPES

Line 2104: From mtl_transaction_types

2100:
2101: if( p_source_type_id = INV_GLOBALS.G_SourceType_Inventory ) then
2102: select transaction_action_id
2103: into l_action_id
2104: From mtl_transaction_types
2105: where transaction_type_id = p_transaction_Type_id
2106: And transaction_Source_Type_id = p_source_type_id;
2107:
2108: if( l_action_id = INV_GLOBALS.G_Action_Subxfr ) then