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