DBA Data[Home] [Help]

APPS.HR_CNP_BUS dependencies on STANDARD

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

702: if (p_visible is not null) then
703: --
704: hr_utility.set_location(l_proc,40);
705: --
706: -- Must exist in hr_standard_lookups where lookup_type is
707: -- PROPERTY_TRUE_OR_FALSE
708: --
709: if hr_api.not_exists_in_hrstanlookups
710: (p_effective_date => p_effective_date

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

970: ,p_argument_value => p_effective_date
971: );
972: --
973: -- Call all supporting business operations
974: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
975: --
976: chk_form_and_template_canvas
977: (p_effective_date => p_effective_date
978: ,p_canvas_property_id => p_rec.canvas_property_id

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

1058: ,p_argument_value => p_effective_date
1059: );
1060: --
1061: -- Call all supporting business operations
1062: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
1063: --
1064: chk_non_updateable_args
1065: (p_effective_date => p_effective_date
1066: ,p_rec => p_rec