DBA Data[Home] [Help]

APPS.ZPB_UTIL_PVT dependencies on WF_CORE

Line 229: wf_core.context('ZPB_UTIL_PVT', 'AddUsersToAdHocRole',

225: end if;
226:
227: exception
228: when others then
229: wf_core.context('ZPB_UTIL_PVT', 'AddUsersToAdHocRole',
230: role_name, '"'||role_users||'"');
231: raise;
232: end AddUsersToAdHocRole;
233: