DBA Data[Home] [Help]

APPS.HR_FCN_BUS dependencies on STANDARD

Line 248: -- Must exist in hr_standard_lookups where lookup_type is CANVAS_TYPES

244: );
245: --
246: hr_utility.set_location(l_proc,40);
247: --
248: -- Must exist in hr_standard_lookups where lookup_type is CANVAS_TYPES
249: --
250: if hr_api.not_exists_in_hrstanlookups
251: (p_effective_date => p_effective_date
252: ,p_lookup_type => 'CANVAS_TYPES'

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

303: ,p_argument_value => p_effective_date
304: );
305: --
306: -- Call all supporting business operations
307: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
308: --
309: chk_form_window_id
310: (p_effective_date => p_effective_date
311: ,p_form_canvas_id => p_rec.form_canvas_id

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

351: ,p_argument_value => p_effective_date
352: );
353: --
354: -- Call all supporting business operations
355: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
356: --
357: chk_non_updateable_args
358: (p_effective_date => p_effective_date
359: ,p_rec => p_rec