DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on ECX_TP_HEADERS

Line 89: ecx_tp_headers tph,

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
93: trx.party_type = p_doc_rec.ecx_party_type and