DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_PEOPLE_PKG

Line 498: per_people_pkg.insert_row(

494: IF g_debug THEN
495: hr_utility.set_location(g_package || l_proc, 50);
496: END IF;
497:
498: per_people_pkg.insert_row(
499: p_rowid => p_rowid,
500: p_person_id => p_person_id ,
501: p_effective_start_date => p_effective_start_date,
502: p_effective_end_date => p_effective_end_date,

Line 632: per_people_pkg.insert_row(

628: -- If the Application has been terminated then create a person starting
629: -- from the following day
630: if p_per_system_status = 'TERM_APL' then
631: p_person_type_id := get_ex_apl_person_type_id ( p_business_group_id ) ;
632: per_people_pkg.insert_row(
633: p_rowid => p_rowid,
634: p_person_id => p_person_id ,
635: p_effective_start_date => p_effective_start_date + 1,
636: p_effective_end_date => hr_general.end_of_time,

Line 1237: per_people_pkg.lock_row(

1233: hr_utility.set_location('Entering: '|| g_package || l_proc, 1);
1234: END IF;
1235:
1236: -- Call people lock row
1237: per_people_pkg.lock_row(
1238: p_rowid => p_rowid,
1239: p_person_id => p_person_id ,
1240: p_effective_start_date => p_effective_start_date,
1241: p_effective_end_date => p_effective_end_date,