DBA Data[Home] [Help] [Dependency Information]


TABLE: XNP.XNP_SERVED_NUM_RANGES

Object Details
Object Name: XNP_SERVED_NUM_RANGES
Object Type: TABLE
Owner: XNP
FND Design Data: TableXNP.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


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XNP_SERVED_NUM_RANGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSERVED_NUMBER_RANGE_ID
XNP_SERVED_NUM_RANGES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNUMBER_RANGE_ID
ColumnFE_ID
ColumnFEATURE_TYPE
XNP_SERVED_NUM_RANGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnFE_ID
Columns
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
Query Text

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
FROM XNP.XNP_SERVED_NUM_RANGES;

Dependencies

[top of page]

XNP.XNP_SERVED_NUM_RANGES does not reference any database object

XNP.XNP_SERVED_NUM_RANGES is referenced by following:

SchemaAPPS
SynonymXNP_SERVED_NUM_RANGES