DBA Data[Home] [Help]

APPS.AR_TRANSFER_DOCUMENT dependencies on ECX_TP_DETAILS

Line 91: ecx_tp_details tpd

87: select 'x'
88: from ecx_transactions trx,
89: ecx_ext_processes proc,
90: ecx_tp_headers tph,
91: ecx_tp_details tpd
92: where trx.transaction_type = p_doc_rec.ecx_trx_type and
93: trx.transaction_subtype = p_doc_rec.ecx_trx_subtype and
94: trx.party_type = p_doc_rec.ecx_party_type and
95: proc.direction = 'OUT' and