[Home] [Help]
[Dependency Information]
| Object Name: | GMO_INSTR_SET_DEFN_T |
|---|---|
| Object Type: | TABLE |
| Owner: | GMO |
| FND Design Data: | GMO.GMO_INSTR_SET_DEFN_T
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMO_INSTR_SET_DEFN_T_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
INSTRUCTION_PROCESS_ID
INSTRUCTION_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTRUCTION_SET_ID | NUMBER | Yes | The instruction set id , Primary Key | |
| INSTRUCTION_PROCESS_ID | NUMBER | Yes | The instruction process id for one particular user session, part of PK | |
| INSTRUCTION_TYPE | VARCHAR2 | (40) | Instruction Set type code eg. PROCESS, DISPENSE, REVERSE_DISPENSE | |
| INSTR_SET_NAME | VARCHAR2 | (240) | Instruction Set Name used to identify Instruction Set | |
| INSTR_SET_DESC | VARCHAR2 | (500) | Instruction Set Description (MLS) | |
| ENTITY_NAME | VARCHAR2 | (200) | Entity Name for Instruction Set | |
| ENTITY_KEY | VARCHAR2 | (500) | Entity Key for Instruction Set | |
| ACKN_STATUS | VARCHAR2 | (40) | Acknowledgement status used for handshake purposes | |
| ORIG_SOURCE | VARCHAR2 | (40) | ORIG Source = DEFINITION | |
| ORIG_SOURCE_ID | NUMBER | Originial Instruction Set Id, if this instruction set is a copy of existing | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT INSTRUCTION_SET_ID
, INSTRUCTION_PROCESS_ID
, INSTRUCTION_TYPE
, INSTR_SET_NAME
, INSTR_SET_DESC
, ENTITY_NAME
, ENTITY_KEY
, ACKN_STATUS
, ORIG_SOURCE
, ORIG_SOURCE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMO.GMO_INSTR_SET_DEFN_T;
GMO.GMO_INSTR_SET_DEFN_T does not reference any database object
GMO.GMO_INSTR_SET_DEFN_T is referenced by following:
GMO
GMO_INSTR_SET_DEFN_T#
|
|
|
|