[Home] [Help]
[Dependency Information]
| Object Name: | PON_FORMS_SECTIONS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_FORMS_SECTIONS_TL
|
| Subobject Name: | |
| Status: | VALID |
PON_FORMS_SECTIONS_TL stores the language specific information for a form, section or abstract i.e. name, description and tip text.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_FORMS_SECTIONS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FORM_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TIP_TEXT | VARCHAR2 | (500) | This stores the tip for the section that appears below the section name when the section is included in a form. | |
| FORM_ID | NUMBER | Yes | Unique Id of the Form | |
| FORM_NAME | VARCHAR2 | (80) | Yes | Name of the form as displayed to the user in the language specified by the LANGUAGE column. |
| FORM_DESCRIPTION | VARCHAR2 | (500) | Description of the form as displayed to the user in the language specified by the LANGUAGE column. | |
| CUSTOMIZED_FLAG | VARCHAR2 | (1) | Flag to indicate if the field has been customized or not. (This column will be applicable for forms/sections shipped with the application) | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of form/section. |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language of form/section. |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Column | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TIP_TEXT
, FORM_ID
, FORM_NAME
, FORM_DESCRIPTION
, CUSTOMIZED_FLAG
, LANGUAGE
, SOURCE_LANG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM PON.PON_FORMS_SECTIONS_TL;
PON.PON_FORMS_SECTIONS_TL does not reference any database object
PON.PON_FORMS_SECTIONS_TL is referenced by following:
PON
PON_FORMS_SECTIONS_TL#
|
|
|
|