DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on ECX_TP_HEADERS

Line 1530: from ecx_tp_details etd, ecx_tp_headers eth, ecx_ext_processes eep

1526: -- Note: Username can be null in case of SMTP.
1527: begin
1528: select etd.username, etd.source_tp_location_code
1529: into x_to_domain, x_to_identity
1530: from ecx_tp_details etd, ecx_tp_headers eth, ecx_ext_processes eep
1531: where eth.party_id = p_tp_id and eth.party_site_id = p_tp_site_id
1532: and etd.tp_header_id = eth.tp_header_id and
1533: eep.ext_type = 'ORDER' and eep.ext_subtype = 'REQUEST' and
1534: eep.ext_process_id = etd.ext_process_id;