PJB_BILLING_ASSIGNMENTS

This table stores information about the level at which a billing extension is assigned. Billing extensions can be assigned at the billing methods.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJB_BILLING_ASSIGNMENTS_PK

BILLING_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
BILLING_ASSIGNMENT_ID NUMBER 18 Yes Primary key
BILLING_EXTENSION_ID NUMBER 18 Yes Foreign key to PA_BILLING_EXTENSIONS
BILL_METHOD_ID NUMBER 18 Yes Foreign Key to PJB_BILLING_METHODS_B *****
ACTIVE_FLAG VARCHAR2 1 Yes When this value is set the Billing Extension will be called (all other criteria being met). If it is not set the Billing Extension will not be called.
PROCESSING_ORDER NUMBER Determines the order of processing the process configurator.
CONFIGURATION_ID NUMBER 18 Identifier for a configuration.Foreign key to PJB_PROC_CONFIGURATORS_B.
METHOD_CFG_TYPE VARCHAR2 30 Identifier of the configurator type. Values are from the lookup PJB_CFG_BILL_METHOD_TYPE. Denormalized from PJB_BILLING_METHODS_B.
TRANSACTION_CODE VARCHAR2 30 Contains the transaction code of the transaction.Values are from the lookup PJB_CFG_TRANSACTION_CODE.
TRANSACTION_TYPE VARCHAR2 30 Contains the transaction code type identifier. For example, EVENT_TYPE_ID.
TRANSACTION_DESC VARCHAR2 2000 Contains the transaction description. Default value is based on the value in TRANSACTION_TYPE.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
PJB_BILLING_ASSIGNMENTS pjb_billing_extensions BILLING_EXTENSION_ID
PJB_BILLING_ASSIGNMENTS pjb_billing_methods_b BILL_METHOD_ID
PJB_BILLING_ASSIGNMENTS pjb_proc_configurators_b CONFIGURATION_ID

Indexes

Index Uniqueness Tablespace Columns
PJB_BILLING_ASSIGNMENTS_U1 Unique Default BILLING_ASSIGNMENT_ID, ORA_SEED_SET1
PJB_BILLING_ASSIGNMENTS_U11 Unique Default BILLING_ASSIGNMENT_ID, ORA_SEED_SET2
PJB_BILLING_ASSIGNMENTS_U2 Unique Default BILL_METHOD_ID, BILLING_EXTENSION_ID, CONFIGURATION_ID, ORA_SEED_SET1
PJB_BILLING_ASSIGNMENTS_U21 Unique Default BILL_METHOD_ID, BILLING_EXTENSION_ID, CONFIGURATION_ID, ORA_SEED_SET2