DBA Data[Home] [Help]

APPS.ZPB_WF_NTF dependencies on WF_LOCAL_ROLES

Line 137: -- RemALL cleans up wf_local_roles. It is called from OES by ntf.purgerole

133:
134:
135: --
136: --
137: -- RemALL cleans up wf_local_roles. It is called from OES by ntf.purgerole
138: -- ntf.purgerole also calls wf_purge.notificatons and wf_purgeItem
139: -- along with this so all expired notifications are cleaned.
140: -- These are called by expiration_date.
141: --

Line 148: delete wf_local_roles

144: roleName varchar2(320) :=AdHocRole;
145: BEGIN
146: wf_directory.RemoveUsersFromAdHocRole(roleName);
147:
148: delete wf_local_roles
149: where name = roleName;
150:
151: commit;
152:

Line 500: -- sets wf_local_roles, wf_local_user_roles for views wf_users, wf_roles

496: avalue => l_deadDate);
497: end if;
498:
499: -- Create AdHoc Roles when needed and set user lists for WF Directory
500: -- sets wf_local_roles, wf_local_user_roles for views wf_users, wf_roles
501: -- and wf_user_roles.
502:
503: if UserToNotifyP = 'Y' then
504: