DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PER_SPINAL_POINT_STEPS_PKG

Line 815: PER_SPINAL_POINT_STEPS_PKG.del_chks_del(p_step_id => p_step_id,

811: 1) Special Ceiling Step
812: 2) Employee Placements on this step
813: */
814:
815: PER_SPINAL_POINT_STEPS_PKG.del_chks_del(p_step_id => p_step_id,
816: p_sess => p_effective_date);
817:
818: -- If the Step is Ceiling Step Then raise Error
819: if g_debug then

Line 1731: per_spinal_point_steps_pkg.pop_flds(l_Step_name,

1727: If P_Id_Name = 'I' Then
1728: Return l_Step_Id;
1729: Else
1730: If l_point_id is Not NULL and l_Parent_Spine_Id is not NULL Then
1731: per_spinal_point_steps_pkg.pop_flds(l_Step_name,
1732: P_Effective_Date,
1733: l_point_id,
1734: l_Parent_Spine_Id);
1735:

Line 2961: PER_SPINAL_POINT_STEPS_PKG.del_chks_del(p_step_id => l_rec.Information253,

2957: end if;
2958:
2959: For l_rec IN csr_steps
2960: Loop
2961: PER_SPINAL_POINT_STEPS_PKG.del_chks_del(p_step_id => l_rec.Information253,
2962: p_sess => p_effective_date);
2963:
2964: If (l_rec.INFORMATION98 = 'Y') Then -- Ceiling_Step_Flag Values Y/N
2965: hr_utility.set_message(801, 'PER_7937_DEL_CEIL_STEP');