DBA Data[Home] [Help]

APPS.ECX_DOCUMENT dependencies on ECX_TP_HEADERS

Line 98: ecx_tp_headers eth,

94: i_confirmation
95: from ecx_ext_processes eep,
96: ecx_transactions et,
97: ecx_standards es,
98: ecx_tp_headers eth,
99: ecx_tp_details etd
100: where et.transaction_type = p_transaction_type
101: and et.transaction_subtype = p_transaction_subtype
102: and (p_party_type is null or eth.party_type = p_party_type)

Line 394: ecx_tp_headers eth,

390: i_party_type,
391: i_tp_header_id,
392: ecx_utils.g_tp_dtl_id
393: from ecx_tp_details etd,
394: ecx_tp_headers eth,
395: ecx_ext_processes eep,
396: ecx_transactions et,
397: ecx_standards es,
398: ecx_mappings em

Line 2060: ecx_tp_headers eth,

2056:
2057:
2058: select etd.confirmation into o_confirmation
2059: from ecx_tp_details etd,
2060: ecx_tp_headers eth,
2061: ecx_ext_processes eep,
2062: ecx_transactions et,
2063: ecx_standards es,
2064: ecx_mappings em