[Home] [Help]
[Dependency Information]
| Object Name: | RRS_GROUP_TRADE_AREAS |
|---|---|
| Object Type: | TABLE |
| Owner: | RRS |
| FND Design Data: | RRS.RRS_GROUP_TRADE_AREAS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the Trade Area Group and radii information of Radii/ Donut shapeTrade Areas.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| RRS_GROUP_TRADE_AREAS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROUP_ID
TRADE_AREA_NUMBER_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRADE_AREA_NUMBER_CODE | VARCHAR2 | (30) | Yes | The Trade Area Number. |
| GROUP_ID | NUMBER | Yes | The identifier for the Trade Area Group | |
| INNER_BOUND | NUMBER | Yes | The inner bound (radius/time) for the Trade Area geometry | |
| OUTER_BOUND | NUMBER | Yes | The outer bound (radius/time) for the Trade Area geometry | |
| OBJECT_VERSION_NUMBER | NUMBER | Sequence number for lock strategy in self-service applications | ||
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TRADE_AREA_NUMBER_CODE
, GROUP_ID
, INNER_BOUND
, OUTER_BOUND
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM RRS.RRS_GROUP_TRADE_AREAS;
RRS.RRS_GROUP_TRADE_AREAS does not reference any database object
RRS.RRS_GROUP_TRADE_AREAS is referenced by following:
RRS
RRS_GROUP_TRADE_AREAS#
|
|
|
|