DBA Data[Home] [Help]

APPS.HR_PAY_SCALE_API dependencies on HR_PAY_SCALE_BK1

Line 115: hr_pay_scale_bk1.create_pay_scale_b

111: --
112: -- Call Before Process User hook for create_pay_scale
113: --
114: begin
115: hr_pay_scale_bk1.create_pay_scale_b
116: (p_business_group_id => p_business_group_id
117: ,p_name => p_name
118: ,p_comments => p_comments
119: ,p_increment_frequency => p_increment_frequency

Line 276: hr_pay_scale_bk1.create_pay_scale_a

272: -- Call After Process hook for create_grade
273: --
274:
275: begin
276: hr_pay_scale_bk1.create_pay_scale_a
277: (p_business_group_id => p_business_group_id
278: ,p_name => p_name
279: ,p_comments => p_comments
280: ,p_increment_frequency => p_increment_frequency