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


VIEW: APPS.ENG_CHANGE_TEMPLATES_VL

Object Details
Object Name: ENG_CHANGE_TEMPLATES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewENG.ENG_CHANGE_TEMPLATES_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)
Row identifier
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
CHANGE_TEMPLATE_ID NUMBER
Yes Template id
ORGANIZATION_ID NUMBER
Yes Organization id
START_DATE DATE

Start date of the template
END_DATE DATE

End date when the template will be inactive
TEMPLATE_NAME VARCHAR2 (30) Yes Template name
DESCRIPTION VARCHAR2 (240)
Template description
Query Text

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


SELECT ROW_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CHANGE_TEMPLATE_ID
,      ORGANIZATION_ID
,      START_DATE
,      END_DATE
,      TEMPLATE_NAME
,      DESCRIPTION
FROM APPS.ENG_CHANGE_TEMPLATES_VL;

Dependencies

[top of page]

APPS.ENG_CHANGE_TEMPLATES_VL references the following:

SchemaAPPS
SynonymENG_CHANGE_TEMPLATES_B
SynonymENG_CHANGE_TEMPLATES_TL

APPS.ENG_CHANGE_TEMPLATES_VL is not referenced by any database object