DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on HR_PROGRESSION_POINT_API

Line 736: hr_progression_point_api.Delete_Progression_point

732: Close Csr_Spinal_Point;
733:
734: hr_utility.set_location('Going to Delete Progression Points' || l_Point_Id ,10);
735:
736: hr_progression_point_api.Delete_Progression_point
737: (P_SPINAL_POINT_ID => l_Point_Id,
738: P_OBJECT_VERSION_NUMBER => l_Point_Ovn,
739: p_called_from => 'GSPW'); --added for bug 9328526
740:

Line 1863: hr_progression_point_api.create_progression_point

1859: p_parent_spine_id => l_scale_id,
1860: p_sequence => point_rec.information253,
1861: p_spinal_point => point_rec.information98);
1862: else
1863: hr_progression_point_api.create_progression_point
1864: (p_effective_date => p_effective_date
1865: ,p_business_group_id => p_business_group_id
1866: ,p_parent_spine_id => l_scale_id
1867: ,p_sequence => point_rec.information253

Line 1909: hr_progression_point_api.update_progression_point

1905: p_parent_spine_id => l_scale_id,
1906: p_sequence => point_rec.information253,
1907: p_spinal_point => point_rec.information98);
1908: else
1909: hr_progression_point_api.update_progression_point
1910: (p_effective_date => p_effective_date
1911: ,p_business_group_id => p_business_group_id
1912: ,p_parent_spine_id => l_scale_id
1913: ,p_sequence => point_rec.information253