DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on HR_GRADE_API

Line 1950: hr_grade_api.create_grade(p_business_group_id => p_business_group_id

1946: hr_utility.set_location('grade name'||substr(grd_rec.information5,1,45),20);
1947: hr_utility.set_location('grade seq'||l_grd_seq,20);
1948: hr_utility.set_location('date from'||to_char(grd_rec.information307,'DD/MM/RRRR'),20);
1949: hr_utility.set_location('date to'||to_char(grd_rec.information308,'DD/MM/RRRR'),20);
1950: hr_grade_api.create_grade(p_business_group_id => p_business_group_id
1951: ,p_date_from => grd_rec.information307
1952: ,p_sequence => l_grd_seq
1953: ,p_effective_date => p_effective_date
1954: ,p_date_to => grd_rec.information308

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

1991: fnd_message.set_token('OBJECT_NAME ',grd_rec.information5);
1992: fnd_message.raise_error;
1993: else
1994: begin
1995: hr_grade_api.update_grade(p_date_from => grd_rec.information307
1996: ,p_effective_date => p_effective_date
1997: ,p_date_to => grd_rec.information308
1998: ,p_short_name => grd_rec.information102
1999: ,p_grade_id => l_grade_id