DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_HISTORY_FETCH

Line 1204: ghr_history_fetch.fetch_asgei

1200: -------------Added by Dinkar for creation of 52s-----------------------
1201:
1202: pr('Bef hist fetch');
1203: BEGIN
1204: ghr_history_fetch.fetch_asgei
1205: ( p_assignment_id => l_assignment_id,
1206: p_information_type => 'GHR_US_ASG_NON_SF52',
1207: p_DATE_effective => l_effective_DATE,
1208: p_asg_ei_data => l_asg_extra_info_rec

Line 1448: ghr_history_fetch.fetch_positionei

1444: IF ( HR_GENERAL.DECODE_AVAILABILITY_STATUS(l_avail_status_id)
1445: not in ('Eliminated','Frozen','Deleted') ) THEN
1446:
1447: l_position_id := per.position_id;
1448: ghr_history_fetch.fetch_positionei
1449: (p_position_id => l_position_id
1450: ,p_information_type => 'GHR_US_POS_VALID_GRADE'
1451: ,p_DATE_effective => l_effective_DATE
1452: ,p_pos_ei_data => l_pos_valid_grade_ei_data

Line 1765: ghr_history_fetch.fetch_positionei

1761: -- Added by Dinkar for Updating Position details for vacant positions
1762:
1763: -- Getting Pos group2 data.
1764:
1765: ghr_history_fetch.fetch_positionei
1766: (p_position_id => l_new_position_id
1767: ,p_information_type => 'GHR_US_POS_GRP2'
1768: ,p_DATE_effective => l_effective_DATE
1769: ,p_pos_ei_data => l_pos_ei_data_rec);

Line 2253: ghr_history_fetch.fetch_positionei

2249: ELSE
2250: l_eff_DATE := p_effective_DATE;
2251: END IF;
2252:
2253: ghr_history_fetch.fetch_positionei
2254: (p_position_id => p_position_id
2255: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2256: ,p_DATE_effective => l_eff_DATE
2257: ,p_pos_ei_data => l_pos_ei_data);

Line 2401: ghr_history_fetch.fetch_positionei

2397: ELSE
2398: l_eff_DATE := p_effective_DATE;
2399: END IF;
2400:
2401: ghr_history_fetch.fetch_positionei
2402: (p_position_id => p_position_id
2403: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2404: ,p_DATE_effective => l_eff_DATE
2405: ,p_pos_ei_data => l_pos_ei_data);

Line 2688: ghr_history_fetch.fetch_positionei

2684: BEGIN
2685: g_proc := 'get_pos_grp1_ddf';
2686:
2687: hr_utility.set_location('Entering ' || l_proc,5);
2688: ghr_history_fetch.fetch_positionei
2689: (p_position_id => p_position_id
2690: ,p_information_type => 'GHR_US_POS_GRP1'
2691: ,p_DATE_effective => p_effective_DATE
2692: ,p_pos_ei_data => p_pos_ei_data

Line 2737: ghr_history_fetch.fetch_positionei

2733:
2734: BEGIN
2735: g_proc := 'get_pos_grp2_ddf';
2736: hr_utility.set_location('Entering ' || l_proc,5);
2737: ghr_history_fetch.fetch_positionei
2738: (p_position_id => p_position_id
2739: ,p_information_type => 'GHR_US_POS_GRP2'
2740: ,p_DATE_effective => p_effective_DATE
2741: ,p_pos_ei_data => l_pos_ei_data

Line 2974: ghr_history_fetch.fetch_positionei

2970: l_eff_DATE := p_effective_DATE;
2971:
2972: pr(l_proc||'---> before fetch pos ei');
2973:
2974: ghr_history_fetch.fetch_positionei
2975: (p_position_id => p_position_id
2976: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
2977: ,p_DATE_effective => l_eff_DATE
2978: ,p_pos_ei_data => l_pos_ei_data);

Line 3471: ghr_history_fetch.fetch_positionei

3467:
3468: exit;
3469: END loop;
3470:
3471: ghr_history_fetch.fetch_positionei
3472: (p_position_id => p_position_id
3473: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3474: ,p_DATE_effective => l_eff_DATE
3475: ,p_pos_ei_data => l_pos_ei_data);

Line 3740: ghr_history_fetch.fetch_positionei

3736: l_eff_DATE := p_effective_DATE;
3737: END IF;
3738:
3739: -- Bug#2944091 Instead of trunc(sysDATE) , l_eff_DATE is passed.
3740: ghr_history_fetch.fetch_positionei
3741: (p_position_id => p_position_id
3742: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3743: ,p_DATE_effective => l_eff_DATE
3744: ,p_pos_ei_data => l_pos_ei_data);

Line 3825: ghr_history_fetch.fetch_positionei

3821: ELSE
3822: l_eff_DATE := p_effective_DATE;
3823: END IF;
3824:
3825: ghr_history_fetch.fetch_positionei
3826: (p_position_id => p_position_id
3827: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
3828: ,p_DATE_effective => l_eff_DATE
3829: ,p_pos_ei_data => l_pos_ei_data);