[Home] [Help]
[Dependency Information]
| Object Name: | XNP_SERVED_NUM_RANGES |
|---|---|
| Object Type: | TABLE |
| Owner: | XNP |
| FND Design Data: | XNP.XNP_SERVED_NUM_RANGES
|
| Subobject Name: | |
| Status: | VALID |
XNP_SERVED_NUM_RANGES stores the mapping of number ranges served by network element for each feature type
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XNP_SERVED_NUM_RANGES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SERVED_NUMBER_RANGE_ID
ZD_EDITION_NAME
|
| XNP_SERVED_NUM_RANGES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NUMBER_RANGE_ID
FE_ID
FEATURE_TYPE
ZD_EDITION_NAME
|
| XNP_SERVED_NUM_RANGES_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
FE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SERVED_NUMBER_RANGE_ID | NUMBER | Yes | Served number range identifier | |
| NUMBER_RANGE_ID | NUMBER | Yes | Number range served by the network element | |
| FE_ID | NUMBER | Yes | Network Element serving the number range | |
| FEATURE_TYPE | VARCHAR2 | (15) | Yes | Feature type of the served number range |
| PRIMARY_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if the network element serving the number range is primary.More than one network element can serve the same number range |
| ACTIVE_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if the network element serving the number range is active or not |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SERVED_NUMBER_RANGE_ID
, NUMBER_RANGE_ID
, FE_ID
, FEATURE_TYPE
, PRIMARY_FLAG
, ACTIVE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM XNP.XNP_SERVED_NUM_RANGES;
XNP.XNP_SERVED_NUM_RANGES does not reference any database object
XNP.XNP_SERVED_NUM_RANGES is referenced by following:
XNP
XNP_SERVED_NUM_RANGES#
|
|
|
|