RA_CM_REQUEST_LINES_ALL

The RA_CM_REQUEST_LINES_ALL table contains information about specific invoice lines that a customer selects for a credit memo request during the invoice dispute process. Each row in this table includes general information about the selected credit request lines, such as the transaction line identifier and the extended amount of the transaction line. This table contains as many rows as the number of specific line credit requests that were made for a particular credit memo request. The primary keys for this table are REQUEST_ID and CUSTOMER_TRX_LINE_ID.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

RA_CM_REQUEST_LINES_PK

REQUEST_ID, CUSTOMER_TRX_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CUSTOMER_TRX_LINE_ID NUMBER 18 Yes Transaction line identifier
EXTENDED_AMOUNT NUMBER Transaction line amount
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to 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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
QUANTITY NUMBER Quantity credited
PRICE NUMBER Price per unit
INTERFACE_LINE_CONTEXT VARCHAR2 30 Interface line context
INTERFACE_LINE_ATTRIBUTE1 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE2 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE3 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE4 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE5 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE6 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE7 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE8 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE9 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE10 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE11 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE12 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE13 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE14 VARCHAR2 30 Interface line attribute
INTERFACE_LINE_ATTRIBUTE15 VARCHAR2 30 Interface line attribute
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
GLOBAL_ATTRIBUTE_CATEGORY VARCHAR2 30 Global Descriptive Flexfield: structure definition of the global descriptive flexfield.
GLOBAL_ATTRIBUTE1 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE2 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE3 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE4 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE5 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE6 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE7 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE8 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE9 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE10 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE11 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE12 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE13 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE14 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE15 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE16 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE17 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE18 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE19 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
GLOBAL_ATTRIBUTE20 VARCHAR2 150 Global Descriptive Flexfield: segment of the global descriptive flexfield.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
RA_CM_REQUEST_LINES_ALL ra_customer_trx_lines_all CUSTOMER_TRX_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
RA_CM_REQUEST_LINES_U1 Unique Default REQUEST_ID, CUSTOMER_TRX_LINE_ID