RF_ENTL_NCV_LVW(SQL View) |
Index Back |
---|---|
Help Desk Entitlement viewEntitlements that are allowed for Internal (Help Desk) agreements: Related Language View |
SELECT A.SETID , A.ENTITLE_NAME , B.LANGUAGE_CD , B.DESCR , B.HOLIDAY_DESCR FROM PS_RF_ENTITLEMENTS A , PS_RF_ENTL_LVW B WHERE A.ENTITLE_TYPE IN ('RESP', 'REST', 'PPM') AND A.SETID = B.SETID AND A.ENTITLE_NAME = B.ENTITLE_NAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | ENTITLE_NAME | Character(10) | VARCHAR2(10) NOT NULL | This field represents the name of the entitlement |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | HOLIDAY_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Holiday Schedule Description field. |