DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on STANDARD

Line 4611: -- create the iRecruitment user with standard password

4607: -- creating a brand new user. This happens when SSO is not enabled and user
4608: -- registered on HA instance
4609: if l_num = 0 then
4610: hr_utility.set_location(' Entering: '||l_proc, 20);
4611: -- create the iRecruitment user with standard password
4612: irc_party_api.create_user(p_user_name => p_user_name,
4613: p_password => 'j3ke678to',
4614: p_start_date => p_start_date,
4615: p_responsibility_id => p_responsibility_id,