GP_ABS_LVDN_RVW(SQL View) |
Index Back |
---|---|
Leave Donation ReasonsAbsence Management Leave Donation Reasons View |
SELECT RSN.COUNTRY , RSN.EFFDT , RSN.DISPLAY_ORDER , RSN.LVDN_REASON , RSN.LVDN_DESCR_TEXT_ID FROM PS_GP_ABS_LVDN_RSN RSN WHERE RSN.DISPLAY_REASON = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | DISPLAY_ORDER | Number(3,0) | SMALLINT NOT NULL | Display order for ordering items in a list - web style |
4 | LVDN_REASON | Character(3) | VARCHAR2(3) NOT NULL |
Leave Donation Reason
10=Waiting Period 20=Short Term Disability 30=Paid Family Leave 40=Other |
5 | LVDN_DESCR_TEXT_ID | Character(18) | VARCHAR2(18) NOT NULL | This field contains the HR Text Catalog entry that corresponds to the Leave Donation Reason value. |