[Home] [Help]
[Dependency Information]
| Object Name: | PSBBV_WS_POSITION_LINES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PSB.PSBBV_WS_POSITION_LINES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
PSBBV_WS_POSITION_LINES displays information about worksheet position lines.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WORKSHEET_ID | NUMBER | (20) | Yes | Worksheet identifier |
| POSITION_LINE_ID | NUMBER | (20) | Yes | Position line unique identifier |
| POSITION_ID | NUMBER | (20) | Yes | Position unique identifier |
Cut, paste (and edit) the following text to query this object:
SELECT WORKSHEET_ID
, POSITION_LINE_ID
, POSITION_ID
FROM APPS.PSBBV_WS_POSITION_LINES;
APPS
PSB_WORKSHEETS
PSB_WS_LINES_POSITIONS
PSB_WS_POSITION_LINES
APPS.PSBBV_WS_POSITION_LINES is not referenced by any database object
|
|
|
|