DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on ECX_EXT_PROCESSES

Line 88: ecx_ext_processes proc,

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
92: trx.transaction_subtype = p_doc_rec.ecx_trx_subtype and