DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on STANDARD

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

4837: -- creating a brand new user. This happens when SSO is not enabled and user
4838: -- registered on HA instance
4839: if l_num = 0 then
4840: hr_utility.set_location(' Entering: '||l_proc, 20);
4841: -- create the iRecruitment user with standard password
4842: irc_party_api.create_user(p_user_name => p_user_name,
4843: p_password => 'j3ke678to',
4844: p_start_date => p_start_date,
4845: p_responsibility_id => p_responsibility_id,