DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_ABSENCE_ATTENDANCES

Line 220: (absence_attendance_id per_absence_attendances.absence_attendance_id%type

216: ,update_mode varchar2(20)
217: );
218: --
219: Type g_abs_rec_type is RECORD
220: (absence_attendance_id per_absence_attendances.absence_attendance_id%type
221: ,business_group_id per_absence_attendances.business_group_id%type
222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type

Line 221: ,business_group_id per_absence_attendances.business_group_id%type

217: );
218: --
219: Type g_abs_rec_type is RECORD
220: (absence_attendance_id per_absence_attendances.absence_attendance_id%type
221: ,business_group_id per_absence_attendances.business_group_id%type
222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type

Line 222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type

218: --
219: Type g_abs_rec_type is RECORD
220: (absence_attendance_id per_absence_attendances.absence_attendance_id%type
221: ,business_group_id per_absence_attendances.business_group_id%type
222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type
226: ,date_end per_absence_attendances.date_end%type

Line 223: ,person_id per_absence_attendances.person_id%type

219: Type g_abs_rec_type is RECORD
220: (absence_attendance_id per_absence_attendances.absence_attendance_id%type
221: ,business_group_id per_absence_attendances.business_group_id%type
222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type
226: ,date_end per_absence_attendances.date_end%type
227: ,date_projected_start per_absence_attendances.date_projected_start%type

Line 224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type

220: (absence_attendance_id per_absence_attendances.absence_attendance_id%type
221: ,business_group_id per_absence_attendances.business_group_id%type
222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type
226: ,date_end per_absence_attendances.date_end%type
227: ,date_projected_start per_absence_attendances.date_projected_start%type
228: ,update_mode varchar2(20)

Line 225: ,date_start per_absence_attendances.date_start%type

221: ,business_group_id per_absence_attendances.business_group_id%type
222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type
226: ,date_end per_absence_attendances.date_end%type
227: ,date_projected_start per_absence_attendances.date_projected_start%type
228: ,update_mode varchar2(20)
229: );

Line 226: ,date_end per_absence_attendances.date_end%type

222: ,absence_attendance_type_id per_absence_attendances.absence_attendance_type_id%type
223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type
226: ,date_end per_absence_attendances.date_end%type
227: ,date_projected_start per_absence_attendances.date_projected_start%type
228: ,update_mode varchar2(20)
229: );
230: --

Line 227: ,date_projected_start per_absence_attendances.date_projected_start%type

223: ,person_id per_absence_attendances.person_id%type
224: ,abs_attendance_reason_id per_absence_attendances.abs_attendance_reason_id%type
225: ,date_start per_absence_attendances.date_start%type
226: ,date_end per_absence_attendances.date_end%type
227: ,date_projected_start per_absence_attendances.date_projected_start%type
228: ,update_mode varchar2(20)
229: );
230: --
231: Type g_apl_rec_type is RECORD