DBA Data[Home] [Help]

APPS.MSD_NTF dependencies on WF_LOCAL_ROLES

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

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

Line 54: delete wf_local_roles

50: IS
51: BEGIN
52: wf_directory.RemoveUsersFromAdHocRole(AdHocRole);
53:
54: delete wf_local_roles
55: where name = AdHocRole;
56:
57: commit;
58: