DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_UTILS dependencies on WF_CORE

Line 142: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

138: RESP_APPL_ID => l_n_resp_appl_id
139: );
140: exception
141: when others then
142: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
143: null;
144: else
145: raise;
146: end if;