RF_TIMETYPE_SVW(SQL View) |
Index Back |
---|---|
Search ViewThis is the Search record for the TIME_TYPE component. |
SELECT S.SETID , S.DESCRSHORT , S.DESCR , S.DESCRLONG FROM PS_SETID_TBL S , PS_RF_TIME_TYPE T WHERE T.SETID = S.SETID |
# | 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 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRLONG | Long Character | CLOB | Long Description |