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


TABLE: GR.GR_SUB_HEADINGS_TL

Object Details
Object Name: GR_SUB_HEADINGS_TL
Object Type: TABLE
Owner: GR
FND Design Data: TableGR.GR_SUB_HEADINGS_TL
Subobject Name:
Status: VALID


The Sub Heading Description.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GR_SUB_HEADINGS_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSUB_HEADING_CODE
ColumnLANGUAGE
GR_SUB_HEADINGS_TL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLANGUAGE
GR_SUB_HEADINGS_TL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSOURCE_LANG
Columns
Name Datatype Length Mandatory Comments
SUB_HEADING_CODE VARCHAR2 (10) Yes The Sub Heading Code for the sub heading text.
LANGUAGE VARCHAR2 (4) Yes Language code
SUB_HEADING_DESC VARCHAR2 (240) Yes The Sub Heading Description in the required languages.
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SUB_HEADING_CODE
,      LANGUAGE
,      SUB_HEADING_DESC
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GR.GR_SUB_HEADINGS_TL;

Dependencies

[top of page]

GR.GR_SUB_HEADINGS_TL does not reference any database object

GR.GR_SUB_HEADINGS_TL is referenced by following:

SchemaGR
ViewGR_SUB_HEADINGS_TL#