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


TABLE: PSB.PSB_BUDGET_REVISION_POS_LINES

Object Details
Object Name: PSB_BUDGET_REVISION_POS_LINES
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.PSB_BUDGET_REVISION_POS_LINES
Subobject Name:
Status: VALID


PSB_BUDGET_REVISION_POS_LINES stores the mapping of budget revision position lines to budget revisions. It is the matrix table between PSB_BUDGET_REVISIONS and PSB_BUDGET_REVISION_POSITIONS. When a global budget revision is created, each transactional position line created is assigned to the budget revision. When a budget revision is distributed, a row is created in this table associating the budget revision and position lines based on the positions assigned to budget groups.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_BUDGET_REVISION_PLINE_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_REVISION_ID
ColumnBUDGET_REVISION_POS_LINE_ID
Columns
Name Datatype Length Mandatory Comments
BUDGET_REVISION_POS_LINE_ID NUMBER (20) Yes Budget revision position line unique identifier
BUDGET_REVISION_ID NUMBER (20) Yes Budget revision unique identifier
FREEZE_FLAG VARCHAR2 (1)
Indicates if the budget revision position transaction is frozen
VIEW_LINE_FLAG VARCHAR2 (1)
Indicates if the budget revision position transaction can be viewed
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT BUDGET_REVISION_POS_LINE_ID
,      BUDGET_REVISION_ID
,      FREEZE_FLAG
,      VIEW_LINE_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM PSB.PSB_BUDGET_REVISION_POS_LINES;

Dependencies

[top of page]

PSB.PSB_BUDGET_REVISION_POS_LINES does not reference any database object

PSB.PSB_BUDGET_REVISION_POS_LINES is referenced by following:

SchemaAPPS
SynonymPSB_BUDGET_REVISION_POS_LINES