PJB_BILLING_METHODS_B

This table will be used to determine the source for capturing attributes for invoice/revenue calculations. This is the MLS enabled table.

Details

  • Schema: FUSION

  • Object owner: PJB

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJB_BILLING_METHODS_B_PK

BILL_METHOD_ID

Columns

Name Datatype Length Precision Not-null Comments
BILL_METHOD_ID NUMBER 18 Yes Identification of the billing method *****
BILL_METHOD_FLAG VARCHAR2 1 Yes Name of the bill method type. The values are (I)nvoice/ (R)evenue *****
BILL_TYPE_CLASS_CODE VARCHAR2 30 Yes Classification of the billing method. *****
METHOD_CFG_TYPE VARCHAR2 30 Indicates if the billing method is based on a configurator. Values are from the lookup PJB_CFG_BILL_METHOD_TYPE.
CALCULATION_LEVEL_CODE VARCHAR2 30 Indicates if the selected configurator applies to the Contract Line level or Project Linkage level. Values are from the lookup PJB_EXTENSION_EXECUTION_LEVEL.
INTERCOMPANY_METHOD VARCHAR2 1 A checkbox that determines whether the method is to be used for intercompany billing or external billing. *****
LABOR_RATE_TYPE_CODE VARCHAR2 30 Rate type to be used for labor transactions when bill method classification is rate based *****
NL_RATE_TYPE_CODE VARCHAR2 30 Rate type to be used for non labor transactions when bill method classification is rate based *****
ACTIVE_FLAG VARCHAR2 1 Flag indicates if the Billing method is active *****
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_METHODS_B pjb_bill_type_classes_b BILL_TYPE_CLASS_CODE
pjb_billing_assignments pjb_billing_methods_b BILL_METHOD_ID
pjb_assignment_details pjb_billing_methods_b BILL_METHOD_ID
pjb_billing_methods_tl pjb_billing_methods_b BILL_METHOD_ID
pjb_bill_plans_b pjb_billing_methods_b BILL_METHOD_ID

Indexes

Index Uniqueness Tablespace Columns
PJB_BILLING_METHODS_B_U1 Unique Default BILL_METHOD_ID, ORA_SEED_SET1
PJB_BILLING_METHODS_B_U11 Unique Default BILL_METHOD_ID, ORA_SEED_SET2