DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PER_SPINAL_POINT_STEPS_PKG

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

692: 1) Special Ceiling Step
693: 2) Employee Placements on this step
694: */
695:
696: PER_SPINAL_POINT_STEPS_PKG.del_chks_del(p_step_id => p_step_id,
697: p_sess => p_effective_date);
698:
699: -- If the Step is Ceiling Step Then raise Error
700: if g_debug then

Line 1612: per_spinal_point_steps_pkg.pop_flds(l_Step_name,

1608: If P_Id_Name = 'I' Then
1609: Return l_Step_Id;
1610: Else
1611: If l_point_id is Not NULL and l_Parent_Spine_Id is not NULL Then
1612: per_spinal_point_steps_pkg.pop_flds(l_Step_name,
1613: P_Effective_Date,
1614: l_point_id,
1615: l_Parent_Spine_Id);
1616:

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

2838: end if;
2839:
2840: For l_rec IN csr_steps
2841: Loop
2842: PER_SPINAL_POINT_STEPS_PKG.del_chks_del(p_step_id => l_rec.Information253,
2843: p_sess => p_effective_date);
2844:
2845: If (l_rec.INFORMATION98 = 'Y') Then -- Ceiling_Step_Flag Values Y/N
2846: hr_utility.set_message(801, 'PER_7937_DEL_CEIL_STEP');