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


TABLE: IEC.IEC_O_ALG_DATA_DEFS_B

Object Details
Object Name: IEC_O_ALG_DATA_DEFS_B
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


Contains seed data defining parameters for algorithm expressions and actions.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_DATA_DEFS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOWNER_TYPE_CODE
ColumnDATA_CODE
ColumnOWNER_CODE
Columns
Name Datatype Length Mandatory Comments
DATA_CODE VARCHAR2 (32) Yes Unique code identifying the parameter.
OWNER_CODE VARCHAR2 (32) Yes Contains the code of the owning action or expression.
OWNER_TYPE_CODE VARCHAR2 (32) Yes Contains the type of object owning this data item. Either ACTION or EXPR.
DATA_TYPE VARCHAR2 (32)
Contains the type of this data value.
IS_REF_FLAG VARCHAR2 (1) Yes 'Y' if the data is a lookup, 'N' if it is a literal value.
REF_NAME VARCHAR2 (150)
If the data is a lookup, contains the name of the column holding the display name.
REF_VALUE VARCHAR2 (150)
If the data is a lookup, contains the name of the column holding the data value.
REF_TABLE VARCHAR2 (64)
If the data is a lookup, contains the name of the table or view used to get the list of values or look up a specific value.
REF_WHERE VARCHAR2 (255)
If the data is a lookup, contains the where clause used. This is optional.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
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.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Used for locking in HTML applications.
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments.
Query Text

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


SELECT DATA_CODE
,      OWNER_CODE
,      OWNER_TYPE_CODE
,      DATA_TYPE
,      IS_REF_FLAG
,      REF_NAME
,      REF_VALUE
,      REF_TABLE
,      REF_WHERE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_O_ALG_DATA_DEFS_B;

Dependencies

[top of page]

IEC.IEC_O_ALG_DATA_DEFS_B does not reference any database object

IEC.IEC_O_ALG_DATA_DEFS_B is referenced by following:

SchemaAPPS
SynonymIEC_O_ALG_DATA_DEFS_B