DBA Data[Home] [Help]

VIEW: APPS.HRI_OBI_CS_ABS_ABSENCE_V

Source

View Text - Preformatted

SELECT absence_sk_pk absn_absence_pk, abs_start_date absn_absence_start_date, abs_end_date absn_absence_end_date, abs_notification_date absn_notification_date, abs_person_id absn_person_absentee_fk, absence_category_code absn_absncat_fk, absence_reason_code absn_absnrsn_fk, absence_status_code absn_status_code, abs_drtn_days absn_drtn_days, abs_drtn_hrs absn_drtn_hrs FROM hri_cs_absence_ct WITH READ ONLY
View Text - HTML Formatted

SELECT ABSENCE_SK_PK ABSN_ABSENCE_PK
, ABS_START_DATE ABSN_ABSENCE_START_DATE
, ABS_END_DATE ABSN_ABSENCE_END_DATE
, ABS_NOTIFICATION_DATE ABSN_NOTIFICATION_DATE
, ABS_PERSON_ID ABSN_PERSON_ABSENTEE_FK
, ABSENCE_CATEGORY_CODE ABSN_ABSNCAT_FK
, ABSENCE_REASON_CODE ABSN_ABSNRSN_FK
, ABSENCE_STATUS_CODE ABSN_STATUS_CODE
, ABS_DRTN_DAYS ABSN_DRTN_DAYS
, ABS_DRTN_HRS ABSN_DRTN_HRS
FROM HRI_CS_ABSENCE_CT WITH READ ONLY