DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on STANDARD

Line 457: -- then populate location code. This happens when the standard location

453: p_current_npw => 'N');
454: end if ;
455: --
456: -- If the location code is null and the location id is not null
457: -- then populate location code. This happens when the standard location
458: -- is accepted.
459:
460: IF g_debug THEN
461: hr_utility.set_location(g_package || l_proc, 20);

Line 2292: -- Standard strong delete check

2288: -- Now the form is using API proc hr_person_api.delete_person which
2289: -- includes the strong predel validations. So comment out here.
2290: --
2291: /*
2292: -- Standard strong delete check
2293: hr_person.strong_predel_validation ( p_person_id => p_person_id,
2294: p_session_date => p_session_date ) ;
2295: */
2296: --