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


TABLE: PSB.PSB_BUDGET_POSITIONS

Object Details
Object Name: PSB_BUDGET_POSITIONS
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_BUDGET_POSITIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnPOSITION_ID
ColumnACCOUNT_POSITION_SET_ID
PSB_BUDGET_POSITIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnACCOUNT_POSITION_SET_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PSB.PSB_BUDGET_POSITIONS does not reference any database object

PSB.PSB_BUDGET_POSITIONS is referenced by following:

SchemaAPPS
SynonymPSB_BUDGET_POSITIONS