DBA Data[Home] [Help]

APPS.HR_IPT_BUS dependencies on STANDARD

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

537: Begin
538: hr_utility.set_location('Entering:'||l_proc, 5);
539: --
540: -- Call all supporting business operations
541: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
542: --
543: chk_source_lang
544: (p_item_property_id => p_rec.item_property_id
545: ,p_language => p_rec.language

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

594: Begin
595: hr_utility.set_location('Entering:'||l_proc, 5);
596: --
597: -- Call all supporting business operations
598: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
599: --
600: chk_non_updateable_args
601: (p_rec => p_rec
602: );