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


TABLE: XNP.XNP_NETWORK_MAPS

Object Details
Object Name: XNP_NETWORK_MAPS
Object Type: TABLE
Owner: XNP
FND Design Data: TableXNP.XNP_NETWORK_MAPS
Subobject Name:
Status: VALID


XNP_NETWORK_MAPS stores the relationship between network elements. When a number range is opened for porting, the network data in the switch serving the number range must be updated. Switches transfer control to STPs (Signal Transfer Point) for resolving address and database queries. Every switch is served by its home STP as the primary and a mated STP for backup. When a number range is open for porting, the STP should also be provisioned with the address of the SCP (Service Control Point). The SCP will resolve all routing information queries for the given number range. The network mapping gives the info about which switch is connected to which STP or SCP. This tool can be used to identify all related network elements which need an update when a number range is opened to portability.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XNP_NETWORK_MAPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNETWORK_MAP_ID
XNP_NETWORK_MAPS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPARENT_FE_ID
ColumnCHILD_FE_ID
ColumnMAP_TYPE
Columns
Name Datatype Length Mandatory Comments
NETWORK_MAP_ID NUMBER
Yes Network Map identifier
MAP_TYPE VARCHAR2 (10) Yes Map Type
PARENT_FE_ID NUMBER
Yes Fulfillment Element for mapping or Network Element for mapping
CHILD_FE_ID NUMBER
Yes Fulfillment Element or Network Element for mapping
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 NETWORK_MAP_ID
,      MAP_TYPE
,      PARENT_FE_ID
,      CHILD_FE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM XNP.XNP_NETWORK_MAPS;

Dependencies

[top of page]

XNP.XNP_NETWORK_MAPS does not reference any database object

XNP.XNP_NETWORK_MAPS is referenced by following:

SchemaXNP
ViewXNP_NETWORK_MAPS#