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


TABLE: GMF.GMF_ITEM_GROUPS

Object Details
Object Name: GMF_ITEM_GROUPS
Object Type: TABLE
Owner: GMF
FND Design Data: TableGMF.GMF_ITEM_GROUPS
Subobject Name:
Status: VALID


Stores the grouping of items (representative vs represented) for Summary Level costing


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMF_ITEM_GROUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHILD_ITEM_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

GMF.GMF_ITEM_GROUPS does not reference any database object

GMF.GMF_ITEM_GROUPS is referenced by following:

SchemaGMF
ViewGMF_ITEM_GROUPS#