DBA Data[Home] [Help]

APPS.JTF_UM_UTIL_PVT dependencies on WF_DIRECTORY

Line 700: * Pre_reqs : WF_DIRECTORY.CreateAdHocUser and

696:
697: /**
698: * Procedure : GetAdHocUser
699: * Type : Private
700: * Pre_reqs : WF_DIRECTORY.CreateAdHocUser and
701: * WF_DIRECTORY.SetAdHocUserAttr
702: * Description : This API tries to create an adhoc user with the provided
703: * username. If the username is already being used in the
704: * database, just update input attributes.

Line 701: * WF_DIRECTORY.SetAdHocUserAttr

697: /**
698: * Procedure : GetAdHocUser
699: * Type : Private
700: * Pre_reqs : WF_DIRECTORY.CreateAdHocUser and
701: * WF_DIRECTORY.SetAdHocUserAttr
702: * Description : This API tries to create an adhoc user with the provided
703: * username. If the username is already being used in the
704: * database, just update input attributes.
705: * Parameters :

Line 847: WF_DIRECTORY.CreateAdHocUser (l_username,

843: l_display_name := p_display_name;
844: END IF;
845:
846: BEGIN
847: WF_DIRECTORY.CreateAdHocUser (l_username,
848: l_display_name,
849: p_language,
850: p_territory,
851: p_description,

Line 859: WF_DIRECTORY.SetAdHocUserAttr (p_username,

855: p_status,
856: p_expiration_date);
857: EXCEPTION
858: WHEN duplicated_user THEN
859: WF_DIRECTORY.SetAdHocUserAttr (p_username,
860: p_display_name,
861: p_notification_preference,
862: p_language,
863: p_territory,