GP_ABS_TXIDVWL(SQL View) |
Index Back |
---|---|
User Configurable TextConfigurable Sections: Related-language record for the Template-based Hire User Configurable Text view. |
SELECT OBJECTOWNERID , HR_SSTEXT_SUB_ID , HR_SSTEXT_KEY1 , HR_SSTEXT_KEY2 , TEXT_ID , LANGUAGE_CD , EFFDT , %Sql(HR_LONG_TO_CHAR254, HR_SSTEXT_TEXT) , HR_SSTEXT_TEXT FROM PS_HR_SSTEXT_LANG WHERE OBJECTOWNERID = 'HGA' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(4) | VARCHAR2(4) NOT NULL |
Object owner identifier
Default Value: HGA |
|
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(30) | VARCHAR2(30) NOT NULL |
1st level generic key for Self-Service Text Catalog.
Prompt Table: %EDITTABLE |
|
4 | Character(30) | VARCHAR2(30) NOT NULL |
2nd Level generic Self-Service text key.
Prompt Table: %EDITTABLE2 |
|
5 | Character(18) | VARCHAR2(18) NOT NULL | Text ID | |
6 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
7 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
8 | GP_ABS_CS_DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Configurable sections Setup: Used to store the first 254 characters of the text catalog text value to be used in a search view. |
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. |