DBA Data[Home] [Help]

APPS.ECX_OUTBOUND dependencies on ECX_TP_HEADERS

Line 1032: from ecx_tp_headers

1028: /** Check for tp_header_id **/
1029: begin
1030: select tp_header_id
1031: into i_tp_header_id
1032: from ecx_tp_headers
1033: where party_id = i_tp_id
1034: and party_site_id = i_tp_site_id
1035: and party_type = i_tp_type;
1036: