OKC_BILLING_TEMPLATES
This table is a setup table to store Billing Templates.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
OKC_BILLING_TEMPLATES_PK |
BILLING_TEMPLATE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BILLING_TEMPLATE_ID | NUMBER | 18 | Yes | Primary Key for Billing Templates | |
| BILLING_TEMPLATE_NAME | VARCHAR2 | 300 | Yes | Billing Template Name | |
| BILLING_TEMPLATE_DESC | VARCHAR2 | 2000 | Billing Template Description | ||
| BILL_SERVICE_CODE | VARCHAR2 | 30 | Bill Service | ||
| INVOICING_RULE_ID | NUMBER | 18 | Invoicing Rule | ||
| BILLING_FREQUENCY_CODE | VARCHAR2 | 30 | Billing Frequency | ||
| BILLING_DATE_OFFSET_CODE | VARCHAR2 | 30 | Billing Date Offset Code | ||
| BILLING_DATE_OFFSET_DAYS | NUMBER | 18 | Billing Date Offset Days | ||
| ACCOUNTING_RULE_ID | NUMBER | 18 | Accounting Rule | ||
| PAYMENT_TERM_ID | NUMBER | 18 | Payment Terms | ||
| PARTIAL_PERIOD_TYPE_CODE | VARCHAR2 | 30 | Partial Period Type | ||
| PARTIAL_PERIOD_START_CODE | VARCHAR2 | 30 | Partial Period Start | ||
| TERMINATION_CR_METHOD_CODE | VARCHAR2 | 30 | Termination Credit Method | ||
| SUBSCRIPTION_INVOICE_TEXT | VARCHAR2 | 4000 | Subscription Invoice Text | ||
| COVERAGE_INVOICE_TEXT | VARCHAR2 | 4000 | Coverage Invoice Text | ||
| TRX_TYPE_SEQ_ID | NUMBER | 18 | Transaction type sequence identifier. | ||
| TRX_TYPE_NAME | VARCHAR2 | 80 | Transaction type name | ||
| 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 |
|---|---|---|---|
| OKC_BILLING_TEMPLATES_U1 | Unique | FUSION_TS_TX_DATA | BILLING_TEMPLATE_ID |
| OKC_BILLING_TEMPLATES_U2 | Unique | FUSION_TS_TX_DATA | BILLING_TEMPLATE_NAME |