HRS_SSTEXT_VW(SQL View) |
Index Back |
|---|---|
User Configurable Text ViewView of HR_SSTEXT_TEXT used for Text Catalog validation. |
| SELECT A.OBJECTOWNERID , A.HR_SSTEXT_SUB_ID , A.TEXT_ID , A.EFFDT , A.HR_SSTEXT_KEY1 , A.HR_SSTEXT_KEY2 , A.HR_SSTEXT_KEY3 , A.HR_SSTEXT_KEY4 , A.HR_SSTEXT_TEXT FROM PS_HR_SSTEXT_VW2 A |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Object owner identifier | |
| 2 | Character(4) | VARCHAR2(4) NOT NULL | The Sub ID is field that is optionally used to further partition Text Catalog entries within an Object Owner ID. For example, we might want to create a Sub ID to keep Text Catalog entries for Enrollment separate from the Text Catalog entries for the inquiry pages within the eBenefits ObjectOwnerId. | |
| 3 | Character(18) | VARCHAR2(18) NOT NULL | Text ID | |
| 4 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 5 | HR_SSTEXT_KEY1 | Character(30) | VARCHAR2(30) NOT NULL | 1st level generic key for Self-Service Text Catalog. |
| 6 | HR_SSTEXT_KEY2 | Character(30) | VARCHAR2(30) NOT NULL | 2nd Level generic Self-Service text key. |
| 7 | HR_SSTEXT_KEY3 | Character(30) | VARCHAR2(30) NOT NULL | 3rd Level generic Self-Service text key. |
| 8 | HR_SSTEXT_KEY4 | Character(30) | VARCHAR2(30) NOT NULL | 4th Level generic Self-Service text key. |
| 9 | HR_SSTEXT_TEXT | Long Character(8095) | CLOB | Long Text field for HR Self-Service Text Catalog. This is the text that is displayed on a page from the Text Catalog. |