DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on MTL_TRANSACTIONS_INTERFACE

Line 2117: from mtl_transactions_interface

2113: BEGIN
2114: if(txn_intf_id is not null) then
2115: select count(transaction_interface_id)
2116: into l_cnt
2117: from mtl_transactions_interface
2118: where parent_id is not null
2119: and parent_id = txn_intf_id;
2120: end if;
2121: return l_cnt;