DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_UTILITY

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

1039:
1040:
1041:
1042:
1043: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
1044: -- Get PER_LEAVE Information
1045: hr_utility.set_location('per_leave_info' ,1);
1046: ghr_history_fetch.fetch_peopleei
1047: (p_person_id => l_person_id,

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

1994:
1995: l_per_ei_data := null;*/
1996: --End Bug# 12557463
1997:
1998: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
1999: -- Get PER_LEAVE Information
2000: hr_utility.set_location('per_leave_info' ,1);
2001: ghr_history_fetch.fetch_peopleei
2002: (p_person_id => l_person_id,

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

2012: --END IF;
2013: l_per_ei_data := null;
2014: --Gain Or Lose
2015: set_ei(l_org_rec.rei_information23,'1B',l_rei_rec.rei_information23,l_refresh_flag);
2016: END IF; -- IF ghr_utility.is_ghr_nfc = 'TRUE'
2017: End if;
2018: If l_assignment_id is not null then
2019: l_refresh_flag := l_asg_refresh_flag;
2020: ghr_history_fetch.fetch_asgei

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

2216: -- l_org_rec.rei_information18 := l_per_ei_data.pei_information6;
2217: l_per_ei_data := null;
2218: -- Get PER_LEAVE Information
2219: hr_utility.set_location('per_leave_info' ,1);
2220: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
2221: ghr_history_fetch.fetch_peopleei
2222: (p_person_id => l_person_id,
2223: p_information_type => 'GHR_US_PER_LEAVE_INFO',
2224: p_date_effective => nvl(p_effective_date,trunc(sysdate)),

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

2230: --Bug # 13581524 modified to default 'N' in set ei itself
2231: set_ei(l_org_rec.rei_information22,NVL(l_per_ei_data.pei_information4,'N'),l_rei_rec.rei_information22,l_refresh_flag);
2232: --END IF;
2233: l_per_ei_data := null;
2234: END IF; -- IF ghr_utility.is_ghr_nfc = 'TR
2235: End if;
2236: If NVL(l_assignment_id,p_assignment_id) is not null then
2237: l_refresh_flag := l_asg_refresh_flag;
2238: ghr_history_fetch.fetch_asgei

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

3121: --
3122: Procedure nfc_separation is
3123: --
3124: begin
3125: IF ghr_utility.is_ghr_nfc = 'TRUE' THEN
3126: set_ei(l_org_rec.rei_information12,'1B',l_rei_rec.rei_information12,l_refresh_flag);
3127: END IF;
3128: end nfc_separation;
3129: