DBA Data[Home] [Help]

APPS.HR_FTP_BUS dependencies on STANDARD

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

314: if (p_visible_override is not null) then
315: --
316: hr_utility.set_location(l_proc,40);
317: --
318: -- Must exist in hr_standard_lookups where lookup_type is
319: -- PROPERTY_TRUE_OR_FALSE
320: --
321: if hr_api.not_exists_in_hrstanlookups
322: (p_effective_date => p_effective_date

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

368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- Call all supporting business operations
372: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
373: --
374: chk_form_canvas_id
375: (p_effective_date => p_effective_date
376: ,p_form_tab_page_id => p_rec.form_tab_page_id

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

415: Begin
416: hr_utility.set_location('Entering:'||l_proc, 5);
417: --
418: -- Call all supporting business operations
419: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
420: --
421: chk_non_updateable_args
422: (p_effective_date => p_effective_date
423: ,p_rec => p_rec