[Home] [Help]
[Dependency Information]
| Object Name: | BSC_SYS_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_SYS_LINES
|
| Subobject Name: | |
| Status: | VALID |
BSC_SYS_LINES stores information about lines for tabs and simulation tree indicators.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_SYS_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SOURCE_TYPE
SOURCE_CODE
LINE_TYPE
LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_TYPE | NUMBER | (3) | Yes | Source type |
| SOURCE_CODE | NUMBER | (5) | Yes | Source code. Tab identifier or indicator type |
| LINE_TYPE | VARCHAR2 | (2) | Yes | Line type |
| LINE_ID | NUMBER | (3) | Yes | Line identifier |
| LEFT_POSITION | NUMBER | (5) | Position -LEFT | |
| TOP_POSITION | NUMBER | (5) | Position -TOP | |
| LENGTH | NUMBER | (5) | Position -LENGTH | |
| ARROW | VARCHAR2 | (1) | Arrow type |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE
, SOURCE_CODE
, LINE_TYPE
, LINE_ID
, LEFT_POSITION
, TOP_POSITION
, LENGTH
, ARROW
FROM BSC.BSC_SYS_LINES;
BSC.BSC_SYS_LINES does not reference any database object
BSC.BSC_SYS_LINES is referenced by following:
APPS
BSC_SYS_LINES
|
|
|
|