DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_TP_HEADERS

Line 1148: ecx_tp_headers eth

1144: from ecx_tp_details etd,
1145: ecx_ext_processes eep,
1146: ecx_standards es,
1147: ecx_transactions et,
1148: ecx_tp_headers eth
1149: where etd.tp_detail_id = i_tp_detail_id
1150: and es.standard_id = eep.standard_id
1151: and eep.ext_process_id = etd.ext_process_id
1152: and eep.transaction_id = et.transaction_id

Line 1482: from ecx_tp_headers eth,

1478:
1479: begin
1480: select party_type
1481: into i_party_type
1482: from ecx_tp_headers eth,
1483: ecx_tp_details etd
1484: where eth.tp_header_id = etd.tp_header_id
1485: and etd.tp_detail_id = i_tp_detail_id;
1486: exception