[Home] [Help]
[Dependency Information]
Object Name: | AR_DISTRIBUTION_SETS_ALL |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_DISTRIBUTION_SETS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISTRIBUTION_SET_ID | NUMBER | (15) | Yes | Identifier for the distribution set |
DISTRIBUTION_SET_NAME | VARCHAR2 | (50) | Yes | Distribution set name |
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). | |
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 | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT DISTRIBUTION_SET_ID
, DISTRIBUTION_SET_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, STATUS
, DESCRIPTION
, TOTAL_PERCENT_DISTRIBUTION
, ORG_ID
FROM AR.AR_DISTRIBUTION_SETS_ALL;
AR.AR_DISTRIBUTION_SETS_ALL does not reference any database object
AR.AR_DISTRIBUTION_SETS_ALL is referenced by following:
|
|
|