DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on PER_PEOPLE3_PKG

Line 1452: per_people3_pkg.check_future_apl(p_person_id => p_person_id

1448: end if;
1449: --
1450: -- Ensure there are no future applicant assignments
1451: --
1452: per_people3_pkg.check_future_apl(p_person_id => p_person_id
1453: ,p_hire_date => p_session_date);
1454: --
1455: -- Insert the default applicant row and applicant
1456: -- assignment.

Line 1493: per_people3_pkg.check_future_apl(p_person_id => p_person_id

1489: end if;
1490: --
1491: -- Ensure there are no future applicant assignments
1492: --
1493: per_people3_pkg.check_future_apl(p_person_id => p_person_id
1494: ,p_hire_date => p_effective_start_date);
1495: --
1496: -- Insert the default period_of service and assignment
1497: -- rows.

Line 1539: per_people3_pkg.check_future_apl(p_person_id => p_person_id

1535: end if;
1536: --
1537: -- Ensure there are no future applicant assignments
1538: --
1539: per_people3_pkg.check_future_apl(p_person_id => p_person_id
1540: ,p_hire_date => p_effective_start_date);
1541: --
1542: -- Check that the change is valid.
1543: --

Line 1554: per_people3_pkg.vacancy_chk(p_person_id => p_person_id

1550: -- displaying relevant message.
1551: -- on return l_vacancy_id starts the cursor at the
1552: -- relevant point.
1553: --
1554: per_people3_pkg.vacancy_chk(p_person_id => p_person_id
1555: ,p_fire_warning => l_fire_warning
1556: ,p_vacancy_id => p_vacancy_id);
1557: if l_fire_warning = 'Y' then
1558: return;

Line 1569: per_people3_pkg.get_accepted_appls(p_person_id => p_person_id

1565: if p_status='GET_APPLS' then
1566: --
1567: -- Get all the accepted applicants
1568: --
1569: per_people3_pkg.get_accepted_appls(p_person_id => p_person_id
1570: ,p_num_accepted_appls => l_num_accepted_appls
1571: ,p_new_primary_id =>p_new_primary_id);
1572: --
1573: -- Get all current applicant assignments.

Line 1575: per_people3_pkg.get_all_current_appls(p_person_id => p_person_id

1571: ,p_new_primary_id =>p_new_primary_id);
1572: --
1573: -- Get all current applicant assignments.
1574: --
1575: per_people3_pkg.get_all_current_appls(p_person_id => p_person_id
1576: ,p_num_appls => l_num_appls);
1577: --
1578: if p_system_person_type = 'EMP_APL' then
1579: --

Line 1802: per_people3_pkg.run_alu_ee(p_alu_mode => 'CHANGE_PQC'

1798: --
1799: -- Run the assignment_link_usages and Element_entry
1800: -- code for Change of Personal qualifying conditions.
1801: --
1802: per_people3_pkg.run_alu_ee(p_alu_mode => 'CHANGE_PQC'
1803: ,p_business_group_id=>p_business_group_id
1804: ,p_person_id =>p_person_id
1805: ,p_old_start =>p_s_hire_date
1806: ,p_start_date => p_last_update_date

Line 1821: per_people3_pkg.update_period(p_person_id =>p_person_id

1817: --
1818: -- Update the period of service for the employee
1819: --
1820: --
1821: per_people3_pkg.update_period(p_person_id =>p_person_id
1822: ,p_hire_date => p_s_hire_date
1823: ,p_new_hire_date =>p_hire_date);
1824: --
1825: hr_utility.set_location('update_row - after update',3);

Line 1843: per_people3_pkg.run_alu_ee(p_alu_mode => 'ASG_CRITERIA'

1839: --
1840: -- Run the assignment_link_usages and Element_entry
1841: -- code for Assignment Criteria.
1842: --
1843: per_people3_pkg.run_alu_ee(p_alu_mode => 'ASG_CRITERIA'
1844: ,p_business_group_id=>p_business_group_id
1845: ,p_person_id =>p_person_id
1846: ,p_old_start =>p_s_hire_date
1847: ,p_start_date => p_hire_date);