DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_HISTORY_FETCH

Line 2406: ghr_history_fetch.fetch_positionei

2402: hr_utility.set_location('Available status ' || HR_GENERAL.DECODE_AVAILABILITY_STATUS(l_avail_status_id) || l_proc,37);
2403: l_position_id := un_per.position_id;
2404: hr_utility.set_location('position id is ' || to_char(l_position_id) || l_proc,40);
2405:
2406: ghr_history_fetch.fetch_positionei
2407: (p_position_id => l_position_id
2408: ,p_information_type => 'GHR_US_POS_VALID_GRADE'
2409: ,p_DATE_effective => l_effective_DATE
2410: ,p_pos_ei_data => l_pos_valid_grade_ei_data

Line 3177: ghr_history_fetch.fetch_peopleei

3173: g_proc := 'update_sel_flg';
3174: hr_utility.set_location('Entering ' || l_proc,5);
3175: pr('Inside '||l_proc,to_char(p_person_id));
3176: l_ind := 10;
3177: ghr_history_fetch.fetch_peopleei
3178: (p_person_id => p_person_id
3179: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3180: ,p_date_effective => p_effective_date
3181: ,p_per_ei_data => l_per_ei_data);

Line 3299: ghr_history_fetch.fetch_peopleei

3295: end if;
3296: */
3297: l_eff_date := p_effective_date;
3298:
3299: ghr_history_fetch.fetch_peopleei
3300: (p_person_id => p_person_id
3301: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3302: ,p_date_effective => l_eff_date
3303: ,p_per_ei_data => l_per_ei_data);

Line 3362: ghr_history_fetch.fetch_peopleei

3358: else
3359: l_eff_date := p_effective_date;
3360: end if;
3361:
3362: ghr_history_fetch.fetch_peopleei
3363: (p_person_id => p_person_id
3364: ,p_information_type => 'GHR_US_PER_MASS_ACTIONS'
3365: ,p_date_effective => l_eff_date
3366: ,p_per_ei_data => l_per_ei_data);

Line 3900: ghr_history_fetch.fetch_positionei

3896:
3897: begin
3898: g_proc := 'get_pos_grp1_ddf';
3899: hr_utility.set_location('Entering ' || l_proc,5);
3900: ghr_history_fetch.fetch_positionei
3901: (p_position_id => p_position_id
3902: ,p_information_type => 'GHR_US_POS_GRP1'
3903: ,p_date_effective => p_effective_date
3904: ,p_pos_ei_data => p_pos_ei_data

Line 5051: ghr_history_fetch.fetch_positionei

5047: ELSE
5048: l_eff_DATE := p_effective_DATE;
5049: END IF;
5050:
5051: ghr_history_fetch.fetch_positionei
5052: (p_position_id => p_position_id
5053: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
5054: ,p_DATE_effective => l_eff_DATE
5055: ,p_pos_ei_data => l_pos_ei_data);

Line 5244: ghr_history_fetch.fetch_positionei

5240: ELSE
5241: l_eff_DATE := p_effective_DATE;
5242: END IF;
5243:
5244: ghr_history_fetch.fetch_positionei
5245: (p_position_id => p_position_id
5246: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
5247: ,p_DATE_effective => l_eff_DATE
5248: ,p_pos_ei_data => l_pos_ei_data);

Line 5335: ghr_history_fetch.fetch_positionei

5331: l_eff_DATE := p_effective_DATE;
5332:
5333: pr(l_proc||'---> before fetch pos ei');
5334:
5335: ghr_history_fetch.fetch_positionei
5336: (p_position_id => p_position_id
5337: ,p_information_type => 'GHR_US_POS_MASS_ACTIONS'
5338: ,p_DATE_effective => l_eff_DATE
5339: ,p_pos_ei_data => l_pos_ei_data);