DBA Data[Home] [Help]

APPS.HR_FIT_BUS dependencies on STANDARD

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

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

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

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