DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on WF_ROLES

Line 1281: from wf_roles

1277: Begin
1278:
1279: select orig_system,orig_system_id,name,display_name
1280: into l_orig_system,l_orig_system_id,l_role_name,l_role_display_name
1281: from wf_roles
1282: where name = lv_contact_user_name ;
1283:
1284: Exception when others then
1285: hr_utility.trace('In exception: OTHERS ');

Line 3011: from wf_roles

3007: Begin
3008:
3009: select orig_system,orig_system_id,name,display_name
3010: into l_orig_system,l_orig_system_id,l_role_name,l_role_display_name
3011: from wf_roles
3012: where name = lv_contact_user_name ;
3013:
3014: Exception when others then
3015: hr_utility.trace('In exception: OTHERS ');