OSS_BALANCE_PREDICATES

Following table is used to capture balance predicates.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BALANCE_PREDICATES_PK

BALANCE_PREDICATE_ID

Columns

Name Datatype Length Precision Not-null Comments
BALANCE_PREDICATE_ID NUMBER 18 Yes Unique identifier balance criteria predicates.
BALANCE_PREDICATE_NUMBER VARCHAR2 120 Alternate identifier number of balance predicates.
BALANCE_CRITERIA_ID NUMBER 18 Unique identifier balance criteria.
BALANCE_OBJECT_ID NUMBER 18 The unique identifier for the predicate balance object.
BALANCE_OBJECT_NAME VARCHAR2 120 Field denoting the balance object name.
BALANCE_ATTRIBUTE_ID NUMBER 18 Unique identifier for the balance attribute.
BALANCE_ATTRIBUTE_NAME VARCHAR2 240 Field denoting the balance attribute name.
BALANCE_PREDICATE_OPERATOR VARCHAR2 30 predicate operator of balance predicate.
BALANCE_PREDICATE_CHAR_VALUE VARCHAR2 600 Balance predicate character value.
BALANCE_PREDICATE_NUMBER_VALUE NUMBER Balance predicate number value.
BALANCE_PREDICATE_DECIM_VALUE NUMBER Balance predicate decimal number value.
BALANCE_PREDICATE_DATE_VALUE DATE Balance predicate date value.
BALANCE_PREDICATE_TIME_VALUE TIMESTAMP Balance predicate time value.
BALANCE_PREDICATE_SORT_BY VARCHAR2 30 Field denoting the sort by value of the balance predicate.
BALANCE_PREDICATE_ORDER NUMBER Field denoting the Balance predicate order.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
OSS_BALANCE_PREDICATES_N1 Non Unique Default BALANCE_CRITERIA_ID, BALANCE_OBJECT_ID, BALANCE_ATTRIBUTE_ID
OSS_BALANCE_PREDICATES_N2 Non Unique Default BALANCE_CRITERIA_ID, BALANCE_OBJECT_NAME, BALANCE_ATTRIBUTE_NAME
OSS_BALANCE_PREDICATES_PK Unique Default BALANCE_PREDICATE_ID
OSS_BALANCE_PREDICATES_U1 Unique Default BALANCE_PREDICATE_NUMBER