DBA Data[Home] [Help]

APPS.HR_TIC_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_context_id => p_rec.template_item_context_id
392: ,p_object_version_number => p_rec.object_version_number

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

427: Begin
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: -- Call all supporting business operations
431: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
432: --
433: chk_non_updateable_args
434: (p_rec => p_rec
435: );