AR_DISTRIBUTION_SET_LINES_ALL
The AR_DISTRIBUTION_SET_LINES_ALL table stores specific information, such as GL account information, for individual distribution lines in a distribution set. Each row joins this accounting information with receipt distribution allocations. The total percent of all distribution set lines must equal 100% for each distribution set. Oracle Receivables creates one row for each receipt distribution percentage allocation. The AR_DISTRIBUTION_SETS_ALL table stores general information about your distribution set, such as the name, description, and status. Oracle Receivables uses distribution sets to speed data entry. . The primary keys for this table are DISTRIBUTION_SET_ID and DIST_CODE_COMBINATION_ID.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_DISTRIBUTION_SET_LINES_PK |
DISTRIBUTION_SET_LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DISTRIBUTION_SET_ID | NUMBER | 18 | Yes | Identifier of the individual distribution set line | |
| DISTRIBUTION_SET_LINE_ID | NUMBER | 18 | Yes | Identifier of distribution set line | |
| DIST_CODE_COMBINATION_ID | NUMBER | 18 | Yes | Identifier of the accounting flexfield record associated with this distribution line | |
| SET_OF_BOOKS_ID | NUMBER | 18 | Yes | General Ledger Set of Books used (only one currently supported) | |
| 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. | |
| PERCENT_DISTRIBUTION | NUMBER | Percentage of payment to allocate to this distribution set account | |||
| DESCRIPTION | VARCHAR2 | 240 | Individual distribution set line description | ||
| 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_DISTRIBUTION_SET_LINES_ALL | gl_code_combinations | DIST_CODE_COMBINATION_ID |
| AR_DISTRIBUTION_SET_LINES_ALL | ar_distribution_sets_all | DISTRIBUTION_SET_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_DIST_SET_LINES_ALL_U1 | Unique | Default | DISTRIBUTION_SET_ID, DIST_CODE_COMBINATION_ID |