DBA Data[Home] [Help]

APPS.HR_USER_ACCT_API dependencies on HR_USER_ACCT_BK1

Line 169: hr_utility.set_location('Calling hr_user_acct_bk1.create_user_acct_b', 12);

165: --
166: -- Users should use the create_user_acct_b user hook to
167: -- return username, password, responsibilities and profile option values.
168: --
169: hr_utility.set_location('Calling hr_user_acct_bk1.create_user_acct_b', 12);
170: --
171: hr_user_acct_bk1.create_user_acct_b
172: (p_person_id => p_person_id
173: ,p_per_effective_start_date => p_per_effective_start_date

Line 171: hr_user_acct_bk1.create_user_acct_b

167: -- return username, password, responsibilities and profile option values.
168: --
169: hr_utility.set_location('Calling hr_user_acct_bk1.create_user_acct_b', 12);
170: --
171: hr_user_acct_bk1.create_user_acct_b
172: (p_person_id => p_person_id
173: ,p_per_effective_start_date => p_per_effective_start_date
174: ,p_per_effective_end_date => p_per_effective_end_date
175: ,p_assignment_id => p_assignment_id

Line 189: hr_utility.set_location('After calling hr_user_acct_bk1.create_user_acct_b'

185: ,p_run_type => p_run_type
186: ,p_hire_date => l_hire_date
187: );
188:
189: hr_utility.set_location('After calling hr_user_acct_bk1.create_user_acct_b'
190: ,14);
191:
192: EXCEPTION
193: when hr_api.cannot_find_prog_unit then

Line 904: hr_user_acct_bk1.create_user_acct_a

900: BEGIN
901: --
902: -- Start of API User Hook for the after hook of create_user_acct
903: --
904: hr_user_acct_bk1.create_user_acct_a
905: (p_person_id => p_person_id
906: ,p_per_effective_start_date => p_per_effective_start_date
907: ,p_per_effective_end_date => p_per_effective_end_date
908: ,p_assignment_id => p_assignment_id