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


VIEW: APPS.CZ_ITEM_ITEMVAL_POP_V

Object Details
Object Name: CZ_ITEM_ITEMVAL_POP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_ITEM_ITEMVAL_POP_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
ITEM_TYPE_ID NUMBER (9)
ID of the item type associated with this record
ITEM_ID NUMBER (9) Yes Associates an Item Master record with this record
PROPERTY_ID NUMBER (9) Yes
ITEM_TYPE_NAME VARCHAR2 (255)
Name of the item type associated with this record
ITEM_MASTER_NAME VARCHAR2 (0)
PROPERTY_NAME VARCHAR2 (4000) Yes Name of the associated Property
NAME VARCHAR2 (4000)
DESC_TEXT VARCHAR2 (2000)
Description for this item type
QUOTEABLE_FLAG VARCHAR2 (0)
Indicates this item can be separately quoted. ALWAYS NULL IN THIS VIEW
PRIMARY_UOM_CODE VARCHAR2 (0)
Indicates the primary unit of measure for this item. (ALWAYS NULL IN THIS VIEW)
Query Text

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


SELECT ITEM_TYPE_ID
,      ITEM_ID
,      PROPERTY_ID
,      ITEM_TYPE_NAME
,      ITEM_MASTER_NAME
,      PROPERTY_NAME
,      NAME
,      DESC_TEXT
,      QUOTEABLE_FLAG
,      PRIMARY_UOM_CODE
FROM APPS.CZ_ITEM_ITEMVAL_POP_V;

Dependencies

[top of page]

APPS.CZ_ITEM_ITEMVAL_POP_V references the following:

SchemaAPPS
ViewCZ_ITEM_ITEMPROPVALS_V
SynonymCZ_LOCALIZED_TEXTS
SynonymFND_LANGUAGES

APPS.CZ_ITEM_ITEMVAL_POP_V is not referenced by any database object