SRC_METHOD_VW1(SQL View) |
Index Back |
---|---|
Itm Level Sourcing Mthd PromptView over the xlat table for the field SRC_METHOD will show all xlat values except 'G' which is not allowed at the item level. |
SELECT %Substring(X.FIELDVALUE, 1, 1) , X.XLATLONGNAME FROM PSXLATITEM X WHERE X.FIELDNAME = 'SRC_METHOD' AND %Substring(X.FIELDVALUE, 1, 1) <> 'G' AND %EffdtCheck(PSXLATITEM XX, X, %CurrentDateIn) AND X.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(1) | VARCHAR2(1) NOT NULL |
Sourcing Method
B=Basic F=Flexible H=Cumulative Split S=Sched Split |
|
2 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |