DBA Data[Home] [Help]

APPS.GHR_POI_FLEX_DDF dependencies on GHR_UTILITY

Line 103: if ghr_utility.is_ghr = 'TRUE' then

99: l_session_date date;
100: Begin
101: hr_utility.set_location('Entering:'||l_proc, 5);
102:
103: if ghr_utility.is_ghr = 'TRUE' then
104: -- Added by Dinkar Karumuri
105: if p_information_type is not null
106: then
107: if p_information_type = 'GHR_US_POSITION_DESCRIPTION'

Line 125: if ghr_utility.is_ghr_nfc = 'TRUE' then

121: );
122: end if;
123: end if;
124:
125: if ghr_utility.is_ghr_nfc = 'TRUE' then
126: -- Get Session Date
127: l_session_date := trunc(sysdate);
128: for ses_rec in c_get_session_date loop
129: l_session_date := ses_rec.session_date;

Line 159: end if; -- ghr_utility.is_ghr_nfc

155: end if;
156: end if;
157: end loop;
158:
159: end if; -- ghr_utility.is_ghr_nfc
160: end if; -- ghr_utility.is_ghr
161: hr_utility.set_location(' Leaving:'||l_proc, 10);
162: exception
163: when l_error then

Line 160: end if; -- ghr_utility.is_ghr

156: end if;
157: end loop;
158:
159: end if; -- ghr_utility.is_ghr_nfc
160: end if; -- ghr_utility.is_ghr
161: hr_utility.set_location(' Leaving:'||l_proc, 10);
162: exception
163: when l_error then
164: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');

Line 250: if ghr_utility.is_ghr_nfc = 'TRUE' then

246: l_session_date date;
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249:
250: if ghr_utility.is_ghr_nfc = 'TRUE' then
251: -- Get Session Date
252: l_session_date := trunc(sysdate);
253: for ses_rec in c_get_session_date loop
254: l_session_date := ses_rec.session_date;

Line 283: end if; -- ghr_utility.is_nfc_ghr

279: hr_utility.raise_error;
280: end if;
281: end if;
282: end loop;
283: end if; -- ghr_utility.is_nfc_ghr
284: hr_utility.set_location(' Leaving:'||l_proc, 10);
285: exception
286: when l_error then
287: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');