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


VIEW: APPS.CZ_ITEM_MASTER_TYPE_PROPS_V

Object Details
Object Name: CZ_ITEM_MASTER_TYPE_PROPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCZ.CZ_ITEM_MASTER_TYPE_PROPS_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_ID NUMBER (9) Yes Associates an Item Master record with this record
ITEM_TYPE_ID NUMBER (9)
ID of the item type associated with this record
PROPERTY_ID NUMBER (9) Yes Associates this record with a Property
DELETED_FLAG VARCHAR2 (1)
Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved
Query Text

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


SELECT ITEM_ID
,      ITEM_TYPE_ID
,      PROPERTY_ID
,      DELETED_FLAG
FROM APPS.CZ_ITEM_MASTER_TYPE_PROPS_V;

Dependencies

[top of page]

APPS.CZ_ITEM_MASTER_TYPE_PROPS_V references the following:

SchemaAPPS
SynonymCZ_ITEM_MASTERS
SynonymCZ_ITEM_TYPE_PROPERTIES

APPS.CZ_ITEM_MASTER_TYPE_PROPS_V is not referenced by any database object