DBA Data[Home] [Help]

APPS.BEN_WHATIF_ELIG dependencies on PER_ABSENCE_ATTENDANCES_PKG

Line 112: PER_ABSENCE_ATTENDANCES_PKG.Insert_Row(

108: Close c_abs_att;
109: --
110: -- Absence Attendence Record is Not found so create one.
111: --
112: PER_ABSENCE_ATTENDANCES_PKG.Insert_Row(
113: X_Rowid => l_Rowid,
114: X_Absence_Attendance_Id => per_abs_att_rec.Absence_Attendance_Id,
115: X_Business_Group_Id => p_Business_Group_Id,
116: X_Absence_Attendance_Type_Id => per_abs_att_rec.Absence_Attendance_Type_Id,

Line 208: PER_ABSENCE_ATTENDANCES_PKG.Update_Row(

204: --
205: -- Call the API -
206: -- ???? Do we need to update all the Per Absence Attendences.
207: --
208: PER_ABSENCE_ATTENDANCES_PKG.Update_Row(
209: X_Rowid => rowidtochar(per_abs_att_rec.Rowid),
210: X_Absence_Attendance_Id => per_abs_att_rec.Absence_Attendance_Id,
211: X_Business_Group_Id => per_abs_att_rec.Business_Group_Id,
212: X_Absence_Attendance_Type_Id => per_abs_att_rec.Absence_Attendance_Type_Id,