DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_UTILITY

Line 958: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN

954:
955:
956:
957:
958: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
959: -- Get PER_LEAVE Information
960: hr_utility.set_location('per_leave_info' ,1);
961: ghr_history_fetch.fetch_peopleei
962: (p_person_id => l_person_id,

Line 1708: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN

1704:
1705: l_per_ei_data := null;
1706:
1707:
1708: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
1709: -- Get PER_LEAVE Information
1710: hr_utility.set_location('per_leave_info' ,1);
1711: ghr_history_fetch.fetch_peopleei
1712: (p_person_id => l_person_id,

Line 1725: END IF; -- IF ghr_utility.is_ghr_nfc = 'TRUE'

1721: END IF;
1722: l_per_ei_data := null;
1723: --Gain Or Lose
1724: set_ei(l_org_rec.rei_information23,'1B',l_rei_rec.rei_information23,l_refresh_flag);
1725: END IF; -- IF ghr_utility.is_ghr_nfc = 'TRUE'
1726: End if;
1727: If l_assignment_id is not null then
1728: l_refresh_flag := l_asg_refresh_flag;
1729: ghr_history_fetch.fetch_asgei

Line 1868: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN

1864: -- l_org_rec.rei_information18 := l_per_ei_data.pei_information6;
1865: l_per_ei_data := null;
1866: -- Get PER_LEAVE Information
1867: hr_utility.set_location('per_leave_info' ,1);
1868: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
1869: ghr_history_fetch.fetch_peopleei
1870: (p_person_id => l_person_id,
1871: p_information_type => 'GHR_US_PER_LEAVE_INFO',
1872: p_date_effective => nvl(p_effective_date,trunc(sysdate)),

Line 1881: END IF; -- IF ghr_utility.is_ghr_nfc = 'TR

1877: ELSE
1878: set_ei(l_org_rec.rei_information22,l_per_ei_data.pei_information4,l_rei_rec.rei_information22,l_refresh_flag);
1879: END IF;
1880: l_per_ei_data := null;
1881: END IF; -- IF ghr_utility.is_ghr_nfc = 'TR
1882: End if;
1883: If NVL(l_assignment_id,p_assignment_id) is not null then
1884: l_refresh_flag := l_asg_refresh_flag;
1885: ghr_history_fetch.fetch_asgei

Line 2590: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN

2586: --
2587: Procedure nfc_separation is
2588: --
2589: begin
2590: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
2591: set_ei(l_org_rec.rei_information12,'1B',l_rei_rec.rei_information12,l_refresh_flag);
2592: END IF;
2593: end nfc_separation;
2594: