DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on MTL_TRANSACTION_TYPES

Line 2330: From mtl_transaction_types

2326:
2327: if( p_source_type_id = INV_GLOBALS.G_SourceType_Inventory ) then
2328: select transaction_action_id
2329: into l_action_id
2330: From mtl_transaction_types
2331: where transaction_type_id = p_transaction_Type_id
2332: And transaction_Source_Type_id = p_source_type_id;
2333:
2334: if( l_action_id = INV_GLOBALS.G_Action_Subxfr ) then