AP_CF2_ALL_VW(SQL View) |
Index Back |
---|---|
Chartfield2- No EffDtAll values (with the most current effective date) from CHARTFIELD2_TBL |
SELECT %subrec(CF2_ALL_VW, A) FROM PS_%Sql(CHARTFIELD2_TBL, A) WHERE A.EFFDT=( SELECT MAX(B.EFFDT) FROM PS_%Sql(CHARTFIELD2_TBL, B) WHERE %Join(COMMON_KEYS, CF2_ALL_VW A, CF2_ALL_VW B)) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CHARTFIELD2 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion Chartfield 2
Prompt Table: CHARTFIELD2_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | 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. |
6 | SYNCDTTM | DateTime(26) | TIMESTAMP |
Synchronization Last Update Date Time
Default Value: %datetime |