[Home] [Help]
[Dependency Information]
| Object Name: | GMF_ITEM_GROUPS |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GMF_ITEM_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
Stores the grouping of items (representative vs represented) for Summary Level costing
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMF_ITEM_GROUPS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CHILD_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CHILD_ITEM_ID | NUMBER | Yes | Represented Item | |
| PARENT_ITEM_ID | NUMBER | Yes | Representative Item | |
| REPRESENTATIVE | VARCHAR2 | (1) | Flag for representative indicator. Y = Representative Item; N or Null = represented Item | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | 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 | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0 = Active record (default); 1 = Marked for (logical) deletion. |
Cut, paste (and edit) the following text to query this object:
SELECT CHILD_ITEM_ID
, PARENT_ITEM_ID
, REPRESENTATIVE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, DELETE_MARK
FROM GMF.GMF_ITEM_GROUPS;
GMF.GMF_ITEM_GROUPS does not reference any database object
GMF.GMF_ITEM_GROUPS is referenced by following:
GMF
GMF_ITEM_GROUPS#
|
|
|
|