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


TABLE: GMP.FC_TEXT_HDR

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


Table used to store text types for Forecasting.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FC_TEXT_HDR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEXT_CODE
Columns
Name Datatype Length Mandatory Comments
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
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
Query Text

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


SELECT CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TEXT_CODE
FROM GMP.FC_TEXT_HDR;

Dependencies

[top of page]

GMP.FC_TEXT_HDR does not reference any database object

GMP.FC_TEXT_HDR is referenced by following:

SchemaAPPS
SynonymFC_TEXT_HDR