JPM_SRCH_ROLEVW(SQL View) |
Index Back |
---|---|
Text Catalog Prompt VwPrompt View for the ROLE key of the HJPM/SRCH Text Catalog entries. |
SELECT %Substring(I.FIELDVALUE,1,3) , I.XLATLONGNAME FROM PSXLATITEM I WHERE FIELDNAME = 'JPM_ROLE' AND %EffdtCheck(PSXLATITEM I1, I, %CurrentDateIn) AND I.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_ROLE | Character(3) | VARCHAR2(3) NOT NULL |
Role
ADM=Administrator EMP=Employee MGR=Manager |
2 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |