DBA Data[Home] [Help]

APPS.HR_MASS_MOVE_API dependencies on HR_POSITION_API

Line 1370: hr_position_api.create_position

1366: if l_new_position_id is null then
1367: --
1368: hr_utility.set_location(l_proc, 80);
1369: --
1370: hr_position_api.create_position
1371: (p_validate => FALSE
1372: ,p_position_id => l_new_position_id
1373: ,p_effective_start_date => l_effective_start_date
1374: ,p_effective_end_date => l_effective_end_date

Line 1537: hr_position_api.create_position

1533: ,p_segment30 => p_segment30
1534: ,p_concat_segments => p_concat_segments
1535: );
1536: /*
1537: hr_position_api.create_position
1538: (p_validate => FALSE
1539: ,p_job_id => p_job_id
1540: ,p_organization_id => p_organization_id
1541: ,p_date_effective => p_date_effective

Line 1795: hr_position_api.update_position

1791: open csr_pos_current_esd(p_position_id , p_date_effective);
1792: fetch csr_pos_current_esd into l_pos_dt_mode;
1793: close csr_pos_current_esd;
1794: --
1795: hr_position_api.update_position
1796: (p_position_id => p_position_id
1797: ,p_object_version_number => l_object_version_number
1798: ,p_effective_start_date =>l_effective_start_date
1799: ,p_effective_end_date =>l_effective_end_date

Line 1809: hr_position_api.update_position

1805: ,p_effective_date => p_date_effective --p_effective_date
1806: ,p_datetrack_mode => l_pos_dt_mode
1807: );
1808: /*
1809: hr_position_api.update_position
1810: (p_position_id => p_position_id
1811: ,p_object_version_number => l_object_version_number
1812: ,p_date_end => l_date_end
1813: ,p_position_definition_id => l_old_position_def