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


TABLE: PSB.PSB_WS_LINES_POSITIONS

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


PSB_WS_LINES_POSITIONS stores the information about which position
lines belong to which worksheet. It is the matrix table between
PSB_WORKSHEETS and PSB_WS_POSITION_LINES. When a global worksheet is
created, each position line created is assigned to the worksheet. When
a worksheet is distributed, a row is created in this table associating
the worksheet and position lines based on the definition for a budget
group. The position line information is stored only once, and
PSB_WS_LINES_POSITIONS is used to share the position lines across
multiple worksheets.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_WS_LINES_POS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKSHEET_ID
ColumnPOSITION_LINE_ID
PSB_WS_LINES_POS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPOSITION_LINE_ID
Columns
Name Datatype Length Mandatory Comments
WORKSHEET_ID NUMBER (20) Yes Worksheet unique identifier
POSITION_LINE_ID NUMBER (20) Yes Position line unique identifier
FREEZE_FLAG VARCHAR2 (1)
Indicates if the position instance is frozen in the worksheet
VIEW_LINE_FLAG VARCHAR2 (1)
Indicates if the position instance can be viewed in the worksheet
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

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 WORKSHEET_ID
,      POSITION_LINE_ID
,      FREEZE_FLAG
,      VIEW_LINE_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM PSB.PSB_WS_LINES_POSITIONS;

Dependencies

[top of page]

PSB.PSB_WS_LINES_POSITIONS does not reference any database object

PSB.PSB_WS_LINES_POSITIONS is referenced by following:

SchemaAPPS
SynonymPSB_WS_LINES_POSITIONS