GP_ABS_LVDN_TEX(SQL View) |
Index Back |
---|---|
Leave Donation TextAbsence Management Leave Donation HR Text View |
SELECT HR_SSTEXT_SUB_ID , TEXT_ID , HR_SSTEXT_TEXT FROM PS_HR_SSTEXT_TEXT WHERE OBJECTOWNERID = 'HGA' AND HR_SSTEXT_SUB_ID = 'LVDN' AND TEXT_ID LIKE 'AC%' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | HR_SSTEXT_SUB_ID | 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. |
2 | TEXT_ID | Character(18) | VARCHAR2(18) NOT NULL | Text ID |
3 | 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. |