DBA Data[Home] [Help] [Dependency Information]


TABLE: PON.PON_FORMS_SECTIONS_TL

Object Details
Object Name: PON_FORMS_SECTIONS_TL
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_FORMS_SECTIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFORM_ID
ColumnLANGUAGE
Columns
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
Query Text

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
FROM PON.PON_FORMS_SECTIONS_TL;

Dependencies

[top of page]

PON.PON_FORMS_SECTIONS_TL does not reference any database object

PON.PON_FORMS_SECTIONS_TL is referenced by following:

SchemaAPPS
SynonymPON_FORMS_SECTIONS_TL