JPM_JP_USAGE_VW(SQL View) |
Index Back |
---|
SELECT %Substring(I.FIELDVALUE,1,1) , I.XLATSHORTNAME , I.XLATLONGNAME FROM PSXLATITEM I WHERE FIELDNAME = 'JPM_JP_TYPE_USAGE' AND %EffdtCheck(PSXLATITEM I1, I, %CurrentDateIn) AND I.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JPM_PROFILE_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Value used to specify how the profile is used in business logic. This profile may represent a person profile, a profile in progress and not available for use, a job profile, etc.
A=Administrator Only J=End / Final / Job P=Person T=Template |
2 | XLATSHORTNAME | Character(10) | VARCHAR2(10) NOT NULL | Translate Value Short Name |
3 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |