DBA Data[Home] [Help]

APPS.HR_FIM_BUS dependencies on STANDARD

Line 468: -- Must exist in hr_standard_lookups where lookup_type is ITEM_TYPES

464: );
465: --
466: hr_utility.set_location(l_proc,40);
467: --
468: -- Must exist in hr_standard_lookups where lookup_type is ITEM_TYPES
469: --
470: if hr_api.not_exists_in_hrstanlookups
471: (p_effective_date => p_effective_date
472: ,p_lookup_type => 'ITEM_TYPES'

Line 593: -- Must exist in hr_standard_lookups where lookup_type is

589: if (p_required_override is not null) then
590: --
591: hr_utility.set_location(l_proc,40);
592: --
593: -- Must exist in hr_standard_lookups where lookup_type is
594: -- PROPERTY_TRUE_OR_FALSE
595: --
596: if hr_api.not_exists_in_hrstanlookups
597: (p_effective_date => p_effective_date

Line 657: -- Must exist in hr_standard_lookups where lookup_type is

653: if (p_visible_override is not null) then
654: --
655: hr_utility.set_location(l_proc,40);
656: --
657: -- Must exist in hr_standard_lookups where lookup_type is
658: -- PROPERTY_TRUE_OR_FALSE
659: --
660: if hr_api.not_exists_in_hrstanlookups
661: (p_effective_date => p_effective_date

Line 870: -- Check the override tab page is the same as the standard tab page if

866: end if;
867: --
868: hr_utility.set_location(l_proc,90);
869: --
870: -- Check the override tab page is the same as the standard tab page if
871: -- specified
872: --
873: if p_form_tab_page_id_override is not null then
874: if p_form_tab_page_id_override <> nvl(p_form_tab_page_id,hr_api.g_number) then

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

917: Begin
918: hr_utility.set_location('Entering:'||l_proc, 5);
919: --
920: -- Call all supporting business operations
921: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
922: --
923: chk_application_id
924: (p_effective_date => p_effective_date
925: ,p_form_item_id => p_rec.form_item_id

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

1027: Begin
1028: hr_utility.set_location('Entering:'||l_proc, 5);
1029: --
1030: -- Call all supporting business operations
1031: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
1032: --
1033: chk_non_updateable_args
1034: (p_effective_date => p_effective_date
1035: ,p_rec => p_rec