DBA Data[Home] [Help]

APPS.GHR_EHRI_DYNRPT dependencies on HR_POSITIONS_F

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

2401:
2402: --
2403: -- This cursor can be used to pick the prior num, org details of that pos
2404: --
2405: CURSOR cur_prior_pos_org(p_position_id hr_positions_f.position_id%TYPE,
2406: p_eff_date ghr_pa_requests.effective_date%TYPE)
2407: IS
2408: SELECT name
2409: FROM hr_organization_units

Line 2411: FROM hr_positions_f

2407: IS
2408: SELECT name
2409: FROM hr_organization_units
2410: WHERE organization_id = ( SELECT organization_id
2411: FROM hr_positions_f
2412: WHERE position_id=p_position_id
2413: AND p_eff_date between effective_start_date and effective_end_date);
2414: --
2415: CURSOR cur_pos_org(p_org_id hr_organization_units.organization_id%TYPE,