FORM_DTL(SQL Table) | 
Index Back | 
|---|---|
Form DetailList of objects on the form. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | 
Form Name is the unique id of the form.  This corresponds to a page name.
 Prompt Table: FORM_TBL  | 
|
| 2 | Date(10) | DATE | 
Effective Date
 Default Value: %date  | 
|
| 3 | Number(4,0) | SMALLINT NOT NULL | Form Field Number identifies on object on the form. | |
| 4 | FORM_FIELD_TYPE | Character(4) | VARCHAR2(4) NOT NULL | 
Form Field Type designates the type of object on the form.
 BOX=Box FLD=Data Field IMAG=Image LINE=Line LONG=Long Text TEXT=Text  |