DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on ECX_TRANSACTIONS

Line 788: from ecx_transactions

784:
785: cursor c_party_type(i_transaction_type in varchar2, i_transaction_subtype in varchar2)
786: is
787: select party_type
788: from ecx_transactions
789: where transaction_type = i_transaction_type
790: and transaction_subtype = i_transaction_subtype;
791:
792: p_event wf_event_t;