RA_TERMS_LINES_DISCOUNTS

The RA_TERMS_LINES_DISCOUNTS table stores discount information for each row in the RA_TERMS_LINES table. Each payment term line can have multiple discount rows in this table. . The primary key for this table is TERMS_LINES_DISCOUNT_ID.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

RA_TERMS_LINES_DISCOUNTS_PK

TERMS_LINES_DISCOUNT_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
TERMS_LINES_DISCOUNT_ID NUMBER 18 Yes Payment term discount identifier.
TERM_ID NUMBER 18 Yes Foreign key to the RA_TERMS table
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.
SEQUENCE_NUM NUMBER Yes Payment schedule sequence number
DISCOUNT_PERCENT NUMBER Yes A percent to indicate the discount rate that customers with this payment term can take for this installment if they pay on or before this payment schedule line's due date
DISCOUNT_DAYS NUMBER The number of days after the invoice's transaction date that this discount is available to your customer
DISCOUNT_DATE DATE The date that the discount for this installment's discount line expires
DISCOUNT_DAY_OF_MONTH NUMBER The day of the month that this discount expires
DISCOUNT_MONTHS_FORWARD NUMBER The number of months ahead that the discount day of month refers to
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment Term Line Discounts (RA_TERMS_LINES_DISCOUNTS)
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.
SET_ID NUMBER 18 Yes Identifies a set of reference data shared across business units and other entities. Also known as Reference Data Sets, they are used to filter reference data in transactional UIs.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
RA_TERMS_LINES_DISCOUNTS ra_terms_b TERM_ID
RA_TERMS_LINES_DISCOUNTS ra_terms_lines TERM_ID, SEQUENCE_NUM

Indexes

Index Uniqueness Tablespace Columns
RA_TERMS_LINES_DISCOUNTS_N1 Non Unique Default TERM_ID
RA_TERMS_LINES_DISCOUNTS_U1 Unique Default TERMS_LINES_DISCOUNT_ID