MOVFLG_XLAT_LNG(SQL View) |
Index Back |
---|---|
Translate Value Items |
SELECT %Substring(B.FIELDVALUE,1,1) , B.EFFDT , B.LANGUAGE_CD , B.XLATLONGNAME FROM PSXLATITEM A , PSXLATITEMLANG B WHERE A.FIELDNAME = 'MOVEMENT_FLAG' AND A.EFF_STATUS = 'A' AND %EffdtCheck(PSXLATITEM XX, A, %CurrentDateIn) AND %Join(COMMON_KEYS, PSXLATITEM A, PSXLATITEMLANG B) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(1) | VARCHAR2(1) NOT NULL |
A flag associated with a journal line that indicates whether its amount is in the natural sign or the reversal sign.
N=Natural R=Reversal |
|
2 | Date(10) | DATE | Effective Date | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |