DBA Data[Home] [Help]

APPS.HR_TPT_BUS dependencies on STANDARD

Line 252: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: -- Call all supporting business operations
252: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
253: --
254: chk_source_lang
255: (p_tab_page_property_id => p_rec.tab_page_property_id
256: ,p_language => p_rec.language

Line 282: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- Call all supporting business operations
282: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
283: --
284: chk_non_updateable_args
285: (p_rec => p_rec
286: );