DBA Data[Home] [Help]

APPS.HR_TPP_BUS dependencies on STANDARD

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

482: if (p_navigation_direction is not null) then
483: --
484: hr_utility.set_location(l_proc,40);
485: --
486: -- Must exist in hr_standard_lookups where lookup_type is
487: -- NAVIGATION_DIRECTION
488: --
489: if hr_api.not_exists_in_hrstanlookups
490: (p_effective_date => p_effective_date

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

546: if (p_visible is not null) then
547: --
548: hr_utility.set_location(l_proc,40);
549: --
550: -- Must exist in hr_standard_lookups where lookup_type is
551: -- PROPERTY_TRUE_OR_FALSE
552: --
553: if hr_api.not_exists_in_hrstanlookups
554: (p_effective_date => p_effective_date

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

608: ,p_argument_value => p_effective_date
609: );
610: --
611: -- Call all supporting business operations
612: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
613: --
614: chk_form_and_template_tab_page
615: (p_effective_date => p_effective_date
616: ,p_tab_page_property_id => p_rec.tab_page_property_id

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

672: ,p_argument_value => p_effective_date
673: );
674: --
675: -- Call all supporting business operations
676: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
677: --
678: chk_non_updateable_args
679: (p_effective_date => p_effective_date
680: ,p_rec => p_rec