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


TABLE: GMO.GMO_INSTR_EREC_INSTANCE

Object Details
Object Name: GMO_INSTR_EREC_INSTANCE
Object Type: TABLE
Owner: GMO
FND Design Data: TableGMO.GMO_INSTR_EREC_INSTANCE
Subobject Name:
Status: VALID


The table stores the relationship between Instruction Id and Instruction E-record Id


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMO_INSTR_EREC_INSTANCE_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTRUCTION_ID
ColumnINSTR_EREC_SEQ
Columns
Name Datatype Length Mandatory Comments
INSTRUCTION_ID NUMBER
Yes Instruction id referenced from GMO_INSTR_INSTANCE_B , part of primary key
INSTR_EREC_SEQ NUMBER
Yes Instruction e-record sequence
INSTR_EREC_ID NUMBER
Yes Instructioon e-record id
TASK_EREC_ID NUMBER

Task E-record Id, if any task is associated
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
Query Text

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


SELECT INSTRUCTION_ID
,      INSTR_EREC_SEQ
,      INSTR_EREC_ID
,      TASK_EREC_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMO.GMO_INSTR_EREC_INSTANCE;

Dependencies

[top of page]

GMO.GMO_INSTR_EREC_INSTANCE does not reference any database object

GMO.GMO_INSTR_EREC_INSTANCE is referenced by following:

SchemaAPPS
SynonymGMO_INSTR_EREC_INSTANCE