AR_CONS_BILL_CYCLES_B_

The AR_CONS_BILL_CYCLES_B table stores information on defined cycles. Receivables creates one row for each billing cycle that you define. This information is used to distinguish which activity to include on a bill.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

AR_CONS_BILL_CYCLES_B_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, BILLING_CYCLE_ID

Columns

Name Datatype Length Precision Not-null Comments
BILLING_CYCLE_ID NUMBER 18 Yes Billing cycle identifier
BILL_CYCLE_TYPE VARCHAR2 30 Type of billing cycle, either RECURRING or EVENT
START_DATE DATE Date when billing cycle becomes effective
CYCLE_FREQUENCY VARCHAR2 30 Frequency of billing, either DAILY, WEEKLY, or MONTHLY
LAST_DAY VARCHAR2 1 Indicates if billing should be run on last day of month
DAY_1 VARCHAR2 1 Indicates if billing should be run on first day of month
DAY_2 VARCHAR2 1 Indicates if billing should be run on second day of month
DAY_3 VARCHAR2 1 Indicates if billing should be run on third day of month
DAY_4 VARCHAR2 1 Indicates if billing should be run on fourth day of month
DAY_5 VARCHAR2 1 Indicates if billing should be run on fifth day of month
DAY_6 VARCHAR2 1 Indicates if billing should be run on sixth day of month
DAY_7 VARCHAR2 1 Indicates if billing should be run on seventh day of month
DAY_8 VARCHAR2 1 Indicates if billing should be run on eighth day of month
DAY_9 VARCHAR2 1 Indicates if billing should be run on ninth day of month
DAY_10 VARCHAR2 1 Indicates if billing should be run on tenth day of month
DAY_11 VARCHAR2 1 Indicates if billing should be run on eleventh day of month
DAY_12 VARCHAR2 1 Indicates if billing should be run on twelfth day of month
DAY_13 VARCHAR2 1 Indicates if billing should be run on thirteenth day of month
DAY_14 VARCHAR2 1 Indicates if billing should be run on fourteenth day of month
DAY_15 VARCHAR2 1 Indicates if billing should be run on fifteenth day of month
DAY_16 VARCHAR2 1 Indicates if billing should be run on sixteenth day of month
DAY_17 VARCHAR2 1 Indicates if billing should be run on seventeenth day of month
DAY_18 VARCHAR2 1 Indicates if billing should be run on eighteenth day of month
DAY_19 VARCHAR2 1 Indicates if billing should be run on nineteenth day of month
DAY_20 VARCHAR2 1 Indicates if billing should be run on twentieth day of month
DAY_21 VARCHAR2 1 Indicates if billing should be run on twenty-first day of month
DAY_22 VARCHAR2 1 Indicates if billing should be run on twenty-second day of month
DAY_23 VARCHAR2 1 Indicates if billing should be run on twenty-third day of month
DAY_24 VARCHAR2 1 Indicates if billing should be run on twenty-fourth day of month
DAY_25 VARCHAR2 1 Indicates if billing should be run on twenty-fifth day of month
DAY_26 VARCHAR2 1 Indicates if billing should be run on twenty-sixth day of month
DAY_27 VARCHAR2 1 Indicates if billing should be run on twenty-seventh day of month
DAY_28 VARCHAR2 1 Indicates if billing should be run on twenty-eighth day of month
DAY_29 VARCHAR2 1 Indicates if billing should be run on twenty-ninth day of month
DAY_30 VARCHAR2 1 Indicates if billing should be run on thirtieth day of month
DAY_31 VARCHAR2 1 Indicates if billing should be run on thirty-first day of month
DAY_MONDAY VARCHAR2 1 Indicates if billing should be run on Monday
DAY_TUESDAY VARCHAR2 1 Indicates if billing should be run on Tuesday
DAY_WEDNESDAY VARCHAR2 1 Indicates if billing should be run on Wednesday
DAY_THURSDAY VARCHAR2 1 Indicates if billing should be run on Thursday
DAY_FRIDAY VARCHAR2 1 Indicates if billing should be run on Friday
SKIP_WEEKENDS VARCHAR2 1 Indicates if billing should be skipped on weekends
SKIP_HOLIDAYS VARCHAR2 1 Indicates if billing should be skipped on holidays
REPEAT_DAILY NUMBER 18 Number of days after which the daily billing cycle should repeat
REPEAT_WEEKLY NUMBER 18 Number of weeks after which the weekly billing cycle should repeat
REPEAT_MONTHLY NUMBER 18 Number of months after which the monthly billing cycle should repeat
DAY_TYPE VARCHAR2 1 Type of day, either CALENDAR or WORKDAY
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 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.
DAY_SATURDAY VARCHAR2 1 Indicates if billing should be run on Saturday
DAY_SUNDAY VARCHAR2 1 Indicates if billing should be run on Sunday
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
AR_CONS_BILL_CYCLES_BN1_ Non Unique Default BILLING_CYCLE_ID, LAST_UPDATE_DATE
AR_CONS_BILL_CYCLES_B_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, BILLING_CYCLE_ID