DBA Data[Home] [Help]

APPS.PO_INBOUND_XML dependencies on ECX_TP_HEADERS

Line 817: FROM ecx_tp_headers eth,

813: SELECT eth.party_type ,
814: eth.party_site_id
815: INTO p_trading_partner_type,
816: p_trading_partner_site_id
817: FROM ecx_tp_headers eth,
818: ecx_tp_details etd
819: WHERE eth.tp_header_id = etd.tp_header_id
820: AND etd.source_tp_location_code=p_trading_location_code;
821: EXCEPTION