STDNTKEY_EF_VW(SQL View) |
Index Back |
---|---|
Effective Std. Note KeywordThis view stores the effective dated key search words for a block of note text. Keywords could be used as search criteria for users formating queries or custom reports. This is an optional record. |
SELECT S.SETID , S.STD_NOTE_CD , S.EFFDT , S.KEY_WORD FROM PS_STD_NOTE_KEYWD S WHERE %EffdtCheck(STD_NOTE_KEYWD S2, S, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
2 | Character(10) | VARCHAR2(10) NOT NULL | Standard Note Code | |
3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
4 | Character(20) | VARCHAR2(20) NOT NULL | Key Word |