AR_DISTRIBUTION_SETS_ALL

The AR_DISTRIBUTION_SETS_ALL table stores general information about your distribution sets, such as the name, description, and status. Use the AR_DISTRIBUTION_SETS_ALL table with the AR_DISTRIBUTION_SET_LINES_ALL table to automatically distribute your other receipt payments. The percentage total for lines that are allocated in each distribution set must equal 100%. Oracle Receivables displays distribution sets as list of values choices to speed data entry. . The primary key for this table is DISTRIBUTION_SET_ID.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_DISTRIBUTION_SETS_PK

DISTRIBUTION_SET_ID

Columns

Name Datatype Length Precision Not-null Comments
DISTRIBUTION_SET_ID NUMBER 18 Yes Identifier for the distribution set
DISTRIBUTION_SET_NAME VARCHAR2 50 Yes Distribution set name
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.
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.
STATUS VARCHAR2 1 Yes Indicates whether distribution set is active or inactive
DESCRIPTION VARCHAR2 240 Distribution set description
TOTAL_PERCENT_DISTRIBUTION NUMBER Total percent allocated from individual distribution accounts to this distribution set
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
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
ar_adjustments_all ar_distribution_sets_all DISTRIBUTION_SET_ID
ar_receivables_trx_all ar_distribution_sets_all DEFAULT_ACCTG_DISTRIBUTION_SET
ar_cash_receipts_all ar_distribution_sets_all DISTRIBUTION_SET_ID
ar_distribution_set_lines_all ar_distribution_sets_all DISTRIBUTION_SET_ID

Indexes

Index Uniqueness Tablespace Columns
AR_DISTRIBUTION_SETS_U1 Unique Default DISTRIBUTION_SET_ID