DBA Data[Home] [Help]

APPS.JTF_UM_USER_ADMIN_PVT dependencies on FND_USER_PKG

Line 105: * - call FND_USER_PKG.DisableUser API

101: * Pre_reqs : WF_DIRECTORY.CreateAdHocUser and
102: * WF_DIRECTORY.SetAdHocUserAttr
103: * Description : Inactive an user with these Scenarios
104: * 1. Usertype Request is PENDING
105: * - call FND_USER_PKG.DisableUser API
106: * - Kill the usertype WF
107: * - Set the usertype_reg table status to REJECTED
108: * - Find all the *PENDING* Enrollments, and REJECT these
109: * (believe we have a USERTYPE_REJECTED status or similar)

Line 114: * - call FND_USER_PKG.DisableUser API

110: * in the subscription_reg table
111: * - revoke the "PENDING_APPROVAL" responsibility
112: *
113: * 2. Usertype Request is UPGRADE_PENDING
114: * - call FND_USER_PKG.DisableUser API
115: * - Set the usertype_reg table status to REJECTED
116: * - Reject the old approval task
117: *
118: * 3. Usertype Request is APPROVED or UPGRADE

Line 119: * - call FND_USER_PKG.DisableUser API

115: * - Set the usertype_reg table status to REJECTED
116: * - Reject the old approval task
117: *
118: * 3. Usertype Request is APPROVED or UPGRADE
119: * - call FND_USER_PKG.DisableUser API
120: * - Do not set the usertype_reg table status (leave as APPROVED)
121: * - Find all the *PENDING* Enrollments, and REJECT these (REJECTED status)
122: * in the subscription_reg table
123: * - Do not change the status for any approved / rejected enrollments

Line 347: FND_USER_PKG.DisableUser (p_username);

343:
344: END IF;
345:
346: -- End date the user with the FND_API
347: FND_USER_PKG.DisableUser (p_username);
348:
349: --
350: -- End of API body
351: --