DBA Data[Home] [Help]

APPS.GHR_PEI_FLEX_DDF dependencies on GHR_UTILITY

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

93: --
94: Begin
95: hr_utility.set_location('Entering:'||l_proc, 5);
96:
97: if ghr_utility.is_ghr = 'TRUE' then
98: -- Check GHR Workflow Routing Groups information ???
99: --
100: if p_information_type Is Not Null then
101: if p_information_type = 'GHR_US_PER_WF_ROUTING_GROUPS' then

Line 147: end if; -- ghr_utility.is_ghr

143: ,p_pei_information8 => p_pei_information8);
144: end if;
145: end if;
146: --
147: end if; -- ghr_utility.is_ghr
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: exception
150: when l_error then
151: hr_utility.set_message(999, 'HR_9999_FLEX_INV_INFO_ARG');