DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on GHR_CPDF_DYNRPT

Line 1873: IF NOT (ghr_cpdf_dynrpt.get_loc_pay_area_code(p_duty_station_id => g_duty_station_id,

1869: BEGIN
1870: hr_utility.set_location('Entering:'||l_proc,5);
1871:
1872: -- Bug#3231946 Added reference to parameters as the function definition is changed
1873: IF NOT (ghr_cpdf_dynrpt.get_loc_pay_area_code(p_duty_station_id => g_duty_station_id,
1874: p_effective_date => g_ghr_cpdf_temp.effective_date) <> '99')
1875: THEN
1876: g_ghr_cpdf_temp.from_locality_adj := NULL;
1877: g_ghr_cpdf_temp.to_locality_adj := NULL;

Line 1878: ELSIF ghr_cpdf_dynrpt.get_equivalent_pay_plan(

1874: p_effective_date => g_ghr_cpdf_temp.effective_date) <> '99')
1875: THEN
1876: g_ghr_cpdf_temp.from_locality_adj := NULL;
1877: g_ghr_cpdf_temp.to_locality_adj := NULL;
1878: ELSIF ghr_cpdf_dynrpt.get_equivalent_pay_plan(
1879: NVL(g_ghr_cpdf_temp.retained_pay_plan, g_ghr_cpdf_temp.to_pay_plan)) = 'FW'
1880: THEN
1881: g_ghr_cpdf_temp.from_locality_adj := NULL;
1882: g_ghr_cpdf_temp.to_locality_adj := NULL;

Line 3521: IF ghr_cpdf_dynrpt.exclude_position (p_position_id => g_position_id

3517: g_ghr_cpdf_temp.agency_code := l_all_assignments_rec.agency_code;
3518: g_business_group_id := l_all_assignments_rec.business_group_id;
3519: l_assignment_status_type := l_all_assignments_rec.assignment_status_type;
3520: -- Bug 714944 -- No not report on NAF positions:
3521: IF ghr_cpdf_dynrpt.exclude_position (p_position_id => g_position_id
3522: ,p_effective_date => g_report_date) THEN
3523: GOTO end_asg_loop; -- loop for the next one!
3524:
3525: END IF;