DBA Data[Home] [Help]

APPS.AMS_UTILITY_PVT dependencies on WF_DIRECTORY

Line 2410: WF_DIRECTORY.getrolename

2406: END IF;
2407: CLOSE c_resource ;
2408: -- Pass the Employee ID to get the Role
2409: IF l_category = 'PARTY' THEN
2410: WF_DIRECTORY.getrolename
2411: ( p_orig_system => 'FND_USR',
2412: p_orig_system_id => l_user_id ,
2413: p_name => x_role_name,
2414: p_display_name => x_role_display_name

Line 2422: WF_DIRECTORY.getrolename

2418: AMS_Utility_PVT.error_message ('AMS_APPR_INVALID_ROLE');
2419: return;
2420: END IF;
2421: ELSE
2422: WF_DIRECTORY.getrolename
2423: ( p_orig_system => 'PER',
2424: p_orig_system_id => l_person_id ,
2425: p_name => x_role_name,
2426: p_display_name => x_role_display_name

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

2460: -- p_send_to_role_name IN VARCHAR2 Optional
2461: -- Role name to whom message is to be sent.
2462: -- Instead of this, one can send even p_send_to_res_id
2463: -- p_send_to_res_id IN NUMBER Optional
2464: -- Resource Id that will be used to get role name from WF_DIRECTORY.
2465: -- This is required if role name is not passed.
2466:
2467: -- OUT:
2468: -- x_notif_id OUT NUMBER