ZCA_OBJECT_RELATIONS

zca_object_relations: This table is used to store the relationship of objects

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_OBJECT_RELATIONS_PK

RELATIONSHIP_ID

Columns

Name Datatype Length Precision Not-null Comments
RELATIONSHIP_ID NUMBER 18 Yes PrimaryKey of table
RELATIONSHIP_NAME_LIC VARCHAR2 500 Yes It specifies name os the raltioship
RELATIONSHIP_DISPLAY_NAME VARCHAR2 100 RELATIONSHIP_DISPLAY_NAME
RELATIONSHIP_TYPE VARCHAR2 100 Yes Displays type of relationship
RELATIONSHIP_CARDINALITY VARCHAR2 30 Yes Provides the cardinality of the relationship
CUSTOM_FLAG VARCHAR2 1 Yes It can have value as Y or N. Specifies whether it is a custom object or Standard Object
VIEW_LINK_DEF VARCHAR2 600 Specifies the Viewlink definition for the relationship
SOURCE_OBJECT_CODE VARCHAR2 128 Yes It specifies the source object LIC of the realtionship
SOURCE_OBJECT_REL_ATTR1 VARCHAR2 100 Yes Specifies the attribute of the source object as part of relationship
SOURCE_OBJECT_REL_ATTR2 VARCHAR2 100 Specifies the attribute of the source object as part of relationship
SOURCE_OBJECT_REL_ATTR3 VARCHAR2 100 Specifies the attribute of the source object as part of relationship
SOURCE_OBJECT_REL_ATTR4 VARCHAR2 100 Specifies the attribute of the source object as part of relationship
SOURCE_OBJECT_REL_ATTR5 VARCHAR2 100 Specifies the attribute of the source object as part of relationship
TARGET_OBJECT_CODE VARCHAR2 128 Yes Specifies the LIC of the Target object in the relationship
TARGET_OBJECT_REL_ATTR1 VARCHAR2 100 Yes Specifies the attribute of the target object as part of relationship
TARGET_OBJECT_REL_ATTR2 VARCHAR2 100 Specifies the attribute of the target object as part of relationship
TARGET_OBJECT_REL_ATTR3 VARCHAR2 100 Specifies the attribute of the target object as part of relationship
TARGET_OBJECT_REL_ATTR4 VARCHAR2 100 Specifies the attribute of the target object as part of relationship
TARGET_OBJECT_REL_ATTR5 VARCHAR2 100 Specifies the attribute of the target object as part of relationship
SOURCE_OBJECT_VLA_NAME VARCHAR2 300 View Link Accessor Name in Source Object
TARGET_OBJECT_VLA_NAME VARCHAR2 300 View Link Accessor Name in case of Target Object
INTERSECTION_OBJECT_CODE VARCHAR2 128 Language Independent Code for the Intersection object
INTERSECTION_SRC_ATTR_NAME VARCHAR2 128 Source attribute name of intersection object
INTERSECTION_SRC_VLA_NAME VARCHAR2 300 Source View Link Accessor for the intersection object
INTERSECTION_TRGT_ATTR_NAME VARCHAR2 100 Target Attribute name for intersection object
INTERSECTION_TRGT_VLA_NAME VARCHAR2 300 Intersection object target view link accessor
ACCESSGROUP_RELATION_SQL VARCHAR2 4000 SQL for relationship with Accessgroup
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_RELATIONS zca_objects SOURCE_OBJECT_CODE

Indexes

Index Uniqueness Tablespace Columns
ZCA_OBJECT_RELATIONS_N1 Non Unique Default SOURCE_OBJECT_CODE, RELATIONSHIP_NAME_LIC
ZCA_OBJECT_RELATIONS_U1 Unique Default RELATIONSHIP_ID
ZCA_OBJECT_RELATIONS_U2 Unique Default RELATIONSHIP_NAME_LIC