DBA Data[Home] [Help]

APPS.HR_TMP_BUS dependencies on STANDARD

Line 579: -- Must exist in hr_standard_lookups where lookup_type is YES_NO

575: ,p_argument => 'enabled_flag'
576: ,p_argument_value => p_enabled_flag
577: );
578: --
579: -- Must exist in hr_standard_lookups where lookup_type is YES_NO
580: --
581: if hr_api.not_exists_in_hrstanlookups
582: (p_effective_date => p_effective_date
583: ,p_lookup_type => 'YES_NO'

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

634: ,p_argument_value => p_effective_date
635: );
636: --
637: -- Call all supporting business operations
638: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
639: --
640: chk_application_id
641: (p_effective_date => p_effective_date
642: ,p_form_template_id => p_rec.form_template_id

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

701: ,p_argument_value => p_effective_date
702: );
703: --
704: -- Call all supporting business operations
705: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
706: --
707: chk_non_updateable_args
708: (p_effective_date => p_effective_date
709: ,p_rec => p_rec