[Home] [Help]
[Dependency Information]
| Object Name: | BSC_DB_TABLES_RELS |
|---|---|
| Object Type: | TABLE |
| Owner: | BSC |
| FND Design Data: | BSC.BSC_DB_TABLES_RELS
|
| Subobject Name: | |
| Status: | VALID |
BSC_DB_TABLES_RELS stores information about relationships between data tables.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BSC_DB_TABLES_RELS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TABLE_NAME
SOURCE_TABLE_NAME
|
| BSC_DB_TABLES_RELS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SOURCE_TABLE_NAME
TABLE_NAME
|
| BSC_DB_TABLES_RELS_N2 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UPPER("SOURCE_TABLE_NAME")
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_NAME | VARCHAR2 | (30) | Yes | Table name |
| SOURCE_TABLE_NAME | VARCHAR2 | (30) | Yes | Source table name |
| RELATION_TYPE | NUMBER | (1) | Relation Type |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_NAME
, SOURCE_TABLE_NAME
, RELATION_TYPE
FROM BSC.BSC_DB_TABLES_RELS;
BSC.BSC_DB_TABLES_RELS does not reference any database object
BSC.BSC_DB_TABLES_RELS is referenced by following:
APPS
BSC_DB_TABLES_RELS
|
|
|
|