DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on ECX_TP_HEADERS

Line 897: from ecx_tp_headers

893: if ecx_utils.g_snd_tp_id is not null then
894: begin
895: select party_type
896: into l_party_type
897: from ecx_tp_headers
898: where tp_header_id=ecx_utils.g_snd_tp_id;
899: exception
900: when others then
901: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then