[Home] [Help]
[Dependency Information]
| Object Name: | BIM_R_LOCATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | BIM |
| Subobject Name: | |
| Status: | VALID |
This tables stores region, country information
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| BIM_R_LOCATIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REGION
|
| BIM_R_LOCATIONS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COUNTRY
REGION
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COUNTRY | VARCHAR2 | (30) | country code | |
| REGION | VARCHAR2 | (30) | region code | |
| SECURITY_GROUP_ID | NUMBER | used in hosting environment |
Cut, paste (and edit) the following text to query this object:
SELECT COUNTRY
, REGION
, SECURITY_GROUP_ID
FROM BIM.BIM_R_LOCATIONS;
BIM.BIM_R_LOCATIONS does not reference any database object
BIM.BIM_R_LOCATIONS is referenced by following:
BIM
BIM_R_LOCATIONS#
|
|
|
|