DBA Data[Home] [Help]

APPS.MSDNTF dependencies on WF_LOCAL_ROLES

Line 41: -- REMALL cleans up wf_local_roles. It is called from OES by ntf.purgerole

37: BEGIN
38: wf_directory.RemoveUsersFromAdHocRole(roleName, UserList);
39: end REMUSER;
40: --
41: -- REMALL cleans up wf_local_roles. It is called from OES by ntf.purgerole
42: -- ntf.purgerole also calls wf_purge.notificatons and wf_purgeItem
43: -- along with this so all expired notifications are cleaned.
44: -- These are called by expiration_date.
45: --

Line 52: delete wf_local_roles

48: roleName varchar2(30) :=AdHocRole;
49: BEGIN
50: wf_directory.RemoveUsersFromAdHocRole(roleName);
51:
52: delete wf_local_roles
53: where name = roleName;
54:
55: commit;
56: