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


TABLE: GMO.GMO_INSTR_TASK_INSTANCE

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


Task (task erecord id, task identifier, task value ) related data for given instruction


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMO_INSTR_TASK_INSTANCE_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTRUCTION_ID
ColumnINSTR_TASK_SEQ
Columns
Name Datatype Length Mandatory Comments
INSTRUCTION_ID NUMBER
Yes Instruction Id, referenced from GMO_INSTR_INSTANCE_B, part of primary key
INSTR_TASK_SEQ NUMBER
Yes Unique task sequence used to form primary key
TASK_EREC_ID NUMBER

Task E-record Id
TASK_IDENTIFIER VARCHAR2 (400)
Task Identifier
TASK_VALUE VARCHAR2 (4000)
Task Value
MANUAL_ENTRY VARCHAR2 (10)
Whether task is acknowledged from application or manually entered = Y or N
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_TASK_SEQ
,      TASK_EREC_ID
,      TASK_IDENTIFIER
,      TASK_VALUE
,      MANUAL_ENTRY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GMO.GMO_INSTR_TASK_INSTANCE;

Dependencies

[top of page]

GMO.GMO_INSTR_TASK_INSTANCE does not reference any database object

GMO.GMO_INSTR_TASK_INSTANCE is referenced by following:

SchemaAPPS
SynonymGMO_INSTR_TASK_INSTANCE