[Home] [Help]
[Dependency Information]
Object Name: | PA_DISTRIBUTION_RULES |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_DISTRIBUTION_RULES stores system-defined pairings
of revenue accrual and billing methods for a project.
Oracle Projects supports many distribution rules, including the
following combinations: WORK/WORK, WORK/EVENT, COST/COST,
COST/EVENT, COST/WORK, and EVENT/EVENT.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 2 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_DISTRIBUTION_RULES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PA_DISTRIBUTION_RULES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DISTRIBUTION_RULE | VARCHAR2 | (20) | Yes | Name that uniquely identifies the distribution rule |
MEANING | VARCHAR2 | (80) | Yes | Short, user-friendly name that describes the distribution rule |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
START_DATE_ACTIVE | DATE | Yes | First effective date of the distribution rule | |
END_DATE_ACTIVE | DATE | Last effective date of distribution rule | ||
DESCRIPTION | VARCHAR2 | (250) | Explanation of the distribution rule | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DISTRIBUTION_RULE
, MEANING
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, DESCRIPTION
, ZD_EDITION_NAME
FROM PA.PA_DISTRIBUTION_RULES;
PA.PA_DISTRIBUTION_RULES does not reference any database object
PA.PA_DISTRIBUTION_RULES is referenced by following:
|
|
|