ZCA_OBJECT_PROPERTIES
This tables stores the properties as name value pair.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_OBJECT_PROPERTIES_PK |
PROPERTY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROPERTY_ID | NUMBER | 18 | Yes | It specifies the primary key of the table. | |
| PARENT_PROPERTY_ID | NUMBER | 18 | It specifies the parent id of a specfic property. | ||
| PROPERTY_TYPE | VARCHAR2 | 30 | Yes | It specifies the type of the property. | |
| LANG_INDEPENDENT_CODE | VARCHAR2 | 128 | Yes | It specifies the Language Independent Code of the object, to which the property belongs to. | |
| ATTR_NAME | VARCHAR2 | 100 | Specifies name of the Attribute , to which the property belongs to. | ||
| PROPERTY_NAME | VARCHAR2 | 200 | Yes | It specifies the name of the property. It is specfied in the StandardObjectMetaData.xml file | |
| PROPERTY_VALUE | VARCHAR2 | 4000 | It specifies the value of the property. It is specified in the StandardObjectMetaData.xml file | ||
| PROPERTY_GROUP | VARCHAR2 | 30 | It specifies to which group the property belongs to like Object, Attribute or Relation | ||
| PROPERTY_CATEGORY | VARCHAR2 | 30 | SPecifies the Category of the Property whether it is a Property of Object, Attribute or Relation | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ZCA_OBJECT_PROPERTIES | zca_objects | LANG_INDEPENDENT_CODE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_OBJECT_PROPERTIES_N1 | Non Unique | Default | LANG_INDEPENDENT_CODE, PROPERTY_CATEGORY, ATTR_NAME |
| ZCA_OBJECT_PROPERTIES_U1 | Unique | Default | PROPERTY_ID |