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


VIEW: APPS.IEC_O_ALG_EXPR_DEFS_VL

Object Details
Object Name: IEC_O_ALG_EXPR_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 expression seed data.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EXPR_CODE VARCHAR2 (32) Yes A unique code identifying this expression type.
DESCRIPTION VARCHAR2 (255) Yes The description of the expression.
SUBST_TEXT VARCHAR2 (255) Yes Text for the expression into which data and operands will be substituted.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
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 EXPR_CODE
,      DESCRIPTION
,      SUBST_TEXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM APPS.IEC_O_ALG_EXPR_DEFS_VL;

Dependencies

[top of page]

APPS.IEC_O_ALG_EXPR_DEFS_VL references the following:

SchemaAPPS
SynonymIEC_O_ALG_EXPR_DEFS_B
SynonymIEC_O_ALG_EXPR_DEFS_TL

APPS.IEC_O_ALG_EXPR_DEFS_VL is not referenced by any database object