CJM_CLAIM_LINES_ALL
This table serve the purposes of recording the details of a claim line. Claim lines contain transaction details such as the product details, price, unit of measurement, and so on. For promotional claims, lines are used for associating programs with a specific claim. For example, if a claim is promotion-related, it may be tied to multiple programs resulting in multiple Claim lines. For Non-Promotional claims, claim lines may contain Credit Memo, Invoice or Order details.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CJM_CLAIM_LINES_ALL_PK |
CLAIM_LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
CLAIM_LINE_ID | NUMBER | 18 | Yes | Identifier for a claim line created in the system. | ||
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. | |||
CLAIM_ID | NUMBER | 18 | Yes | Unique identifier for a claim created in the system. | ||
LINE_NUMBER | NUMBER | Yes | Indicates the claim line number. | |||
SOURCE_OBJECT_TYPE_ID | NUMBER | 18 | Identifier for the Receivables customer transaction type sequence, which is populated only when a claim is created from Receivables. | |||
SOURCE_OBJECT_TYPE_CODE | VARCHAR2 | 30 | Indicates the object type created on the claim line. This value can be either populated from Claim Lines user interface or while creating a claim from Receivables. Values will be from the lookup code ORA_CJM_SOURCE_OBJECT_TYPE. Examples include CM, Invoice, CB, and Order. | |||
SOURCE_OBJECT_ID | NUMBER | 18 | Identifier for the source object, similar to the transaction identifier of a credit memo. | |||
SOURCE_OBJECT_LINE_ID | NUMBER | 18 | Identifier of the selected source object line, such as credit memo line, invoice line , or order fulfillment line. | |||
ACTIVITY_TYPE_CODE | VARCHAR2 | 30 | Indicates the activity type selected on the line, such as Program or SD Request. Values are from the lookup code ORA_CJM_ACTIVITY_TYPE. | |||
ACTIVITY_ID | NUMBER | 18 | Identifier of the program or ship and debit request created on the claim line. | |||
ITEM_LEVEL_CODE | VARCHAR2 | 30 | Identifies the item level code, such as ITEM, and ITEM_CATEGORY. Values are from the lookup code ORA_CJM_ITEM_TYPE. | |||
ITEM_ID | NUMBER | 18 | Unique identifier for the item level code created in the system. | |||
LINE_SOURCE_TYPE_CODE | VARCHAR2 | 20 | Indicates the line source type of the claim line. Values are from the lookup ORA_CJM_CLAIM_LINE_TYPE | |||
DESCRIPTION | VARCHAR2 | 240 | Indicates the description for the claim line. | |||
QUANTITY | NUMBER | The quantity of the claimed item. | ||||
QUANTITY_UOM_CODE | VARCHAR2 | 3 | Indicates the unit of measure code. | |||
RATE | NUMBER | Indicates the price per unit for an item. | ||||
AMOUNT | NUMBER | Indicates the amount on the claim line. If the quantity and rate are provided, then this value is computed. | ||||
ACCTD_AMOUNT | NUMBER | Indicates the claim line amount in the functional currency. | ||||
CURRENCY_CODE | VARCHAR2 | 15 | Indicates the currency code of the claim. | |||
EXCHANGE_RATE_TYPE | VARCHAR2 | 30 | Indicates the currency exchange rate type. | |||
EXCHANGE_RATE_DATE | DATE | Indicates the date when the exchange occurred. | ||||
EXCHANGE_RATE | NUMBER | Indicates the exchange rate between the claim and the functional currency. | ||||
BU_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | ||
EARNINGS_ASSOCIATED_FLAG | VARCHAR2 | 1 | Indicates if earnings are associated with the claim line. | |||
COMMENTS | CLOB | Indicates the comments at the claim line level. Additional information about the claim line can be provided here. | Obsolete | |||
LINE_COMMENTS | VARCHAR2 | 4000 | Indicates the comments at the claim line level. Additional information about the claim line can be provided here. | |||
PRORATE_EARNINGS_FLAG | VARCHAR2 | 1 | Indicates prorated earnings if earning association prorates earnings across accruals against the program. | |||
OBJECT_TYPE | VARCHAR2 | 30 | Internal column related to earnings association: Indicates the type of object associated to the claim line, such as an Order Management order or a third party order. | |||
OBJECT_ID | NUMBER | 18 | Internal column related to earnings association: indicates the identifier of the associated object used to search and associate the earnings. | |||
DISPLAY_FLAG | VARCHAR2 | 1 | Indicates if the claim line is eligible to be displayed on the user interface or not. | |||
SETTLEMENT_LINE_FLAG | VARCHAR2 | 1 | Indicates if the claim line is eligible to be interfaced to Payables or Receivables | |||
ASSOCIATION_ID | NUMBER | 18 | Indicates the identifier of the association record from cjm_claim_associations_all | |||
PARENT_LINE_ID | NUMBER | 18 | Indicates the claim line identifier from which this claim line originated. | |||
MEMO_LINE_SEQ_ID | NUMBER | 18 | Indicates the standard memo line sequence identifier. | |||
ATTRIBUTE_CATEGORY | VARCHAR2 | 150 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR16 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR17 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR18 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR19 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_CHAR20 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER1 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER2 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER3 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER4 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER5 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER6 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER7 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER8 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER9 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_NUMBER10 | NUMBER | 22 | Descriptive Flexfield: segment of the user descriptive flexfield. | |||
ATTRIBUTE_DATE1 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE2 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE3 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE4 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_DATE5 | DATE | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_TIMESTAMP1 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_TIMESTAMP2 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_TIMESTAMP3 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_TIMESTAMP4 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. | ||||
ATTRIBUTE_TIMESTAMP5 | TIMESTAMP | Descriptive Flexfield: segment of the user descriptive flexfield. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
CJM_CLAIM_LINES_ALL | cjm_claims_all | CLAIM_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CJM_CLAIM_LINES_ALL_N1 | Non Unique | Default | CLAIM_ID |
CJM_CLAIM_LINES_ALL_N2 | Non Unique | Default | ASSOCIATION_ID |
CJM_CLAIM_LINES_ALL_N3 | Non Unique | Default | ACTIVITY_ID |
CJM_CLAIM_LINES_ALL_U1 | Unique | Default | CLAIM_LINE_ID |