[Home] [Help]
[Dependency Information]
| Object Name: | PSB_POSITION_PAY_DISTRIBUTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_POSITION_PAY_DISTRIBUTIONS
|
| Subobject Name: | |
| Status: | VALID |
PSB_POSITION_PAY_DISTRIBUTIONS stores salary element's base account distributions for each position. The account distributions include distributions by General Ledger code combinations or distributions by POETA combinations of Oracle Grants Accounting.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_POSITION_PAY_DIST_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
POSITION_ID
EFFECTIVE_START_DATE
|
| PSB_POSITION_PAY_DIST_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DATA_EXTRACT_ID
|
| PSB_POSITION_PAY_DIST_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
WORKSHEET_ID
|
| PSB_POSITION_PAY_DIST_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DISTRIBUTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DISTRIBUTION_ID | NUMBER | (20) | Yes | Distribution unique identifier |
| POSITION_ID | NUMBER | (20) | Yes | Position unique identifier |
| DATA_EXTRACT_ID | NUMBER | (20) | Yes | Data extract unique identifier |
| WORKSHEET_ID | NUMBER | (20) | Unique identifier for worksheet or budget revision. Null value indicates base distribution for the data extract and worksheet identifier indicates distribution specific to worksheet or budget revision. | |
| EFFECTIVE_START_DATE | DATE | Yes | Effective start date for the distribution | |
| EFFECTIVE_END_DATE | DATE | Effective end date for the distribution | ||
| CHART_OF_ACCOUNTS_ID | NUMBER | Yes | Chart of Accounts unique identifier | |
| CODE_COMBINATION_ID | NUMBER | (20) | General Ledger account combination unique identifier | |
| PROJECT_ID | NUMBER | (15) | Project identifier for Grants Accounting charging instructions | |
| TASK_ID | NUMBER | (15) | Task identifier for Grants Accounting charging instructions | |
| AWARD_ID | NUMBER | (15) | Award identifier for Grants Accounting charging instructions | |
| EXPENDITURE_TYPE | VARCHAR2 | (30) | Expenditure type for Grants Accounting charging instructions | |
| EXPENDITURE_ORGANIZATION_ID | NUMBER | (15) | Expenditure organization identifier for Grants Accounting charging instructions | |
| COST_ALLOCATION_KEY_FLEX_ID | NUMBER | (15) | Cost allocation Key Flexfield identifier | |
| DISTRIBUTION_PERCENT | NUMBER | Yes | Proportion or distribution percentage | |
| DESCRIPTION | VARCHAR2 | (365) | Grants Accounting charging instructions description | |
| GLOBAL_DEFAULT_FLAG | VARCHAR2 | (1) | Indicates if the distribution is through global default rule | |
| DISTRIBUTION_DEFAULT_RULE_ID | NUMBER | Default rule unique identifier for populating the default distributions | ||
| 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_ID
, POSITION_ID
, DATA_EXTRACT_ID
, WORKSHEET_ID
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, CHART_OF_ACCOUNTS_ID
, CODE_COMBINATION_ID
, PROJECT_ID
, TASK_ID
, AWARD_ID
, EXPENDITURE_TYPE
, EXPENDITURE_ORGANIZATION_ID
, COST_ALLOCATION_KEY_FLEX_ID
, DISTRIBUTION_PERCENT
, DESCRIPTION
, GLOBAL_DEFAULT_FLAG
, DISTRIBUTION_DEFAULT_RULE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM PSB.PSB_POSITION_PAY_DISTRIBUTIONS;
PSB.PSB_POSITION_PAY_DISTRIBUTIONS does not reference any database object
PSB.PSB_POSITION_PAY_DISTRIBUTIONS is referenced by following:
APPS
PSB_POSITION_PAY_DISTRIBUTIONS
|
|
|
|