DBA Data[Home] [Help]

APPS.PER_PEOPLE_PKG dependencies on HRHIRAPL

Line 1612: hrhirapl.end_unaccepted_app_assign(p_person_id

1608: if p_status = 'END_UNACCEPTED' then
1609: --
1610: -- End the unaccepted assignments.
1611: --
1612: hrhirapl.end_unaccepted_app_assign(p_person_id
1613: ,p_business_group_id
1614: ,p_legislation_code
1615: ,p_session_date);
1616: p_status := 'MULTIPLE_CONTRACTS';

Line 1658: hr_utility.set_location('update_row - b4 hrhirapl',1);

1654: end if;
1655: --
1656: -- Run the employ_applicant stored procedure
1657: --
1658: hr_utility.set_location('update_row - b4 hrhirapl',1);
1659: hrhirapl.employ_applicant(p_person_id
1660: ,p_business_group_id
1661: ,p_legislation_code
1662: ,p_new_primary_id

Line 1659: hrhirapl.employ_applicant(p_person_id

1655: --
1656: -- Run the employ_applicant stored procedure
1657: --
1658: hr_utility.set_location('update_row - b4 hrhirapl',1);
1659: hrhirapl.employ_applicant(p_person_id
1660: ,p_business_group_id
1661: ,p_legislation_code
1662: ,p_new_primary_id
1663: ,p_emp_ass_status_type_id

Line 1675: hr_utility.set_location('update_row - after hrhirapl',2);

1671: ,l_set_of_books_id
1672: ,l_employ_emp_apl
1673: ,NULL
1674: ,p_session_date); -- Bug 3564129
1675: hr_utility.set_location('update_row - after hrhirapl',2);
1676: end if; -- End of HIRE.
1677: end if; -- Of Person type change checks.
1678: --
1679: hr_utility.set_location('update_row - b4 update',1);