DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_TP_HEADERS

Line 986: from ecx_tp_headers

982: /** Check for tp_header_id **/
983: begin
984: select tp_header_id
985: into i_tp_header_id
986: from ecx_tp_headers
987: where party_id = i_tp_id
988: and party_site_id = i_tp_site_id
989: and party_type = i_tp_type;
990: