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


TABLE: GMP.CR_TEXT_HDR

Object Details
Object Name: CR_TEXT_HDR
Object Type: TABLE
Owner: GMP
FND Design Data: TableGMP.CR_TEXT_HDR
Subobject Name:
Status: VALID


Table used to store text types for Capacity


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CR_TEXT_HDR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEXT_CODE
Columns
Name Datatype Length Mandatory Comments
TEXT_CODE NUMBER (10) Yes Surrogate key for the record. ID which joins any rows of text in this table to the Text Table for this Module
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 TEXT_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMP.CR_TEXT_HDR;

Dependencies

[top of page]

GMP.CR_TEXT_HDR does not reference any database object

GMP.CR_TEXT_HDR is referenced by following:

SchemaGMP
ViewCR_TEXT_HDR#