DBA Data[Home] [Help]

APPS.HR_TIM_BUS dependencies on STANDARD

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

538: Begin
539: hr_utility.set_location('Entering:'||l_proc, 5);
540: --
541: -- Call all supporting business operations
542: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
543: --
544: chk_form_item_id
545: (p_template_item_id => p_rec.template_item_id
546: ,p_object_version_number => p_rec.object_version_number

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

575: Begin
576: hr_utility.set_location('Entering:'||l_proc, 5);
577: --
578: -- Call all supporting business operations
579: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
580: --
581: chk_non_updateable_args
582: (p_rec => p_rec
583: );