MOW_ASGN_OBJECTS_B

Table for stroring the Assignment Objects

Details

  • Schema: FUSION

  • Object owner: MOW

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MOW_ASGN_OBJECTS_B_PK

ASGN_OBJECT_GUID

Columns

Name Datatype Length Precision Not-null Comments
ASGN_OBJECT_GUID VARCHAR2 64 Yes Primary Key to uniquely identify the row
REF_ROW_GUID VARCHAR2 64 Reference key the to respective N/D row.
RECORD_STATUS VARCHAR2 1 Yes Indicates if Assignment Object has been published to Engine
OWNER_MODULE VARCHAR2 80 Yes Indicates the owning component of the Assignment Object
PARENT_OBJECT_GUID VARCHAR2 64 Contains the id of the immediate parent
PARENT_GUID1 VARCHAR2 64 Contains the id of the top/primary assignment object
PARENT_GUID2 VARCHAR2 64 Contains the id of the great-great grand parent
PARENT_GUID3 VARCHAR2 64 Contains the id of the great grand parent
PARENT_GUID4 VARCHAR2 64 Contains the id of the grand parent
PARENT_GUID5 VARCHAR2 64 Contains the id of the immediate parent
ASGN_OBJECT_CODE VARCHAR2 75 Yes Language independent name of the Assignment Object
APP_MODULE_NAME VARCHAR2 255 Yes Contains the fully qualified java class name for the assignment object Application Module
APP_MODULE_CONFIG_NAME VARCHAR2 255 Yes Contains the the assignment object Application Module Config Name
VIEW_OBJECT_DEFN VARCHAR2 255 Contains the fully qualified path of the view object
FACT_ALIAS VARCHAR2 255 Contains the fact alias name that is stored in OBR
VIEW_OBJECT_INSTANCE VARCHAR2 255 Yes Contains the View Object instance name
VIEW_CRITERIA_NAME VARCHAR2 255 Contains the view criteria name to be applied while executing the VO.
WORK_OBJECT_SCORE_ATTR VARCHAR2 80 Contains the attribute name to write back the score
WORK_OBJECT_IDENTIFIER_ATTR VARCHAR2 80 The name of the attribute on the work object that stores the unique/searchable (user visible) identifier
ASGN_EXCL_ATTR VARCHAR2 80 Contains the name of the lock assignment attribute name in the primary VO, which is the attribute in the work object's VO that can be used to prevent assigning the certain row. This is applicable only for the Work Object
ASGN_DATE_ATTR VARCHAR2 80 Contains the attribute name on the base VO for datetime to be stamped when the record is last assigned
PRIMARY_KEY_ATTR1 VARCHAR2 80 Name of the first attribute that makes up the object primary key
PRIMARY_KEY_ATTR2 VARCHAR2 80 Name of the second attribute that makes up the object primary key
PRIMARY_KEY_ATTR3 VARCHAR2 80 Name of the third attribute that makes up the object primary key
CAND_OBJECT_REFRESH_INTERVAL NUMBER 18 Candidate Object Refresh Interval
CAND_OBJECT_INITIAL_POOL_SIZE NUMBER 9 Candidate Object Initial Pool Size
CAND_OBJECT_MAX_POOL_SIZE NUMBER 9 Candidate Object Maximum Pool Size
WORK_OBJECT_FLAG VARCHAR2 1 Indicates whether the object is a Work object
CANDIDATE_OBJECT_FLAG VARCHAR2 1 Indicates whether the object is a Candidate object
INACTIVE_FLAG VARCHAR2 1 Indicates whether the record is active or not
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
mow_workobj_candobj_rels mow_asgn_objects_b WORK_OBJECT_GUID
mow_workobj_candobj_rels mow_asgn_objects_b CANDIDATE_OBJECT_GUID
mow_asgn_object_attrs mow_asgn_objects_b ASGN_OBJECT_GUID
mow_asgn_objects_tl mow_asgn_objects_b ASGN_OBJECT_GUID

Indexes

Index Uniqueness Tablespace Columns
MOW_ASGN_OBJECTS_B_PK Unique Default ASGN_OBJECT_GUID, ORA_SEED_SET1
MOW_ASGN_OBJECTS_B_PK1 Unique Default ASGN_OBJECT_GUID, ORA_SEED_SET2
MOW_ASGN_OBJECTS_B_U1 Unique Default OWNER_MODULE, ASGN_OBJECT_CODE, RECORD_STATUS, ORA_SEED_SET1
MOW_ASGN_OBJECTS_B_U11 Unique Default OWNER_MODULE, ASGN_OBJECT_CODE, RECORD_STATUS, ORA_SEED_SET2