[Home] [Help]
[Dependency Information]
| Object Name: | GMD_FORMULA_CLASS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GMD |
| FND Design Data: | GMD.GMD_FORMULA_CLASS_B
|
| Subobject Name: | |
| Status: | VALID |
Table used to group formulas into classes.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMD_FORMULA_CLASS_B_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
FORMULA_CLASS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FORMULA_CLASS | VARCHAR2 | (8) | Yes | Code identifying the formula class. |
| FORMULA_CLASS_DESC | VARCHAR2 | (40) | Description of the formula class. | |
| 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 |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT FORMULA_CLASS
, FORMULA_CLASS_DESC
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATED_BY
, LAST_UPDATED_BY
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
FROM GMD.GMD_FORMULA_CLASS_B;
GMD.GMD_FORMULA_CLASS_B does not reference any database object
GMD.GMD_FORMULA_CLASS_B is referenced by following:
APPS
GMD_FORMULA_CLASS_B
|
|
|
|