OSS_BALANCE_PROFILES

This table is used to capture balance profile.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BALANCE_PROFILES_PK

BALANCE_PROFILE_ID

Columns

Name Datatype Length Precision Not-null Comments
BALANCE_PROFILE_ID NUMBER 18 Yes Unique identifier balace profile.
BALANCE_PROFILE_NUMBER VARCHAR2 120 Alternate identifier number of balance profile.
BALANCE_PROFILE_NAME VARCHAR2 120 Following field is used to capture Name of the balance profile for oss balance profiles.
GROUP_CRITERIA_ID NUMBER 18 Group criteria of balance profile.
BILLING_FREQUENCY VARCHAR2 30 Billing frequency of balance profile.
BILL_PERIOD_ALIGN_DAY NUMBER 2 Bill period allign day of balance profile.
BILL_PERIOD_ALIGN_DATE DATE Bill period allign date of balance profile.
INVOICING_RULE_ID NUMBER 18 Invoicing rule identifier of balance profile.
BILLING_DATE_CODE VARCHAR2 30 Billing date of balance profile.
BILL_ON_DAY NUMBER 2 Following field is used to capture Bill on day for oss balance profiles.
BILLING_OFFSET_DAYS NUMBER 3 Billing offset days of balance profile.
INTERFACE_OFFSET_DAYS NUMBER 3 Interface offset days of balance profile.
QUANTITY_UOM VARCHAR2 3 Quantity unit of measure of balance profile.
BALANCE_PROFILE_STATUS VARCHAR2 30 Following field is used to capture Status of balance profile for oss balance profiles.
BILL_FREQ_BASE_UOM VARCHAR2 30 Following field is used to capture billing frequency base uom.
BILL_FREQ_CONVERSION_RATE NUMBER Following field is used to capture billing frequency conversion factor.
TRUEUP_DATE_CODE VARCHAR2 30 Following field is used to capture trueup date code.
TRUEUP_OFFSET_DAYS NUMBER Following field is used to capture true-up offset days.
EVENT_TYPE_ID NUMBER 18 It captures the identifier of the event type.
ALLOWANCE_GRANT_FLAG VARCHAR2 1 Field used to indicate whether allowance grants are enabled or not.
ESTIMATE_FLAG VARCHAR2 1 Field used to indicate whether estimates are enabled or not.
COMMITMENT_FLAG VARCHAR2 1 Field used to indicate whether commitments are enabled or not.
REGISTER_UPDATE_FLAG VARCHAR2 1 Tracks the register update flag for the given balance profile.
ALLOW_MANUAL_TRUEUP_FLAG VARCHAR2 1 Tracks the manual trueup flag for the given balance profile.
ALLOW_TRUEUP_OVERRIDE_FLAG VARCHAR2 1 Tracks the trueup override flag for the given balance profile.
ESTIMATE_DATE_CODE VARCHAR2 30 Tracks the estimate date code for the given balance profile.
ESTIMATE_OFFSET_DAYS NUMBER Tracks the estimate offset days for the given balance profile.
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_PROFILES_PK Unique Default BALANCE_PROFILE_ID
OSS_BALANCE_PROFILES_U1 Unique Default BALANCE_PROFILE_NUMBER
OSS_BALANCE_PROFILES_U2 Unique Default GROUP_CRITERIA_ID