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


VIEW: APPS.AMS_PROD_TEMPLATES_VL

Object Details
Object Name: AMS_PROD_TEMPLATES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_PROD_TEMPLATES_VL
Subobject Name:
Status: VALID

View Type

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


This view is used in product template functionality. It return the translated name and description of the templates.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Unique identifier generated by the database.
TEMPLATE_ID NUMBER (15) Yes Unique template identifier.
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
TEMPLATE_NAME VARCHAR2 (120) Yes Template Name
DESCRIPTION VARCHAR2 (4000)
Template description
PRODUCT_SERVICE_FLAG VARCHAR2 (40)
This flag indicates whether the template is for Product or Service
Query Text

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


SELECT ROW_ID
,      TEMPLATE_ID
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      TEMPLATE_NAME
,      DESCRIPTION
,      PRODUCT_SERVICE_FLAG
FROM APPS.AMS_PROD_TEMPLATES_VL;

Dependencies

[top of page]

APPS.AMS_PROD_TEMPLATES_VL references the following:

SchemaAPPS
SynonymAMS_PROD_TEMPLATES_B
SynonymAMS_PROD_TEMPLATES_TL

APPS.AMS_PROD_TEMPLATES_VL is not referenced by any database object