DBA Data[Home] [Help]

APPS.HR_TIP_BUS dependencies on STANDARD

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

384: Begin
385: hr_utility.set_location('Entering:'||l_proc, 5);
386: --
387: -- Call all supporting business operations
388: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
389: --
390: chk_template_item_id
391: (p_template_item_tab_page_id => p_rec.template_item_tab_page_id
392: ,p_object_version_number => p_rec.object_version_number

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

421: Begin
422: hr_utility.set_location('Entering:'||l_proc, 5);
423: --
424: -- Call all supporting business operations
425: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
426: --
427: chk_non_updateable_args
428: (p_rec => p_rec
429: );