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


TABLE: PSB.PSB_WS_LINES

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


PSB_WS_LINES stores the information about which account lines belong
to which worksheet. It is the matrix table between PSB_WORKSHEETS and
PSB_WS_ACCOUNT_LINES. When a global worksheet is created, each account
line created is assigned to the worksheet. When a worksheet is
distributed, a row is created in this table associating the worksheet
and account lines based on the range of account definition for a
budget group. The account line information is stored only once, and
PSB_WS_LINES is used to share the account 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_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKSHEET_ID
ColumnACCOUNT_LINE_ID
PSB_WS_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNT_LINE_ID
Columns
Name Datatype Length Mandatory Comments
WORKSHEET_ID NUMBER (20) Yes Worksheet unique identifier
ACCOUNT_LINE_ID NUMBER (20) Yes Account line unique identifier
FREEZE_FLAG VARCHAR2 (1)
Indicates if the account line is frozen in the worksheet
VIEW_LINE_FLAG VARCHAR2 (1)
Indicates if the account line can be viewed in the worksheet
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 WORKSHEET_ID
,      ACCOUNT_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;

Dependencies

[top of page]

PSB.PSB_WS_LINES does not reference any database object

PSB.PSB_WS_LINES is referenced by following:

SchemaAPPS
SynonymPSB_WS_LINES