DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_DISTRIBUTION_SETS_ALL

Object Details
Object Name: AR_DISTRIBUTION_SETS_ALL
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_DISTRIBUTION_SETS_ALL
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_DISTRIBUTION_SETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDISTRIBUTION_SET_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.AR_DISTRIBUTION_SETS_ALL does not reference any database object

AR.AR_DISTRIBUTION_SETS_ALL is referenced by following:

SchemaAR
ViewAR_DISTRIBUTION_SETS_ALL#