DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on HR_GRADE_API

Line 1990: hr_grade_api.create_grade(p_business_group_id => p_business_group_id

1986: hr_utility.set_location('grade name'||substr(grd_rec.information5,1,45),20);
1987: hr_utility.set_location('grade seq'||l_grd_seq,20);
1988: hr_utility.set_location('date from'||to_char(grd_rec.information307,'DD/MM/RRRR'),20);
1989: hr_utility.set_location('date to'||to_char(grd_rec.information308,'DD/MM/RRRR'),20);
1990: hr_grade_api.create_grade(p_business_group_id => p_business_group_id
1991: ,p_date_from => grd_rec.information307
1992: ,p_sequence => l_grd_seq
1993: ,p_effective_date => p_effective_date
1994: ,p_date_to => grd_rec.information308

Line 2035: hr_grade_api.update_grade(p_date_from => grd_rec.information307

2031: fnd_message.set_token('OBJECT_NAME ',grd_rec.information5);
2032: fnd_message.raise_error;
2033: else
2034: begin
2035: hr_grade_api.update_grade(p_date_from => grd_rec.information307
2036: ,p_effective_date => p_effective_date
2037: ,p_date_to => grd_rec.information308
2038: ,p_short_name => grd_rec.information102
2039: ,p_grade_id => l_grade_id