DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_TP_HEADERS

Line 1163: ecx_tp_headers eth

1159: from ecx_tp_details etd,
1160: ecx_ext_processes eep,
1161: ecx_standards es,
1162: ecx_transactions et,
1163: ecx_tp_headers eth
1164: where etd.tp_detail_id = i_tp_detail_id
1165: and es.standard_id = eep.standard_id
1166: and eep.ext_process_id = etd.ext_process_id
1167: and eep.transaction_id = et.transaction_id

Line 1497: from ecx_tp_headers eth,

1493:
1494: begin
1495: select party_type
1496: into i_party_type
1497: from ecx_tp_headers eth,
1498: ecx_tp_details etd
1499: where eth.tp_header_id = etd.tp_header_id
1500: and etd.tp_detail_id = i_tp_detail_id;
1501: exception