DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on ECX_TRANSACTIONS

Line 87: from ecx_transactions trx,

83: l_exists varchar2(1);
84: l_retcode boolean := false;
85:
86: cursor ecxTrx is select 'x'
87: from ecx_transactions trx,
88: ecx_ext_processes proc,
89: ecx_tp_headers tph,
90: ecx_tp_details tpd
91: where trx.transaction_type = p_doc_rec.ecx_trx_type and