DBA Data[Home] [Help]

APPS.OKL_PAY_CURE_REFUNDS_PVT dependencies on WF_DIRECTORY

Line 2843: -- wf_local_roles using WF_DIRECTORY.CreateAdHocRole

2839: RAISE FND_API.G_EXC_ERROR;
2840: END IF;
2841:
2842: -- check if role exists, otherwise create a new role
2843: -- wf_local_roles using WF_DIRECTORY.CreateAdHocRole
2844:
2845: /* WF_DIRECTORY.GetRoleInfo
2846: (Role =>l_role_name,
2847: Display_Name =>l_role_display_name,

Line 2845: /* WF_DIRECTORY.GetRoleInfo

2841:
2842: -- check if role exists, otherwise create a new role
2843: -- wf_local_roles using WF_DIRECTORY.CreateAdHocRole
2844:
2845: /* WF_DIRECTORY.GetRoleInfo
2846: (Role =>l_role_name,
2847: Display_Name =>l_role_display_name,
2848: Email_Address =>l_email,
2849: Notification_Preference =>l_notification_pref,

Line 2862: WF_DIRECTORY.CreateAdHocRole

2858: where name = l_role_name;
2859:
2860: if l_role_exists = 0 then
2861: --create ad hoc role
2862: WF_DIRECTORY.CreateAdHocRole
2863: ( role_name =>l_role_name,
2864: role_display_name =>l_role_display_name,
2865: notification_preference =>'MAILHTML',
2866: email_address =>l_email,