DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_PEOPLE_PKG

Line 442: per_people_pkg.insert_row(

438: (p_business_group_id => p_business_group_id
439: ,p_person_id => p_person_id);
440: --
441:
442: per_people_pkg.insert_row(
443: p_rowid => p_rowid,
444: p_person_id => p_person_id ,
445: p_effective_start_date => p_effective_start_date,
446: p_effective_end_date => p_effective_end_date,

Line 573: per_people_pkg.insert_row(

569: -- If the Application has been terminated then create a person starting
570: -- from the following day
571: if p_per_system_status = 'TERM_APL' then
572: p_person_type_id := get_ex_apl_person_type_id ( p_business_group_id ) ;
573: per_people_pkg.insert_row(
574: p_rowid => p_rowid,
575: p_person_id => p_person_id ,
576: p_effective_start_date => p_effective_start_date + 1,
577: p_effective_end_date => hr_general.end_of_time,

Line 1119: per_people_pkg.lock_row(

1115: ,p_per_information30 VARCHAR2) is
1116: begin
1117: --
1118: -- Call people lock row
1119: per_people_pkg.lock_row(
1120: p_rowid => p_rowid,
1121: p_person_id => p_person_id ,
1122: p_effective_start_date => p_effective_start_date,
1123: p_effective_end_date => p_effective_end_date,