DBA Data[Home] [Help]

APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_API

Line 1115: -- Use function in ghr_api package to get the occ_code, otherwise known as the job occupational_series

1111: p_grade_or_level := cur_grd_rec.grade_or_level;
1112: END LOOP;
1113: END IF;
1114: --
1115: -- Use function in ghr_api package to get the occ_code, otherwise known as the job occupational_series
1116: -- It is found in the Job KFF and the Oragnization DDF tells us which segemnt of the KFF it is in
1117: IF p_job_id IS NOT NULL AND l_business_group_id IS NOT NULL THEN
1118: p_occ_code := ghr_api.get_job_occ_series_job(p_job_id
1119: ,l_business_group_id);

Line 1118: p_occ_code := ghr_api.get_job_occ_series_job(p_job_id

1114: --
1115: -- Use function in ghr_api package to get the occ_code, otherwise known as the job occupational_series
1116: -- It is found in the Job KFF and the Oragnization DDF tells us which segemnt of the KFF it is in
1117: IF p_job_id IS NOT NULL AND l_business_group_id IS NOT NULL THEN
1118: p_occ_code := ghr_api.get_job_occ_series_job(p_job_id
1119: ,l_business_group_id);
1120: END IF;
1121: --
1122: -- Retrieve the location details

Line 2442: l_occ_series := ghr_api.get_job_occ_series_job

2438:
2439: FOR l_get_job_id IN get_job_id LOOP
2440: l_job_id := l_get_job_id.job_id;
2441: END LOOP;
2442: l_occ_series := ghr_api.get_job_occ_series_job
2443: (p_job_id => l_job_id
2444: ,p_business_group_id => p_business_group_id);
2445:
2446: hr_utility.set_location('Leaving ' || l_proc,25);