DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on WF_DIRECTORY

Line 2799: WF_DIRECTORY.getrolename

2795: END IF;
2796: CLOSE c_resource ;
2797: -- Pass the Employee ID to get the Role
2798: IF l_category = 'PARTY' THEN
2799: WF_DIRECTORY.getrolename
2800: ( p_orig_system => 'FND_USR',
2801: p_orig_system_id => l_user_id ,
2802: p_name => x_role_name,
2803: p_display_name => x_role_display_name

Line 2811: WF_DIRECTORY.getrolename

2807: OZF_Utility_PVT.error_message ('OZF_APPR_INVALID_ROLE');
2808: return;
2809: END IF;
2810: ELSE
2811: WF_DIRECTORY.getrolename
2812: ( p_orig_system => 'PER',
2813: p_orig_system_id => l_person_id ,
2814: p_name => x_role_name,
2815: p_display_name => x_role_display_name

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

2849: -- p_send_to_role_name IN VARCHAR2 Optional
2850: -- Role name to whom message is to be sent.
2851: -- Instead of this, one can send even p_send_to_res_id
2852: -- p_send_to_res_id IN NUMBER Optional
2853: -- Resource Id that will be used to get role name from WF_DIRECTORY.
2854: -- This is required if role name is not passed.
2855:
2856: -- OUT:
2857: -- x_notif_id OUT NUMBER