DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on WF_DIRECTORY

Line 2821: WF_DIRECTORY.getrolename

2817: END IF;
2818: CLOSE c_resource ;
2819: -- Pass the Employee ID to get the Role
2820: IF l_category = 'PARTY' THEN
2821: WF_DIRECTORY.getrolename
2822: ( p_orig_system => 'FND_USR',
2823: p_orig_system_id => l_user_id ,
2824: p_name => x_role_name,
2825: p_display_name => x_role_display_name

Line 2833: WF_DIRECTORY.getrolename

2829: OZF_Utility_PVT.error_message ('OZF_APPR_INVALID_ROLE');
2830: return;
2831: END IF;
2832: ELSE
2833: WF_DIRECTORY.getrolename
2834: ( p_orig_system => 'PER',
2835: p_orig_system_id => l_person_id ,
2836: p_name => x_role_name,
2837: p_display_name => x_role_display_name

Line 2875: -- Resource Id that will be used to get role name from WF_DIRECTORY.

2871: -- p_send_to_role_name IN VARCHAR2 Optional
2872: -- Role name to whom message is to be sent.
2873: -- Instead of this, one can send even p_send_to_res_id
2874: -- p_send_to_res_id IN NUMBER Optional
2875: -- Resource Id that will be used to get role name from WF_DIRECTORY.
2876: -- This is required if role name is not passed.
2877:
2878: -- OUT:
2879: -- x_notif_id OUT NUMBER