DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on HR_POSITION_API

Line 1321: hr_position_api.create_position

1317: hr_utility.set_location('Calling create_dt_position '||l_proc, 15);
1318: --
1319: -- call create API
1320: --
1321: hr_position_api.create_position
1322: (p_position_id => l_position_id
1323: ,p_effective_start_date => l_effective_start_date
1324: ,p_effective_end_date => l_effective_end_date
1325: ,p_position_definition_id => l_position_definition_id

Line 1481: hr_position_api.update_position

1477: --
1478: -- call update API
1479: --
1480:
1481: hr_position_api.update_position
1482: (p_validate => false
1483: ,p_position_id => l_ptx_rec.position_id
1484: ,p_effective_start_date => l_effective_start_date
1485: ,p_effective_end_date => l_effective_end_date

Line 1633: hr_position_api.update_position

1629: l_update_mode := 'UPDATE_CHANGE_INSERT';
1630: hr_utility.set_location(' Update Change Insert Mode '||l_proc, 11);
1631: END IF; -- for updt mode
1632:
1633: hr_position_api.update_position
1634: (p_validate => false
1635: ,p_position_id => l_ptx_rec.position_id
1636: ,p_effective_start_date => l_effective_start_date
1637: ,p_effective_end_date => l_effective_end_date