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


VIEW: APPS.PV_ENTITY_ATTR_VAL_V

Object Details
Object Name: PV_ENTITY_ATTR_VAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPV.PV_ENTITY_ATTR_VAL_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ENTY_ATTR_VAL_ID NUMBER (15) Yes Entity attribute values identifier
ENTITY VARCHAR2 (50) Yes Entity type
ENTITY_ID NUMBER (15) Yes Could be either partner or lead depends on the entity type
ATTRIBUTE_ID NUMBER (15) Yes Attribute identifier
ATTR_NAME VARCHAR2 (60)
Attribute Name
ATTR_DESCRIPTION VARCHAR2 (240)
Attribute Description
ENABLED_FLAG VARCHAR2 (1) Yes Enabled Flag to indicate whether the attribute is enabled or not
SCORE VARCHAR2 (30)
Score for the partner experties
ATTR_VALUE VARCHAR2 (2000)
Partner experties
Query Text

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


SELECT ENTY_ATTR_VAL_ID
,      ENTITY
,      ENTITY_ID
,      ATTRIBUTE_ID
,      ATTR_NAME
,      ATTR_DESCRIPTION
,      ENABLED_FLAG
,      SCORE
,      ATTR_VALUE
FROM APPS.PV_ENTITY_ATTR_VAL_V;

Dependencies

[top of page]

APPS.PV_ENTITY_ATTR_VAL_V references the following:

SchemaAPPS
ViewPV_ATTRIBUTES_VL
SynonymPV_ENTY_ATTR_VALUES

APPS.PV_ENTITY_ATTR_VAL_V is not referenced by any database object