CJM_VOLUME_SUMMARY
This table contains the channel program volume information at supplier, customer, and program tier header levels.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CJM_VOLUME_SUMMARY_PK |
VOLUME_SUMMARY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
VOLUME_SUMMARY_ID | NUMBER | 18 | Yes | Unique identifier for the CJM_VOLUME_SUMMARY table. | |
PROGRAM_HEADER_ID | NUMBER | 18 | Identifier of the channel program. | ||
TIER_HEADER_ID | NUMBER | 18 | Identifier of the discount table to which the product belongs. | ||
INDIVIDUAL_TYPE_CODE | VARCHAR2 | 30 | Yes | Volume tracking type for individual customer. Possible values are SUPPLIER, CUSTOMER, BILL_TO, and SHIP_TO. | |
INDIVIDUAL_ID | NUMBER | 18 | Yes | Volume tracking ID for individual customer. Possible values are Vendor ID, Customer Account ID, Bill-to Site Use ID, or Ship-to Site Use ID depending on INDIVIDUAL_TYPE_CODE. | |
VOLUME | NUMBER | Yes | Accumulated volume for individual customers. | ||
TIER_ADJ_NEEDED_FLAG | VARCHAR2 | 1 | Indicates if tier adjustments must be considered for the program. | ||
TIER_ADJ_UPTO_DATE | DATE | Indicates the date until which tier adjustments must be created. | |||
VOLUME_TYPE | VARCHAR2 | 30 | Indicates the type of volume measurement. Values are from the CJM_PROGRAM_TIER_HEADERS_B table. | ||
VOLUME_UNIT_CODE | VARCHAR2 | 15 | Indicates the code for the unit of the volume. Values are UOM or currency code. | ||
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. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CJM_VOLUME_SUMMARY_N1 | Non Unique | Default | TIER_HEADER_ID |
CJM_VOLUME_SUMMARY_U1 | Unique | Default | VOLUME_SUMMARY_ID |