RE_UDF_LG(SQL Table) |
Index Back |
---|---|
User Defined Fields Language |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
|
2 | Number(10,0) | DECIMAL(10) NOT NULL | This field holds the Unique ID for each User Defined Field in a SetID. | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | UDF_FLDNM | Character(15) | VARCHAR2(15) NOT NULL | This field holds the label for the User Defined Field. |
5 | UDF_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This field holds the description for the User Defined Field. |