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 1793: hr_position_api.update_position

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

Line 1807: hr_position_api.update_position

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