FORM_TXLONG_LNG(SQL Table) |
Index Back |
---|---|
Form Text Long Related LangRelated language record for Form_Text_Long. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORM_NAME | 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 | FORM_FIELD_NBR | Number(4,0) | SMALLINT NOT NULL |
Form Field Number identifies on object on the form.
Prompt Table: FORM_DTL |
3 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | FORM_TEXT_LONG | Long Character | CLOB NOT NULL | Form Long Text is a long text literal to be placed onto a form. Form text may have imbedded form_field_name values within it. If they are, then they are bracketted by % before and after. A double % displays as a single percent. |