[Home] [Help]
[Dependency Information]
| Object Name: | PSB_BUDGET_POSITIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_BUDGET_POSITIONS
|
| Subobject Name: | |
| Status: | VALID |
PSB_BUDGET_POSITIONS contains a list of positions that belong to a
position set. This list is maintained for performance reasons. Instead
of being dynamically built every time it is needed, this list
is created and kept-up-to date using a concurrent process.
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_BUDGET_POSITIONS_U1 | NORMAL | UNIQUE |
APPS_TS_SUMMARY
|
POSITION_ID
ACCOUNT_POSITION_SET_ID
|
| PSB_BUDGET_POSITIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
ACCOUNT_POSITION_SET_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCOUNT_POSITION_SET_ID | NUMBER | (15) | Yes | Account position set unique identifier |
| POSITION_ID | NUMBER | (15) | Yes | Position unique identifier |
| DATA_EXTRACT_ID | NUMBER | (15) | Yes | Unique identifier of data extract to which the positions belong |
| BUSINESS_GROUP_ID | NUMBER | (15) | Business group identifier for this data extract | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | Standard Who column | ||
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNT_POSITION_SET_ID
, POSITION_ID
, DATA_EXTRACT_ID
, BUSINESS_GROUP_ID
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, CREATED_BY
, CREATION_DATE
FROM PSB.PSB_BUDGET_POSITIONS;
PSB.PSB_BUDGET_POSITIONS does not reference any database object
PSB.PSB_BUDGET_POSITIONS is referenced by following:
APPS
PSB_BUDGET_POSITIONS
|
|
|
|