OSS_BALANCE_REGISTERS

This table is used to capture balance register object.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BALANCE_REGISTERS_PK

BALANCE_REGISTER_ID

Columns

Name Datatype Length Precision Not-null Comments
BALANCE_REGISTER_ID NUMBER 18 Yes Following field is used to capture Unique identifier of balance register for oss balance registers.
BALANCE_REGISTER_NUMBER VARCHAR2 120 Following field is used to capture alternate identifier number of balance register for oss balance registers.
BALANCE_PROFILE_ID NUMBER 18 Following field is used to capture Unique balance profile id for oss balance registers.
REGISTER_CRITERIA_ID NUMBER 18 Following field is used to capture Balance register criteria of entitlement plan for oss balance registers.
REGISTER_STATUS VARCHAR2 30 Following field is used to capture register status.
ENABLE_UPDATE_FLAG VARCHAR2 1 Tracks the enable update flag for the given balance register.
BILL_PERIOD_ALIGN_DATE DATE Tracks the bill period align date for the given balance register.
TRUEUP_DATE_CODE VARCHAR2 30 Tracks the trueup date code for the given balance register.
TRUEUP_OFFSET_DAYS NUMBER Tracks the trueup offset days for the given balance register.
ESTIMATE_DATE_CODE VARCHAR2 30 Tracks the estimate date code for the given balance register.
ESTIMATE_OFFSET_DAYS NUMBER Tracks the estimate offset days for the given balance register.
ALLOW_MANUAL_TRUEUP_FLAG VARCHAR2 1 Tracks the manual trueup flag for the given balance register.
ALLOW_TRUEUP_OVERRIDE_FLAG VARCHAR2 1 Tracks the trueup override flag for the given balance register.
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_REGISTERS_PK Unique Default BALANCE_REGISTER_ID
OSS_BALANCE_REGISTERS_U1 Unique Default BALANCE_REGISTER_NUMBER
OSS_BALANCE_REGISTERS_U2 Unique Default REGISTER_CRITERIA_ID