[Home] [Help]
[Dependency Information]
| Object Name: | CZ_ITEM_MASTER_TYPE_PROPS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_ITEM_MASTER_TYPE_PROPS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
CZ_ITEM_MASTERS
CZ_ITEM_TYPE_PROPERTIES
APPS.CZ_ITEM_MASTER_TYPE_PROPS_V is not referenced by any database object
|
|
|
|