[Home] [Help]
[Dependency Information]
| Object Name: | PSB_WS_DISTRIBUTION_RULE_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_WS_DISTRIBUTION_RULE_LINES
|
| Subobject Name: | |
| Status: | VALID |
PSB_WS_DISTRIBUTION_RULE_LINES stores the details about the distribution rule. The rules are defined by identifying the child budget groups to which a worksheet or budget revision must be distributed. If a worksheet or budget revision must be distributed recursively to all levels of child budget groups, the DISTRIBUTE_ALL_LEVEL_FLAG is set to Y.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_WS_DISTR_RULE_LINE_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DISTRIBUTION_RULE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISTRIBUTION_RULE_LINE_ID | NUMBER | (15) | Yes | Distribution rule line unique identifier |
| DISTRIBUTION_RULE_ID | NUMBER | (15) | Yes | Distribution rule unique identifier. Distribution rule to which this line belongs. |
| BUDGET_GROUP_ID | NUMBER | (15) | Yes | Budget group unique identifier. Budget group to which the worksheet must be distributed. |
| DISTRIBUTE_FLAG | VARCHAR2 | (1) | Flag indicates if a worksheet must be distributed to the child budget group | |
| DISTRIBUTE_ALL_LEVEL_FLAG | VARCHAR2 | (1) | Flag indicates if the system should automatically distribute to all child budget groups of this budget group | |
| DOWNLOAD_FLAG | VARCHAR2 | (1) | Flag indicates if a worksheet must be downloaded to the spreadsheet interface table | |
| DOWNLOAD_ALL_LEVEL_FLAG | VARCHAR2 | (1) | Flag indicates if the system should automatically download to spreadsheet interface tables all child budget group worksheets of this budget group | |
| YEAR_CATEGORY_TYPE | VARCHAR2 | (10) | Budget year type indicates which year a budget group belongs based on the effective date of the budget group | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield column | |
| CONTEXT | VARCHAR2 | (30) | Descriptive Flexfield structure | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT DISTRIBUTION_RULE_LINE_ID
, DISTRIBUTION_RULE_ID
, BUDGET_GROUP_ID
, DISTRIBUTE_FLAG
, DISTRIBUTE_ALL_LEVEL_FLAG
, DOWNLOAD_FLAG
, DOWNLOAD_ALL_LEVEL_FLAG
, YEAR_CATEGORY_TYPE
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, CONTEXT
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSB.PSB_WS_DISTRIBUTION_RULE_LINES;
PSB.PSB_WS_DISTRIBUTION_RULE_LINES does not reference any database object
PSB.PSB_WS_DISTRIBUTION_RULE_LINES is referenced by following:
APPS
PSB_WS_DISTRIBUTION_RULE_LINES
|
|
|
|