DBA Data[Home] [Help]

APPS.HR_CN_PERSON_API dependencies on HR_CN_API

Line 345: hr_cn_api.set_location(g_trace, 'Entering:'|| l_proc, 10);

341: l_effective_date DATE;
342: --
343: BEGIN
344:
345: hr_cn_api.set_location(g_trace, 'Entering:'|| l_proc, 10);
346: --
347: -- Initialise local variables
348: --
349: l_effective_date := trunc(p_effective_date);

Line 355: hr_cn_api.check_person (p_person_id,'CN',l_effective_date);

351: --
352: -- Check that the person exists.
353: --
354:
355: hr_cn_api.check_person (p_person_id,'CN',l_effective_date);
356:
357: hr_cn_api.set_location(g_trace, l_proc, 20);
358:
359: --

Line 357: hr_cn_api.set_location(g_trace, l_proc, 20);

353: --
354:
355: hr_cn_api.check_person (p_person_id,'CN',l_effective_date);
356:
357: hr_cn_api.set_location(g_trace, l_proc, 20);
358:
359: --
360: -- Update the person record using the update_person BP
361: --

Line 490: hr_cn_api.set_location(g_trace, 'Leaving:'|| l_proc, 30);

486: ,p_orig_hire_warning => p_orig_hire_warning );
487:
488: --
489:
490: hr_cn_api.set_location(g_trace, 'Leaving:'|| l_proc, 30);
491: --
492: END update_cn_person;
493:
494: