DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on MTL_TRANSACTIONS_INTERFACE

Line 1897: from mtl_transactions_interface

1893: BEGIN
1894: if(txn_intf_id is not null) then
1895: select count(transaction_interface_id)
1896: into l_cnt
1897: from mtl_transactions_interface
1898: where parent_id is not null
1899: and parent_id = txn_intf_id;
1900: end if;
1901: return l_cnt;