DBA Data[Home] [Help]

APPS.GHR_RIF_PKG dependencies on GHR_HISTORY_FETCH

Line 366: ghr_history_fetch.fetch_positionei

362:
363: --Get the Person Comp Area, Comp Level,Org Structure Id, Office Symbol
364:
365: hr_utility.set_location('Getting position EI',3);
366: ghr_history_fetch.fetch_positionei
367: (p_position_id => per_rec.position_id
368: ,p_information_type => 'GHR_US_POS_GRP1'
369: ,p_date_effective => l_effective_date
370: ,p_pos_ei_data => l_pos_ei_data1

Line 402: ghr_history_fetch.fetch_asgei

398:
399: -- Tenure and Step_or_rate
400: hr_utility.set_location('Getting Tenure and Ster_or_rate',5);
401:
402: ghr_history_fetch.fetch_asgei
403: (p_assignment_id => per_rec.assignment_id
404: ,p_information_type => 'GHR_US_ASG_SF52'
405: ,p_date_effective => l_effective_date
406: ,p_asg_ei_data => l_asg_ei_data

Line 434: ghr_history_fetch.fetch_peopleei

430:
431: -- Vets info
432: hr_utility.set_location('Getting Vets Info',7);
433:
434: ghr_history_fetch.fetch_peopleei
435: (p_person_id => per_rec.person_id,
436: p_information_type => 'GHR_US_PER_SF52',
437: p_date_effective => l_effective_date,
438: p_per_ei_data => l_people_ei_data1

Line 476: ghr_history_fetch.fetch_peopleei

472: p_lookup_desc => l_rif_reg.veterans_pref_sub_group_order);
473:
474: -- SCD info
475:
476: ghr_history_fetch.fetch_peopleei
477: (p_person_id => per_rec.person_id,
478: p_information_type => 'GHR_US_PER_SCD_INFORMATION',
479: p_date_effective => l_effective_date,
480: p_per_ei_data => l_people_ei_data2

Line 606: ghr_history_fetch.fetch_positionei

602:
603:
604: -- Position Occupied
605:
606: ghr_history_fetch.fetch_positionei
607: (p_position_id => per_rec.position_id,
608: p_information_type => 'GHR_US_POS_GRP2',
609: p_date_effective => l_effective_date,
610: p_pos_ei_data => l_pos_ei_data2

Line 643: ghr_history_fetch.fetch_positionei

639: end loop;
640:
641: -- Obligated Position
642:
643: ghr_history_fetch.fetch_positionei
644: (p_position_id => per_rec.position_id,
645: p_information_type => 'GHR_US_POS_OBLIG',
646: p_date_effective => l_effective_date,
647: p_pos_ei_data => l_pos_ei_data3

Line 906: ghr_history_fetch.fetch_positionei

902: l_effective_date := trunc(sysdate); -- In the future l_effective_date may set to p_effective_date
903:
904: for vac_rec in unassigned_pos(l_effective_date) loop
905:
906: ghr_history_fetch.fetch_positionei
907: (p_position_id => vac_rec.position_id
908: ,p_information_type => 'GHR_US_POS_GRP1'
909: ,p_date_effective => l_effective_date
910: ,p_pos_ei_data => l_pos_ei_data