GP_DEFASOFDT_VW(SQL View) |
Index Back |
---|---|
XLat vu for DEFN_ASOFDT_OPTNUsing view instead of XLAT table to avoid showing displaying the Not Applicable value in the drop down lists |
SELECT %Substring(FIELDVALUE, 1, 1) ,EFFDT ,EFF_STATUS ,XLATLONGNAME FROM PSXLATITEM WHERE FIELDNAME = 'DEFN_ASOFDT_OPTN' AND FIELDVALUE <> 'N' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DEFN_ASOFDT_OPTN | Character(1) | VARCHAR2(1) NOT NULL |
DEFN_ASOFDT_OPTN
B=Calendar Period Begin Date E=Calendar Period End Date N=Not Applicable P=Payment Date R=Process Begin Date S=Process End Date |
2 | EFFDT | Date(10) | DATE | Effective Date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
4 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |