DBA Data[Home] [Help]

APPS.HR_TMT_BUS dependencies on STANDARD

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

274: Begin
275: hr_utility.set_location('Entering:'||l_proc, 5);
276: --
277: -- Call all supporting business operations
278: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
279: --
280: chk_source_lang
281: (p_form_template_id => p_rec.form_template_id
282: ,p_language => p_rec.language

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

310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- Call all supporting business operations
314: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
315: --
316: chk_non_updateable_args
317: (p_rec => p_rec
318: );