OSS_CHARGE_LINES

Following table to capture subscription register charge line.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_CHARGE_LINES_PK

CHARGE_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
CHARGE_LINE_ID NUMBER 18 Yes Unique identifier for balance charge line.
CHARGE_LINE_NUMBER VARCHAR2 120 Field used to capture balance charge line number.
SUBSCRIPTION_ID NUMBER 18 Field used to capture subscription id.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Field used to capture subscription product id.
CHARGE_ID NUMBER 18 Field used to capture charge id.
CHARGE_DEFINITION_ID NUMBER 18 Field used to capture charge definition id.
CHARGE_DEFINITION VARCHAR2 30 Field used to capture charge definition.
BALANCE_REGISTER_ID NUMBER 18 Field used to capture balance register id.
BALANCE_REGISTER_PERIOD_ID NUMBER 18 Field used to capture balance register period id.
PERIOD_START_DATE DATE Field used to capture period start date.
PERIOD_END_DATE DATE Field used to capture period end date.
START_DATE DATE Field used to capture start date.
END_DATE DATE Field used to capture end date.
CHARGE_PERIOD_FACTOR NUMBER Field used to capture charge period factor.
CHARGE_LINE_SEQUENCE NUMBER Track the line sequence for given charge line
PREVIOUS_END_DATE DATE Track the previous end date for given charge line
PREVIOUS_CHARGE_PERIOD_FACTOR NUMBER Track the previous charge period factor for given charge line
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_CHARGE_LINES_N1 Non Unique Default SUBSCRIPTION_PRODUCT_ID, CHARGE_ID
OSS_CHARGE_LINES_N2 Non Unique Default BALANCE_REGISTER_ID, PERIOD_START_DATE, PERIOD_END_DATE
OSS_CHARGE_LINES_PK Unique Default CHARGE_LINE_ID
OSS_CHARGE_LINES_U1 Unique Default CHARGE_LINE_NUMBER