DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on HR_POSITIONS_F

Line 2559: CURSOR cur_prior_pos_org(p_position_id hr_positions_f.position_id%TYPE,

2555:
2556: --
2557: -- This cursor can be used to pick the prior num, org details of that pos
2558: --
2559: CURSOR cur_prior_pos_org(p_position_id hr_positions_f.position_id%TYPE,
2560: p_eff_date ghr_pa_requests.effective_date%TYPE)
2561: IS
2562: SELECT name
2563: FROM hr_organization_units

Line 2565: FROM hr_positions_f

2561: IS
2562: SELECT name
2563: FROM hr_organization_units
2564: WHERE organization_id = ( SELECT organization_id
2565: FROM hr_positions_f
2566: WHERE position_id=p_position_id
2567: AND p_eff_date between effective_start_date and effective_end_date);
2568: --
2569: CURSOR cur_pos_org(p_org_id hr_organization_units.organization_id%TYPE,