DBA Data[Home] [Help]

APPS.ECX_DOCUMENT dependencies on ECX_STANDARDS

Line 97: ecx_standards es,

93: i_party_site_id,
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

Line 397: ecx_standards es,

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
399: where ( eth.party_id = i_party_id or i_party_id is null )
400: and eth.party_site_id = i_party_site_id
401: and eth.party_type = et.party_type

Line 1820: ecx_standards es

1816: hub_id,
1817: hub_user_id
1818: from ecx_tp_details etd,
1819: ecx_ext_processes eep,
1820: ecx_standards es
1821: where etd.source_tp_location_code = p_party_ext_code
1822: and eep.ext_type = p_ext_type
1823: and eep.ext_subtype = p_ext_subtype
1824: and eep.ext_process_id = etd.ext_process_id

Line 2060: ecx_standards es,

2056: from ecx_tp_details etd,
2057: ecx_tp_headers eth,
2058: ecx_ext_processes eep,
2059: ecx_transactions et,
2060: ecx_standards es,
2061: ecx_mappings em
2062: where ( eth.party_id = i_party_id or i_party_id is null )
2063: and eth.party_site_id = i_party_site_id
2064: and eth.party_type = et.party_type