DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on ECX_TP_HEADERS

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

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