[Home] [Help]
[Dependency Information]
| Object Name: | FM_FMCT_CLS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| FND Design Data: | GMD.FM_FMCT_CLS
|
| Subobject Name: | |
| Status: | VALID |
THIS TABLE IS NOT CURRENTLY USED. Formula control classes.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FM_FMCT_CLS_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
FMCONTROL_CLASS
|
| 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 |
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;
GMD.FM_FMCT_CLS does not reference any database object
GMD.FM_FMCT_CLS is referenced by following:
GMD
FM_FMCT_CLS#
|
|
|
|