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


VIEW: APPS.IEC_O_ALG_DATA_DEFS_VL

Object Details
Object Name: IEC_O_ALG_DATA_DEFS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

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


Standard globalization view for action and expression parameter seed data.


[View Source]

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.
NAME VARCHAR2 (32) Yes Display name for the data item.
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.
Query Text

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


SELECT DATA_CODE
,      OWNER_CODE
,      OWNER_TYPE_CODE
,      NAME
,      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
FROM APPS.IEC_O_ALG_DATA_DEFS_VL;

Dependencies

[top of page]

APPS.IEC_O_ALG_DATA_DEFS_VL references the following:

SchemaAPPS
SynonymIEC_O_ALG_DATA_DEFS_B
SynonymIEC_O_ALG_DATA_DEFS_TL

APPS.IEC_O_ALG_DATA_DEFS_VL is not referenced by any database object