DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on GHR_CPDF_DYNRPT

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

1792: BEGIN
1793: hr_utility.set_location('Entering:'||l_proc,5);
1794:
1795: -- Bug#3231946 Added reference to parameters as the function definition is changed
1796: IF NOT (ghr_cpdf_dynrpt.get_loc_pay_area_code(p_duty_station_id => g_duty_station_id,
1797: p_effective_date => g_ghr_cpdf_temp.effective_date) <> '99')
1798: THEN
1799: g_ghr_cpdf_temp.from_locality_adj := NULL;
1800: g_ghr_cpdf_temp.to_locality_adj := NULL;

Line 1801: ELSIF ghr_cpdf_dynrpt.get_equivalent_pay_plan(

1797: p_effective_date => g_ghr_cpdf_temp.effective_date) <> '99')
1798: THEN
1799: g_ghr_cpdf_temp.from_locality_adj := NULL;
1800: g_ghr_cpdf_temp.to_locality_adj := NULL;
1801: ELSIF ghr_cpdf_dynrpt.get_equivalent_pay_plan(
1802: NVL(g_ghr_cpdf_temp.retained_pay_plan, g_ghr_cpdf_temp.to_pay_plan)) = 'FW'
1803: THEN
1804: g_ghr_cpdf_temp.from_locality_adj := NULL;
1805: g_ghr_cpdf_temp.to_locality_adj := NULL;

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

3365: g_ghr_cpdf_temp.agency_code := l_all_assignments_rec.agency_code;
3366: g_business_group_id := l_all_assignments_rec.business_group_id;
3367: l_assignment_status_type := l_all_assignments_rec.assignment_status_type;
3368: -- Bug 714944 -- No not report on NAF positions:
3369: IF ghr_cpdf_dynrpt.exclude_position (p_position_id => g_position_id
3370: ,p_effective_date => g_report_date) THEN
3371: GOTO end_asg_loop; -- loop for the next one!
3372:
3373: END IF;