DBA Data[Home] [Help]

APPS.PER_SHA_SHD dependencies on PER_STD_HOLIDAY_ABSENCES

Line 12: person_id per_std_holiday_absences.person_id%TYPE,

8: Type g_rec_type Is Record
9: (
10: std_holiday_absences_id number(9),
11: date_not_taken date,
12: person_id per_std_holiday_absences.person_id%TYPE,
13: standard_holiday_id number(15),
14: actual_date_taken date,
15: reason varchar2(60),
16: expired varchar2(1),