[Home] [Help]
[Dependency Information]
| Object Name: | GMO_INSTR_SET_INSTANCE_B |
|---|---|
| Object Type: | TABLE |
| Owner: | GMO |
| FND Design Data: | GMO.GMO_INSTR_SET_INSTANCE_B
|
| Subobject Name: | |
| Status: | VALID |
Instruction Set base table at execution time
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GMO_INSTR_SET_INSTANCE_B_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INSTRUCTION_SET_ID
|
| GMO_INSTR_SET_INSTANCE_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ENTITY_NAME
ENTITY_KEY
INSTRUCTION_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTRUCTION_SET_ID | NUMBER | Yes | Instruction set id, primary key | |
| INSTRUCTION_TYPE | VARCHAR2 | (40) | Instruction Type | |
| INSTR_SET_NAME | VARCHAR2 | (240) | Instruction Set Name used to identify Instruction Set | |
| 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 | |
| INSTR_SET_STATUS | VARCHAR2 | (40) | Instruction set status used to identify nullified instructions -can be ACTIVE or CANCEL | |
| ORIG_SOURCE | VARCHAR2 | (40) | ORIG Source = DEFINITION in case of CREATE_INSTANCE_FROM_DEFINITION or INSTANCE in case of CREATE_INSTANCE_FROM_INSTANCE | |
| 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_TYPE
, INSTR_SET_NAME
, ENTITY_NAME
, ENTITY_KEY
, ACKN_STATUS
, INSTR_SET_STATUS
, ORIG_SOURCE
, ORIG_SOURCE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMO.GMO_INSTR_SET_INSTANCE_B;
GMO.GMO_INSTR_SET_INSTANCE_B does not reference any database object
GMO.GMO_INSTR_SET_INSTANCE_B is referenced by following:
GMO
GMO_INSTR_SET_INSTANCE_B#
|
|
|
|