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


TABLE: GMD.FM_FMCT_CLS

Object Details
Object Name: FM_FMCT_CLS
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.FM_FMCT_CLS
Subobject Name:
Status: VALID


THIS TABLE IS NOT CURRENTLY USED. Formula control classes.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FM_FMCT_CLS_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnFMCONTROL_CLASS
Columns
Name Datatype Length Mandatory Comments
FMCONTROL_CLASS VARCHAR2 (8) Yes Used to group formulas together for security purposes
FMCONTROL_CLASS_DESC VARCHAR2 (40) Yes Description of Class
TRANS_CNT NUMBER (10)
Not currently used
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
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
Query Text

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


SELECT FMCONTROL_CLASS
,      FMCONTROL_CLASS_DESC
,      TRANS_CNT
,      DELETE_MARK
,      TEXT_CODE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
FROM GMD.FM_FMCT_CLS;

Dependencies

[top of page]

GMD.FM_FMCT_CLS does not reference any database object

GMD.FM_FMCT_CLS is referenced by following:

SchemaGMD
ViewFM_FMCT_CLS#