[Home] [Help]
[Dependency Information]
| Object Name: | AR_DISTRIBUTION_SET_LINES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_DISTRIBUTION_SET_LINES_ALL
|
| Subobject Name: | |
| Status: | VALID |
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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_DISTRIBUTION_SET_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DISTRIBUTION_SET_ID
DIST_CODE_COMBINATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISTRIBUTION_SET_ID | NUMBER | (15) | Yes | Identifier of the individual distribution set line |
| DIST_CODE_COMBINATION_ID | NUMBER | (15) | Yes | Identifier of the accounting flexfield record associated with this distribution line |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | General Ledger Set of Books used (only one currently supported) |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| PERCENT_DISTRIBUTION | NUMBER | Percentage of payment to allocate to this distribution set account | ||
| DESCRIPTION | VARCHAR2 | (240) | Individual distribution set line description | |
| ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT DISTRIBUTION_SET_ID
, DIST_CODE_COMBINATION_ID
, SET_OF_BOOKS_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, PERCENT_DISTRIBUTION
, DESCRIPTION
, ORG_ID
FROM AR.AR_DISTRIBUTION_SET_LINES_ALL;
AR.AR_DISTRIBUTION_SET_LINES_ALL does not reference any database object
AR.AR_DISTRIBUTION_SET_LINES_ALL is referenced by following:
APPS
AR_DISTRIBUTION_SET_LINES
AR_DISTRIBUTION_SET_LINES_ALL
|
|
|
|