LM_XLATTABLE_VW

(SQL View)
Index Back

Translate Value Items

This record is used to publish translate table data to ELM application. This record is used in LM_TAMIG_XLATTABLE_FULLSYNC message.

SELECT A.FIELDNAME , A.FIELDVALUE , A.EFFDT , A.EFF_STATUS , A.XLATLONGNAME , A.XLATSHORTNAME , A.LASTUPDDTTM , A.LASTUPDOPRID , A.SYNCID FROM PSXLATITEM A WHERE (A.FIELDNAME='TRN_VENDOR_TYPE' OR A.FIELDNAME = 'COURSE_GRADE' OR A.FIELDNAME = 'PRIMARY_DEL_METHOD' OR A.FIELDNAME='EQUIP_TYPE' ) AND A.EFF_STATUS='A' AND A.EFFDT = ( SELECT MAX(D.EFFDT) FROM PSXLATITEM D WHERE D.FIELDNAME = A.FIELDNAME AND D.FIELDVALUE = A.FIELDVALUE AND D.EFFDT <= %CurrentDateIn)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 FIELDNAME Character(18) VARCHAR2(18) NOT NULL Field Name (see PSDBFIELD).

Prompt Table: PSDBFIELD

2 FIELDVALUE Character(4) VARCHAR2(4) NOT NULL Field Value
3 EFFDT Date(10) DATE Effective Date

Default Value: %date

4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A

5 XLATLONGNAME Character(30) VARCHAR2(30) NOT NULL Translate Long Name
6 XLATSHORTNAME Character(10) VARCHAR2(10) NOT NULL Translate Value Short Name
7 LASTUPDDTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
8 LASTUPDOPRID Character(30) VARCHAR2(30) NOT NULL Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
9 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.