DBA Data[Home] [Help]

APPS.GHR_LEI_FLEX_DDF dependencies on GHR_UTILITY

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

177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: if ghr_utility.is_ghr = 'TRUE' then
182: /*
183: -- Check for value of reference field an then
184: -- call relevant validation procedure.
185: --

Line 295: end if; -- ghr_utility.is_ghr

291: endif;
292: */
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294:
295: end if; -- ghr_utility.is_ghr
296: exception
297: when l_error then
298: hr_utility.set_message(801, 'HR_7439_FLEX_INV_ATTRIBUTE_ARG');
299: hr_utility.raise_error;