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


TABLE: GMD.GMD_OPERATION_CLASS_B

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


Operation class base table. Used to group operations.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMD_OPERATION_CLASS_B_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnOPRN_CLASS
Columns
Name Datatype Length Mandatory Comments
OPRN_CLASS VARCHAR2 (4) Yes Code identifying the operation class.
OPRN_CLASS_DESC VARCHAR2 (40)
Description of the operation 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
Query Text

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


SELECT OPRN_CLASS
,      OPRN_CLASS_DESC
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      TRANS_CNT
,      DELETE_MARK
,      TEXT_CODE
,      LAST_UPDATE_LOGIN
FROM GMD.GMD_OPERATION_CLASS_B;

Dependencies

[top of page]

GMD.GMD_OPERATION_CLASS_B does not reference any database object

GMD.GMD_OPERATION_CLASS_B is referenced by following:

SchemaAPPS
SynonymGMD_OPERATION_CLASS_B