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


VIEW: APPS.GMO_INSTR_SET_DEFN_VL

Object Details
Object Name: GMO_INSTR_SET_DEFN_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMO.GMO_INSTR_SET_DEFN_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
INSTRUCTION_SET_ID NUMBER
Yes Instruction Set Id, Primary Key
INSTRUCTION_TYPE VARCHAR2 (40) Yes Instruction Set type code eg. PROCESS, DISPENSE, REVERSE_DISPENSE
INSTR_SET_NAME VARCHAR2 (240) Yes Instruction Set Name used to identify Instruction Set
ENTITY_NAME VARCHAR2 (200) Yes Entity Name for Instruction Set
ENTITY_KEY VARCHAR2 (500) Yes 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
INSTR_SET_DESC VARCHAR2 (500)
Instruction Set Description (MLS)
Query Text

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


SELECT ROW_ID
,      INSTRUCTION_SET_ID
,      INSTRUCTION_TYPE
,      INSTR_SET_NAME
,      ENTITY_NAME
,      ENTITY_KEY
,      ACKN_STATUS
,      ORIG_SOURCE
,      ORIG_SOURCE_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      INSTR_SET_DESC
FROM APPS.GMO_INSTR_SET_DEFN_VL;

Dependencies

[top of page]

APPS.GMO_INSTR_SET_DEFN_VL references the following:

SchemaAPPS
SynonymGMO_INSTR_SET_DEFN_B
SynonymGMO_INSTR_SET_DEFN_TL
APPS.GMO_INSTR_SET_DEFN_VL is referenced by following:

SchemaAPPS
Package BodyGMO_INSTRUCTION_PVT - show dependent code
TriggerGMO_INSTR_SET_DEFN_DL
TriggerGMO_INSTR_SET_DEFN_IL
TriggerGMO_INSTR_SET_DEFN_UL