This Technical Reference Manual (TRM) in any form, software or printed matter, contains proprietary information of Oracle ; it is provided under an Oracle agreement containing restrictions on use and disclosure and is also protected by copyright, patent, and other intellectual property law. Restrictions applicable to this TRM include, but are not limited to: (a) exercising either the same degree of care to safeguard the confidentiality of this TRM as you exercise to safeguard the confidentiality of your own most important Confidential Information or a reasonable degree of care, whichever is greater; (b) maintaining agreements with your employees and agents that protect the Confidential Information of third parties such as Oracle and instructing such employees and agents of these requirements for this TRM; (c) restricting disclosure of this TRM to those of your employees who have a 'need to know' consistent with the purposes for which this TRM was disclosed to you; (d) maintaining this TRM at all times on your premises; (e) not removing or destroying any proprietary or confidential legends or markings placed upon this TRM in whatever form, software or printed matter; and (f) not reproducing or transmitting this TRM in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Oracle. You should not use this TRM in any form, software or printed matter, to create software that performs the same or similar functions as any Oracle products.
The information in this TRM is subject to change without notice. If you find any problems in the TRM in any form, software or printed matter, please report them to us in writing. Oracle does not warrant that this TRM is error free. This TRM is provided to customer 'as is' with no warranty of any kind. This TRM does not constitute Documentation as that term is defined in Oracle's agreements. Reverse engineering of the Programs (software and documentation) associated with this TRM are prohibited. The Programs associated with this TRM are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be licensee's responsibility to take all appropriate fail safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and Oracle disclaims liability for any damages caused by such use of the Programs. Program Documentation is licensed for use solely to support the deployment of the Programs and not for any other any other purpose. Restricted Rights Legend
This TRM and the Programs associated with this TRM delivered subject to the DOD FAR Supplement are 'commercial computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Otherwise, this TRM and the Programs associated with this TRM delivered subject to the Federal Acquisition Regulations are 'restricted computer software' and use, duplication and disclosure of the TRM and the Programs associated with this TRM shall be subject to the restrictions in FAR 52.227-14, Rights in Data General, including Alternate III (June 1987). Oracle, 500 Oracle Parkway, Redwood City, CA 94065.
Oracle is a registered trademark. AIM Advantage, Big Business. Small Business. All Business., CDM Advantage, .comference, ConText®, Des40®, Easy*Query, Easy*SQL®, Education Objects, EMM Advantage, Enabling the Information Age®, ExpertDetectSM, Express®, FastForwardSM, GEMMS®, Gist, Hyper*SQL, instantOracle, "Internet Business Intelligence - Insight for Everyone", iSQL*Plus, JInitiator, NLS*Workbench®, Object Marketplace, ODP Pulse, ODP Techwire, OLA, On Oracle, Oracle®, Oracle Book®, Oracle Bookbatch®, Oracle BookBuilder®, OracleBRONZE®, Oracle Business OnLine®, OracleDevConnectSM, Oracle® Discoverer, Oracle® Expert, Oracle Financials®, OracleGOLDSM, OracleIncidentSM, OracleJSP, OracleLifeCycleSM, Oracle Media Objects®, OracleMERCURYSM, OracleMetaLinkSM, OraclemetalsSM, OracleMobile, Oracle Names®, Oracle NetSolutions®, Oracle® One, Oracle Open Gateways®, Oracle OpenWorld®, OraclePLATINUMSM, Oracle Power Objects®, Oracle Press®, Oracle Procedural Gateway®, Oracle Quality®, Oracle Secure Network Services®, OracleSILVERSM, Oracle® SQL/Services, Oracle® SQL*TutorSM, OracleSTERLINGSM, Oracle Store®, Oracle Transparent Gateway®, OracleWare®, Oracle8i, Oracle9i, PC Express®, Personal Express®, PJM Advantage, PL/SQL, Pro*Ada®, Pro*C, Pro*C/C++, Pro*COBOL®, Pro*FORTRAN®, Pro*Pascal®, Pro*PL/1®, Pro*REXX®, Profit, ProREXX, Report Card, Secure Access 2.0, Secure Network Services®, Security Without Compromise, SellingPoint®, SQL*Plus®, Tutor are trademarks or registered trademarks of Oracle. Other names may be trademarks of their respective owners. The absence of a product or service name, slogan, or logo from this list does not constitute a waiver of Oracle's trademark or other intellectual property rights concerning that name, slogan, or logo.
Description: | Stores mismatched network data for a given service provider and subscription version |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_AUDIT_DISCREPANCIES.AUDIT_ID | XNP_SV_AUDITS |
XNP_AUDIT_DISCREPANCIES.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_AUDIT_DISCREPENCIES stores discrepencies between a subscription version and the data in a given service provider's network. Discrepancy reports are direct results of an audit.Network data of a subscription version typically includes a Routing Number(RN) and vertical services that are associated with a telephone line.
Services may include Caller Naming (CNAM), Integrated Services Voice Mail (ISVM), Line Information Databases (LIDB) for calling card verification, Custom Local Area Signaling Services (CLASS), and Wireless Short Message Service Center(WSMSC).This table will not be used in the current release.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_AUDIT_DISCREPANCIES_U1 | UNIQUE | APPS_TS_TX_IDX | AUDIT_DISCREPANCY_ID |
XNP_AUDIT_DISCREPANCIES_U2 | UNIQUE | APPS_TS_TX_IDX |
SUBSCRIPTION_TN
SP_ID AUDIT_ID ERROR_CODE |
XNP_AUDIT_DISCREPANCIES_N1 | NONUNIQUE | APPS_TS_TX_IDX | SP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AUDIT_DISCREPANCY_ID | NUMBER | Y | Audit discrepency identifier | |
AUDIT_ID | NUMBER | Y | Audit identifier | |
SP_ID | NUMBER | Y | Service Provider Identifier where discrepency is found | |
SUBSCRIPTION_TN | VARCHAR2 | (20) | Y | Telephone number for which discrepancy is found |
ERROR_CODE | VARCHAR2 | (15) | Y | Indicates the error code |
ROUTING_NUMBER | VARCHAR2 | (20) | Switch to which the number is ported | |
CNAM_ADDRESS | VARCHAR2 | (80) | CNAM network address for the subscription version | |
CNAM_SUBSYSTEM | VARCHAR2 | (80) | CNAM application subsystem for the subscription version | |
ISVM_ADDRESS | VARCHAR2 | (80) | ISVM network address for the subscription version | |
ISVM_SUBSYSTEM | VARCHAR2 | (80) | ISVM application subsystem for the subscription version | |
LIDB_ADDRESS | VARCHAR2 | (80) | LIDB network address for the subscription version | |
LIDB_SUBSYSTEM | VARCHAR2 | (80) | LIDB application subsystem for the subscription version | |
CLASS_ADDRESS | VARCHAR2 | (80) | CLASS network address for the subscription version | |
CLASS_SUBSYSTEM | VARCHAR2 | (80) | CLASS application subsystem for the subscription version | |
WSMSC_ADDRESS | VARCHAR2 | (80) | WSMSC network address for the subscription version | |
WSMSC_SUBSYSTEM | VARCHAR2 | (80) | WSMSC application subsystem for the subscription version | |
RN_ADDRESS | VARCHAR2 | (80) | RN network address for the subscription version | |
RN_SUBSYSTEM | VARCHAR2 | (80) | RN application subsystem for the subscription version | |
EXT_ROUTING_NUMBER | VARCHAR2 | (20) | External switch to which the number is ported | |
EXT_CNAM_ADDRESS | VARCHAR2 | (80) | External CNAM network address for the subscription version | |
EXT_CNAM_SUBSYSTEM | VARCHAR2 | (80) | External CNAM application subsystem for the subscription version | |
EXT_ISVM_ADDRESS | VARCHAR2 | (80) | External ISVM network address for the subscription version | |
EXT_ISVM_SUBSYSTEM | VARCHAR2 | (80) | External ISVM application subsystem for the subscription version | |
EXT_LIDB_ADDRESS | VARCHAR2 | (80) | External LIDB network address for the subscription version | |
EXT_LIDB_SUBSYSTEM | VARCHAR2 | (80) | External LIDB application subsystem for the subscription version | |
EXT_CLASS_ADDRESS | VARCHAR2 | (80) | External CLASS network address for the subscription version | |
EXT_CLASS_SUBSYSTEM | VARCHAR2 | (80) | External CLASS application subsystem for the subscription version | |
EXT_WSMSC_ADDRESS | VARCHAR2 | (80) | External WSMSC network address for the subscription version | |
EXT_WSMSC_SUBSYSTEM | VARCHAR2 | (80) | External WSMSC application subsystem for the subscription version | |
EXT_RN_ADDRESS | VARCHAR2 | (80) | External RN network address for the subscription version | |
EXT_RN_SUBSYSTEM | VARCHAR2 | (80) | External RN application subsystem for the subscription version | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_AUDIT_DISCREPANCIES does not reference any database object
XNP.XNP_AUDIT_DISCREPANCIES is referenced by following:
Description: | Stores a list of service providers that failed to provide the requested audit information. This is an optional list in the audit results. |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_AUDIT_SMS_FAILURES.AUDIT_ID | XNP_SV_AUDITS |
XNP_AUDIT_SMS_FAILURES.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_AUDIT_SMS_FAILURES stores a list of service providers that failed to provide requested audit information. This is an optional list in the audit results. This table will not be used in the current release.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_AUDIT_SMS_FAILURES_U1 | UNIQUE | APPS_TS_TX_IDX | SMS_FAILURE_ID |
XNP_AUDIT_SMS_FAILURES_U2 | UNIQUE | APPS_TS_TX_IDX |
AUDIT_ID
SP_ID FAILURE_DATE |
XNP_AUDIT_SMS_FAILURES_N1 | NONUNIQUE | APPS_TS_TX_IDX | SP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SMS_FAILURE_ID | NUMBER | Y | SMS failure identifier | |
AUDIT_ID | NUMBER | Y | Audit Identifier | |
SP_ID | NUMBER | Y | Service Provider identifier that failed to respond | |
FAILURE_DATE | DATE | Y | Date and time of failure | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_AUDIT_SMS_FAILURES does not reference any database object
XNP.XNP_AUDIT_SMS_FAILURES is referenced by following:
Description: | Contains instances of message types for which one or more applications have registered |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_CALLBACK_EVENTS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_CALLBACK_EVENTS.FA_INSTANCE_ID | XDP_FA_RUNTIME_LIST |
XNP_CALLBACK_EVENTS.ORDER_ID | XDP_ORDER_HEADERS |
XNP_CALLBACK_EVENTS.WI_INSTANCE_ID | XDP_FULFILL_WORKLIST |
XNP_CALLBACK_EVENTS stores a registry of callbacks for instances of message types (messages or events). This enables the Event Manager to invoke the callback procedure specified in the particular instance of the program which is awaiting the data rather than the default callback procedure which is specified as part of definition of the message type.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_CALLBACK_EVENTS_U1 | UNIQUE | APPS_TS_TX_IDX | CALLBACK_EVENT_ID |
XNP_CALLBACK_EVENTS_N1 | NONUNIQUE | APPS_TS_TX_IDX | MSG_CODE |
XNP_CALLBACK_EVENTS_N3 | NONUNIQUE | APPS_TS_TX_IDX | ORDER_ID |
XNP_CALLBACK_EVENTS_N5 | NONUNIQUE | APPS_TS_TX_IDX |
PROCESS_REFERENCE
STATUS CLOSE_REQD_FLAG |
XNP_CALLBACK_EVENTS_N6 | NONUNIQUE | APPS_TS_TX_IDX |
REFERENCE_ID
MSG_CODE STATUS |
XNP_CALLBACK_EVENTS_N7 | NONUNIQUE | APPS_TS_TX_IDX |
STATUS
WI_INSTANCE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CALLBACK_EVENT_ID | NUMBER | Y | Callback registration identifier | |
MSG_CODE | VARCHAR2 | (20) | Y | Short name of the message or event that is expected |
STATUS | VARCHAR2 | (10) | Y | Registration status. Application can register for one or more messages and each registration has a well defined status. |
PROCESS_REFERENCE | VARCHAR2 | (512) | Y | Process that actually registered for this message. The process reference can be a workflow key, workflow item, workflow activity or all of them. This data will be passed to the callback procedure when delivering the message. |
REGISTERED_TIMESTAMP | DATE | Y | Timestamp when this callback was registered. | |
CALLBACK_TYPE | VARCHAR2 | (20) | Y | Type for the Callback procedures. It can be PL/SQL, JAVA or external C procedures. The callback type is used by the Message Processor or the Event Manager to use the right invocation method on the callback procedure. |
CALLBACK_PROC_NAME | VARCHAR2 | (80) | Y | The procedure to be invoked by the Message Processor for delivering the message |
CALLBACK_TIMESTAMP | DATE | Date and time the message was delivered to the registered program | ||
REFERENCE_ID | VARCHAR2 | (80) | Unique identifier for which a message or an event is expected | |
CLOSE_REQD_FLAG | VARCHAR2 | (1) | Y | Indicates if the registration should be closed after processing |
ORDER_ID | NUMBER | Order ID to which an event belongs | ||
WI_INSTANCE_ID | NUMBER | Work Item Instance ID | ||
FA_INSTANCE_ID | NUMBER | Fulfillment Action Instance ID | ||
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_CALLBACK_EVENTS does not reference any database object
XNP.XNP_CALLBACK_EVENTS is referenced by following:
Description: | Stores general debug information in NP system |
---|
XNP_DEBUG stores general debug information in NP system.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_DEBUG_U1 | UNIQUE | APPS_TS_TX_IDX | DEBUG_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEBUG_ID | NUMBER | Y | Unique identifier for this SV failure. | |
DEBUG_LEVEL | NUMBER | Y | Debug level number | |
CONTEXT | VARCHAR2 | (80) | Y | Debug context data |
DESCRIPTION | VARCHAR2 | (1996) | Description of debug | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_DEBUG does not reference any database object
XNP.XNP_DEBUG is referenced by following:
Description: | Stores a list of subscribers for a given message type |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_EVENT_SUBSCRIBERS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_EVENT_SUBSCRIBERS.FE_ID | XDP_FES |
XNP_EVENT_SUBSCRIBERS stores the list of subscribers for a given event.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_EVENT_SUBSCRIBERS_U1 | UNIQUE | APPS_TS_SEED | EVENT_SUBSCRIBER_ID |
XNP_EVENT_SUBSCRIBERS_U2 | UNIQUE | APPS_TS_SEED |
MSG_CODE
FE_ID |
XNP_EVENT_SUBSCRIBERS_N1 | NONUNIQUE | APPS_TS_SEED | FE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EVENT_SUBSCRIBER_ID | NUMBER | Y | Unique identifier assigned upon creation of the subscription version | |
MSG_CODE | VARCHAR2 | (20) | Y | Short name for the message. The short name will be used as the package name for all the procedures that will be generated by the Message Builder. For example a message with a short name of K1 will have the package named as XNP_K1_U. |
FE_ID | NUMBER | Y | Subscriber's Fulfillment Element to which this event will be published. | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_EVENT_SUBSCRIBERS does not reference any database object
XNP.XNP_EVENT_SUBSCRIBERS is referenced by following:
Description: | Stores given geographic areas |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_GEO_AREAS_TL.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_GEO_HIERARCHY.CHILD_GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_GEO_HIERARCHY.PARENT_GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_INTERCONNECT_AREAS.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_NUMBER_RANGES.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_SERVICE_AREAS.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_GEO_AREAS_B stores given geographic areas.
There can be hierarchy of geographic areas.
EXAMPLE: EU Europe, WE West Europe, PA Paris, US, United States of America, CA California
SF San Francisco, LA Los Angeles
In the context of NP, Geographic areas are used to describe the area covered by a Service provider,
Routing Number and Number Range.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_GEO_AREAS_B_U1 | UNIQUE | APPS_TS_SEED | GEO_AREA_ID |
XNP_GEO_AREAS_B_U2 | UNIQUE | APPS_TS_SEED |
GEO_AREA_TYPE_CODE
CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GEO_AREA_ID | NUMBER | Y | Geographic Area identifier | |
GEO_AREA_TYPE_CODE | VARCHAR2 | (10) | Y | Type of Geographic Area |
CODE | VARCHAR2 | (20) | Y | Code for Geographic Area |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | Indicates if geographic area is active |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_GEO_AREAS_B does not reference any database object
XNP.XNP_GEO_AREAS_B is referenced by following:
Description: | Translation table to XNP_GEO_AREAS_B |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_GEO_AREAS_TL.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_GEO_AREAS_TL is a translation table to XNP_GEO_AREAS_B.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_GEO_AREAS_TL_U1 | UNIQUE | APPS_TS_SEED |
LANGUAGE
GEO_AREA_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GEO_AREA_ID | NUMBER | Y | Unique identifier for geographic area | |
LANGUAGE | VARCHAR2 | (40) | Y | Language |
SOURCE_LANG | VARCHAR2 | (40) | Y | Source Language |
DISPLAY_NAME | VARCHAR2 | (40) | Y | Display name of geographic area |
DESCRIPTION | VARCHAR2 | (1996) | Description of geographic area | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_GEO_AREAS_TL does not reference any database object
XNP.XNP_GEO_AREAS_TL is referenced by following:
Description: | Holds information about the geographic area hierarchy |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_GEO_HIERARCHY.CHILD_GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_GEO_HIERARCHY.PARENT_GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_GEO_HIERARCHY holds information about the geographic area hierarchy.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_GEO_HIERARCHY_U1 | UNIQUE | APPS_TS_SEED | GEO_HIERARCHY_ID |
XNP_GEO_HIERARCHY_U2 | UNIQUE | APPS_TS_SEED |
PARENT_GEO_AREA_ID
CHILD_GEO_AREA_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GEO_HIERARCHY_ID | NUMBER | Y | Geographic area hierarchy identifier | |
CHILD_GEO_AREA_ID | NUMBER | Y | Child Geographic area unique identifier | |
PARENT_GEO_AREA_ID | NUMBER | Y | Parent Geographic area Unique identifier | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_GEO_HIERARCHY does not reference any database object
XNP.XNP_GEO_HIERARCHY is referenced by following:
Description: | Stores geographic area covered by a routing number |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_INTERCONNECT_AREAS.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_INTERCONNECT_AREAS.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_INTERCONNECT_AREAS stores geographic area covered by a Routing Number. The geographic area covered by a Routing Number is known as an Interconnect Area.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_INTERCONNECT_AREAS_U1 | UNIQUE | APPS_TS_SEED | INTERCONNECT_AREA_ID |
XNP_INTERCONNECT_AREAS_U2 | UNIQUE | APPS_TS_SEED |
ROUTING_NUMBER_ID
GEO_AREA_ID |
XNP_INTERCONNECT_AREAS_N1 | NONUNIQUE | APPS_TS_SEED | GEO_AREA_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INTERCONNECT_AREA_ID | NUMBER | Y | Interconnect area identifier | |
ROUTING_NUMBER_ID | NUMBER | Y | Routing Number associated with the geographic area | |
GEO_AREA_ID | NUMBER | Y | Geographic area identifier | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_INTERCONNECT_AREAS does not reference any database object
XNP.XNP_INTERCONNECT_AREAS is referenced by following:
Description: | Stores the actual instance of a message that passes over a network association |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSGS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSGS.FA_INSTANCE_ID | XDP_FA_RUNTIME_LIST |
XNP_MSGS.ORDER_ID | XDP_ORDER_HEADERS |
XNP_MSGS.WI_INSTANCE_ID | XDP_FULFILL_WORKLIST |
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_EVENT_HISTORY.MSG_ID | XNP_MSGS |
XNP_MSGS stores the actual instance of a message that passes over a network association.
Index | Type | Tablespace | Column |
---|---|---|---|
SYS_IL0000086433C00002$$ | UNIQUE | APPS_TS_TX_DATA | |
XNP_MSGS_U1 | UNIQUE | APPS_TS_TX_IDX | MSG_ID |
XNP_MSGS_N1 | NONUNIQUE | APPS_TS_TX_IDX | MSG_CODE |
XNP_MSGS_N2 | NONUNIQUE | APPS_TS_TX_IDX | ORDER_ID |
XNP_MSGS_N3 | NONUNIQUE | APPS_TS_TX_IDX | WI_INSTANCE_ID |
XNP_MSGS_N5 | NONUNIQUE | APPS_TS_TX_IDX |
MSG_STATUS
MSG_CREATION_DATE |
XNP_MSGS_N6 | NONUNIQUE | APPS_TS_TX_IDX |
REFERENCE_ID
OPP_REFERENCE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_ID | NUMBER | Y | Message Identifier | |
BODY_TEXT | CLOB | (4000) | Y | Actual message content in XML format |
MSG_CODE | VARCHAR2 | (20) | Y | Short name of the message |
MSG_CREATION_DATE | DATE | Date and time the message was created and enqueued | ||
DIRECTION_INDICATOR | VARCHAR2 | (1) | Indicates if the message was incoming or outgoing | |
REFERENCE_ID | VARCHAR2 | (1996) | Optional field that can be used to uniquely identify the message | |
OPP_REFERENCE_ID | VARCHAR2 | (1996) | Used by an external system to associate a response with the original message | |
MSG_VERSION | NUMBER | Version of the message | ||
SENDER_NAME | VARCHAR2 | (300) | Name of the sending service provider | |
RECIPIENT_NAME | VARCHAR2 | (40) | Name of the recipient service provider | |
SEND_RCV_DATE | DATE | Date and time the message was sucessfully sent or received | ||
MSG_STATUS | VARCHAR2 | (10) | Indicates whether a message is successfully sent or received. Used by the network adapter to retry sending a message if necessary. | |
DESCRIPTION | VARCHAR2 | (1996) | Textual description of the reason for not sending or receivig a message | |
RETRIES | NUMBER | Number of attempts made to deliver this message. Reserved for future use. | ||
ORDER_ID | NUMBER | Order to which this message belongs | ||
WI_INSTANCE_ID | NUMBER | Work Item instance to which this message belongs | ||
FA_INSTANCE_ID | NUMBER | Fullfilment action instance to which this message belongs | ||
FE_NAME | VARCHAR2 | (40) | Fullfilment element that handles this message | |
ADAPTER_NAME | VARCHAR2 | (40) | Adapter name responsible for sending message to the remote system | |
UPDATED_BY_USER | VARCHAR2 | (40) | Application User who last updated the message | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSGS does not reference any database object
XNP.XNP_MSGS is referenced by following:
Description: | Contains message relationships |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_ACKS.SOURCE_MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_ACKS.ACK_MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_ACKS stores the relationship between messages in the application. An outgoing message can result in one or more incoming messages. The information in this table can be used by the application process to register or wait for the resulting incoming messages.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_ACKS_U1 | UNIQUE | APPS_TS_TX_IDX | MSG_ACK_ID |
XNP_MSG_ACKS_U2 | UNIQUE | APPS_TS_TX_IDX |
SOURCE_MSG_CODE
ACK_MSG_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_ACK_ID | NUMBER | Y | Message Acknowledgement Identifier | |
SOURCE_MSG_CODE | VARCHAR2 | (20) | Y | Outgoing message type |
ACK_MSG_CODE | VARCHAR2 | (20) | Y | Expected incoming message type |
CREATED_BY | NUMBER | (15) | Y | Standard who columns |
CREATION_DATE | DATE | Y | Standard who columns | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who columns |
LAST_UPDATE_DATE | DATE | Y | Standard who columns | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who columns | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_ACKS does not reference any database object
XNP.XNP_MSG_ACKS is referenced by following:
Description: | Contains attribute values for XML message elements |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_ATTR_VALUES.MSG_ELEMENT_ATTR_ID | XNP_MSG_ELEMENT_ATTR |
XNP_MSG_ATTR_VALUES contains attribute values for XML message elements. This table will not be used in the current release and elements will not have attributes.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_ATTR_VALUES_U1 | UNIQUE | APPS_TS_SEED | MSG_ATTR_VALUE_ID |
XNP_MSG_ATTR_VALUES_N1 | NONUNIQUE | APPS_TS_SEED | MSG_ELEMENT_ATTR_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_ATTR_VALUE_ID | NUMBER | Y | Attribute value identifier | |
MSG_ELEMENT_ATTR_ID | NUMBER | Y | Message element attribute to which this attribute value belongs | |
ATTR_VALUE | VARCHAR2 | (80) | Y | Value of the attribute |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_ATTR_VALUES does not reference any database object
XNP.XNP_MSG_ATTR_VALUES is referenced by following:
Description: | Contains XML message elements |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_ELEMENTS.MSG_CODE | XNP_MSG_TYPES_B |
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_ELEMENT_ATTR.MSG_ELEMENT_ID | XNP_MSG_ELEMENTS |
XNP_MSG_STRUCTURES.PARENT_ELEMENT_ID | XNP_MSG_ELEMENTS |
XNP_MSG_STRUCTURES.CHILD_ELEMENT_ID | XNP_MSG_ELEMENTS |
XNP_MSG_ELEMENTS stores a lookup of all elements in the message. A message is a collection of elements or attributes
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_ELEMENTS_U1 | UNIQUE | APPS_TS_SEED | MSG_ELEMENT_ID |
XNP_MSG_ELEMENTS_U2 | UNIQUE | APPS_TS_SEED |
NAME
MSG_CODE |
XNP_MSG_ELEMENTS_N1 | NONUNIQUE | APPS_TS_SEED |
MSG_CODE
PARAMETER_FLAG |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_ELEMENT_ID | NUMBER | Y | Message element identifier | |
MSG_CODE | VARCHAR2 | (20) | Y | The message to which the element belongs |
NAME | VARCHAR2 | (40) | Y | Name of the element |
MANDATORY_FLAG | VARCHAR2 | (1) | Y | Flag to Indicate whether the element is mandatory or optional |
PARAMETER_FLAG | VARCHAR2 | (1) | Y | Indicates if the element is a parameter in the generated procedure |
ELEMENT_DATATYPE | VARCHAR2 | (80) | Data type of the message element | |
ELEMENT_DEFAULT_VALUE | VARCHAR2 | (80) | Default values for message element parameters | |
DATA_LENGTH | NUMBER | Maximum allowed length for the data | ||
PARAMETER_SEQUENCE | NUMBER | Sequence in which parameters will appear in all the generated procedures | ||
CREATED_BY | NUMBER | (15) | Standard who column | |
CREATION_DATE | DATE | Standard Who Column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
LAST_UPDATE_DATE | DATE | Standard who column | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_ELEMENTS does not reference any database object
XNP.XNP_MSG_ELEMENTS is referenced by following:
Description: | Contains attributes of XML elements |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_ELEMENT_ATTR.MSG_ELEMENT_ID | XNP_MSG_ELEMENTS |
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_ATTR_VALUES.MSG_ELEMENT_ATTR_ID | XNP_MSG_ELEMENT_ATTR |
XNP_MSG_ELEMENT_ATTR contains attributes of Extensible Markup Language (XML) elements. XML is markup language for documents containing structured information. This table is used to store the attributes or context of a message element. This table will not be used in the current release and elements will not have attributes.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_ELEMENT_ATTR_U1 | UNIQUE | APPS_TS_SEED | MSG_ELEMENT_ATTR_ID |
XNP_MSG_ELEMENT_ATTR_U2 | UNIQUE | APPS_TS_SEED |
NAME
MSG_ELEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_ELEMENT_ATTR_ID | NUMBER | Y | XML Message Element Attribute identifier | |
MSG_ELEMENT_ID | NUMBER | Y | XML Message Element identifier to which the attribute belongs | |
NAME | VARCHAR2 | (40) | Y | Element attribute name |
ATTR_DATATYPE | VARCHAR2 | (40) | Data type of the element attribute | |
DATA_SOURCE_REFERENCE | VARCHAR2 | (1996) | Data source for the message element | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_ELEMENT_ATTR does not reference any database object
XNP.XNP_MSG_ELEMENT_ATTR is referenced by following:
Description: | Contains the structural relationship or hierarchy of all the elements in the XML message |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_STRUCTURES.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_STRUCTURES.PARENT_ELEMENT_ID | XNP_MSG_ELEMENTS |
XNP_MSG_STRUCTURES.CHILD_ELEMENT_ID | XNP_MSG_ELEMENTS |
XNP_MSG_STRUCTURES contains the structural relationship or hierarchy of all elements in the Extensible Markup Language (XML) message. XML is a markup language for documents containing structured information. The information in this table is used to generate the SEND(), PUBLISH(), VALIDATE(), PROCESS() and DEFAULT_PROCESS() procedures. The information in this table can also be used to generate the Document Type Definition (DTD). DTD is a series of definitions for element types, attributes, entities and notations.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_STRUCTURES_U1 | UNIQUE | APPS_TS_SEED | STRUCTURE_ID |
XNP_MSG_STRUCTURES_U2 | UNIQUE | APPS_TS_SEED |
MSG_CODE
CHILD_ELEMENT_ID PARENT_ELEMENT_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STRUCTURE_ID | NUMBER | Y | Message structure identifier | |
PARENT_ELEMENT_ID | NUMBER | Y | Parent element identifier for the element | |
CHILD_ELEMENT_ID | NUMBER | Y | Child element identifier | |
MSG_CODE | VARCHAR2 | (20) | Y | Message that owns this structure |
SEQUENCE_IN_PARENT | NUMBER | Sequence where the child element should occur in the parent element | ||
CARDINALITY | VARCHAR2 | (20) | Indicates the cardinality of the element in the message | |
DATA_SOURCE | VARCHAR2 | (1996) | Data source for the message element. The actual SQL statement or the name of the procedure to be executed in order to retrieve data for this message element | |
DATA_SOURCE_TYPE | VARCHAR2 | (10) | Data source type for the message element. Data Source could be SQL Statement or a Procedure. | |
DATA_SOURCE_REFERENCE | VARCHAR2 | (1996) | Defines the reference for the message element for which a SQL string is defined as the data source, with the aliases in the SELECT list | |
ELEMENT_POSITION | NUMBER | Position of the element in the record layout of the FILE | ||
ELEMENT_ALIGNMENT | VARCHAR2 | (10) | Alignment of element - This column will not be used in the current release and is not supported | |
PADDING | VARCHAR2 | (10) | Padding of value - This column will not be used in the current release and is not supported | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_STRUCTURES does not reference any database object
XNP.XNP_MSG_STRUCTURES is referenced by following:
Description: | Contains data dictionary for the message |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_CALLBACK_EVENTS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_EVENT_SUBSCRIBERS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSGS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_ACKS.SOURCE_MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_ACKS.ACK_MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_ELEMENTS.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_STRUCTURES.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_TYPES_TL.MSG_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_PUBLISHERS.TIMER_MESSAGE_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_PUBLISHERS.SOURCE_MESSAGE_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_REGISTRY.TIMER_MESSAGE_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_REGISTRY.NEXT_TIMER | XNP_MSG_TYPES_B |
XNP_MSG_TYPES_B stores the message information. The code generated for a message differs according to the type of the message. This table provides a lookup and serves as a data dictionary for the message.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_TYPES_B_U1 | UNIQUE | APPS_TS_SEED | MSG_CODE |
XNP_MSG_TYPES_B_N1 | NONUNIQUE | APPS_TS_SEED | STATUS |
XNP_MSG_TYPES_B_N2 | NONUNIQUE | APPS_TS_SEED | MSG_TYPE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_CODE | VARCHAR2 | (20) | Y | Short name for the message |
MSG_TYPE | VARCHAR2 | (10) | Y | Indicates the type of the message. |
STATUS | VARCHAR2 | (10) | Y | Indicates the compilation status |
PRIORITY | NUMBER | Y | Priority with which the message will be enqueued | |
QUEUE_NAME | VARCHAR2 | (40) | Y | Name of the Oracle8 Advanced queue on which the message or the event will be enqueued |
PROTECTED_FLAG | VARCHAR2 | (1) | Y | Indicates if the message type is to be displayed to the user |
ROLE_NAME | VARCHAR2 | (100) | Group to be notified if problem occurs with the object | |
LAST_COMPILED_DATE | DATE | Date and time on which this message was last successfully compiled | ||
VALIDATE_LOGIC | VARCHAR2 | (4000) | Business logic to validate this message | |
IN_PROCESS_LOGIC | VARCHAR2 | (4000) | Executes when there is an event waiting in the callback events procedure table(XNP_CALLBACK_EVENTS) | |
OUT_PROCESS_LOGIC | VARCHAR2 | (4000) | Business logic to process this outbound message | |
DEFAULT_PROCESS_LOGIC | VARCHAR2 | (4000) | Executes when there is no event waiting in the callback events procedure table (XNP_CALLBACK_EVENTS) | |
DTD_URL | VARCHAR2 | (1996) | Stores the URL for the DTD of the message | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_TYPES_B does not reference any database object
XNP.XNP_MSG_TYPES_B is referenced by following:
Description: | Translation table to XNP_MSG_TYPES_B |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_MSG_TYPES_TL.MSG_CODE | XNP_MSG_TYPES_B |
XNP_MSG_TYPES_TL is a translation table to XNP_MSG_TYPES_B.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_MSG_TYPES_TL_U1 | UNIQUE | APPS_TS_SEED |
MSG_CODE
LANGUAGE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MSG_CODE | VARCHAR2 | (20) | Y | Short name for the message |
LANGUAGE | VARCHAR2 | (40) | Y | Language for Multi Language Support |
SOURCE_LANG | VARCHAR2 | (40) | Y | Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
DISPLAY_NAME | VARCHAR2 | (60) | Y | Display name for the Message Type |
DESCRIPTION | VARCHAR2 | (1996) | Description for the Message Type | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_MSG_TYPES_TL does not reference any database object
XNP.XNP_MSG_TYPES_TL is referenced by following:
Description: | Stores the relationship between network elements |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_NETWORK_MAPS.PARENT_FE_ID | XDP_FES |
XNP_NETWORK_MAPS.CHILD_FE_ID | XDP_FES |
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.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_NETWORK_MAPS_U1 | UNIQUE | APPS_TS_SEED | NETWORK_MAP_ID |
XNP_NETWORK_MAPS_U2 | UNIQUE | APPS_TS_SEED |
PARENT_FE_ID
CHILD_FE_ID MAP_TYPE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NETWORK_MAP_ID | NUMBER | Y | Network Map identifier | |
MAP_TYPE | VARCHAR2 | (10) | Y | Map Type |
PARENT_FE_ID | NUMBER | Y | Fulfillment Element for mapping or Network Element for mapping | |
CHILD_FE_ID | NUMBER | Y | Fulfillment Element or Network Element for mapping | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_NETWORK_MAPS does not reference any database object
XNP.XNP_NETWORK_MAPS is referenced by following:
Description: | Stores information about the characteristics of a service provider's telephone number ranges |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_NUMBER_RANGES.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_NUMBER_RANGES.OWNING_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_NUMBER_RANGES.ASSIGNED_SP_ID | XNP_SERVICE_PROVIDERS |
Foreign Key Column | Foreign Table |
---|---|
XNP_NUMBER_SPLITS.NEW_NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_NUMBER_SPLITS.OLD_NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_SERVED_NUM_RANGES.NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_SP_FILTERS.NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_NUMBER_RANGES stores information about the characteristics of a service provider TN ranges.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_NUMBER_RANGES_U1 | UNIQUE | APPS_TS_SEED | NUMBER_RANGE_ID |
XNP_NUMBER_RANGES_U2 | UNIQUE | APPS_TS_SEED | STARTING_NUMBER |
XNP_NUMBER_RANGES_U3 | UNIQUE | APPS_TS_SEED | OBJECT_REFERENCE |
XNP_NUMBER_RANGES_N1 | NONUNIQUE | APPS_TS_SEED | GEO_AREA_ID |
XNP_NUMBER_RANGES_N2 | NONUNIQUE | APPS_TS_SEED | OWNING_SP_ID |
XNP_NUMBER_RANGES_N3 | NONUNIQUE | APPS_TS_SEED | ASSIGNED_SP_ID |
XNP_NUMBER_RANGES_N5 | NONUNIQUE | APPS_TS_SEED | POOLED_FLAG |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NUMBER_RANGE_ID | NUMBER | Y | Telephone Number range identifier | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Y | External Reference id or the code used by the external system to identify the number range |
OWNING_SP_ID | NUMBER | Y | Service provider owning the number range | |
SERVICE_TYPE | VARCHAR2 | (20) | Y | Type of Number range. Allowable values include Standard, Premium or Free Phone |
STATUS | VARCHAR2 | (10) | Y | Number range status |
GEO_INDICATOR | VARCHAR2 | (10) | Y | Indicates whether the number range is Geographic or non- Geographic |
MOBILE_INDICATOR | VARCHAR2 | (10) | Y | Mobile type indicator |
PORTED_INDICATOR | VARCHAR2 | (20) | Y | Ported Indicator |
STARTING_NUMBER | VARCHAR2 | (20) | Y | Starting telephone number of the range |
ENDING_NUMBER | VARCHAR2 | (20) | Y | Ending telephone number of the range |
EFFECTIVE_DATE | DATE | Y | Date the telephone number range is available for Number Portability | |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the number range is active |
POOLED_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the number range is pooled |
ASSIGNED_SP_ID | NUMBER | Service Provider to whom the number range is assigned | ||
GEO_AREA_ID | NUMBER | Geographic area served by the number range. | ||
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_NUMBER_RANGES does not reference any database object
XNP.XNP_NUMBER_RANGES is referenced by following:
Description: | Stores information about a number split including the old number range, new number range and algorithm to convert from the old number to the new number range |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_NUMBER_SPLITS.NEW_NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_NUMBER_SPLITS.OLD_NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_NUMBER_SPLITS stores information about a number split. The split algorithm represents the transformation from the old number range to the new number range.
For example, in the case of an Number Planning Area (NPA) split in the US from area code 415 to 415 and 650, the algorithm would specify the first 3 characters (the NPA) to be modified from 415 to 650 for only certain number ranges that meet a specific criteria such as the geographic region where the range is located.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_NUMBER_SPLITS_U1 | UNIQUE | APPS_TS_SEED | NUMBER_SPLIT_ID |
XNP_NUMBER_SPLITS_U2 | UNIQUE | APPS_TS_SEED |
NEW_NUMBER_RANGE_ID
OLD_NUMBER_RANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NUMBER_SPLIT_ID | NUMBER | Y | Number split identifier | |
NEW_NUMBER_RANGE_ID | NUMBER | Y | New Telephone Number identifier after the split | |
OLD_NUMBER_RANGE_ID | NUMBER | Y | The old telephone number identifier before the split | |
PERMISSIVE_DIAL_START_DATE | DATE | Y | Start date when both number ranges are in effect | |
PERMISSIVE_DIAL_END_DATE | DATE | Y | End date when both number ranges are in effect | |
CONVERSION_PROCEDURE | VARCHAR2 | (40) | Conversion procedure for the number split. | |
CREATED_BY | NUMBER | (15) | Y | Standard Who column |
CREATION_DATE | DATE | Y | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who column |
LAST_UPDATE_DATE | DATE | Y | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_NUMBER_SPLITS does not reference any database object
XNP.XNP_NUMBER_SPLITS is referenced by following:
Description: | Stores routing numbers which are used to deliver ported telephone numbers to the appropriate service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_ROUTING_NUMBERS.SP_ID | XNP_SERVICE_PROVIDERS |
Foreign Key Column | Foreign Table |
---|---|
XNP_INTERCONNECT_AREAS.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_SV_SMS.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_SV_SOA.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_SV_SOA_JN.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_ROUTING_NUMBERS stores Routing Numbers for a given Service ProviderThe Routing Number is used by all service providers to port telephone number to the appropriate service provider.
A Routing Number typically identifies a specific destination within a service provider's network such as switch.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_ROUTING_NUMBERS_U1 | UNIQUE | APPS_TS_SEED | ROUTING_NUMBER_ID |
XNP_ROUTING_NUMBERS_U2 | UNIQUE | APPS_TS_SEED |
SP_ID
ROUTING_NUMBER INTERCONNECT_TYPE |
XNP_ROUTING_NUMBERS_U3 | UNIQUE | APPS_TS_SEED | OBJECT_REFERENCE |
XNP_ROUTING_NUMBERS_N1 | NONUNIQUE | APPS_TS_SEED | STATUS |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROUTING_NUMBER_ID | NUMBER | Y | Routing number identifier | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Y | External Reference id or the code used by an external system for the routing number |
INTERCONNECT_TYPE | VARCHAR2 | (10) | Y | Indicates interconnect type whether Equal Access or Number Portability |
SP_ID | NUMBER | Y | Service provider owning the routing numbers | |
ROUTING_NUMBER | VARCHAR2 | (20) | Y | Routing Number that identifies the destination for porting telephone numbers |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the routing number is active |
STATUS | VARCHAR2 | (10) | Domain of status for routing numbers | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_ROUTING_NUMBERS does not reference any database object
XNP.XNP_ROUTING_NUMBERS is referenced by following:
Description: | Stores the mapping of number ranges served by network element for each feature type |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SERVED_NUM_RANGES.NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_SERVED_NUM_RANGES.FE_ID | XDP_FES |
XNP_SERVED_NUM_RANGES stores the mapping of number ranges served by network element for each feature type
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SERVED_NUM_RANGES_U1 | UNIQUE | APPS_TS_SEED | SERVED_NUMBER_RANGE_ID |
XNP_SERVED_NUM_RANGES_U2 | UNIQUE | APPS_TS_SEED |
NUMBER_RANGE_ID
FE_ID FEATURE_TYPE |
XNP_SERVED_NUM_RANGES_N1 | NONUNIQUE | APPS_TS_SEED | FE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SERVED_NUMBER_RANGE_ID | NUMBER | Y | Served number range identifier | |
NUMBER_RANGE_ID | NUMBER | Y | Number range served by the network element | |
FE_ID | NUMBER | Y | Network Element serving the number range | |
FEATURE_TYPE | VARCHAR2 | (15) | Y | Feature type of the served number range |
PRIMARY_FLAG | VARCHAR2 | (1) | Y | 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) | Y | Flag to indicate if the network element serving the number range is active or not |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SERVED_NUM_RANGES does not reference any database object
XNP.XNP_SERVED_NUM_RANGES is referenced by following:
Description: | Stores geographic areas served by a service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SERVICE_AREAS.GEO_AREA_ID | XNP_GEO_AREAS_B |
XNP_SERVICE_AREAS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SERVICE_AREAS holds information regarding geographic areas that are served by a service provider.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SERVICE_AREAS_U1 | UNIQUE | APPS_TS_SEED | SERVICE_AREA_ID |
XNP_SERVICE_AREAS_U2 | UNIQUE | APPS_TS_SEED |
SP_ID
GEO_AREA_ID |
XNP_SERVICE_AREAS_N1 | NONUNIQUE | APPS_TS_SEED | GEO_AREA_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SERVICE_AREA_ID | NUMBER | Y | Service area identifier | |
GEO_AREA_ID | NUMBER | Y | Geographic area served by the service provider | |
SP_ID | NUMBER | Y | Service provider serving the geographic area | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SERVICE_AREAS does not reference any database object
XNP.XNP_SERVICE_AREAS is referenced by following:
Description: | Stores service provider definitions |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_AUDIT_DISCREPANCIES.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_AUDIT_SMS_FAILURES.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_NUMBER_RANGES.OWNING_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_NUMBER_RANGES.ASSIGNED_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_ROUTING_NUMBERS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SERVICE_AREAS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SP_ADAPTERS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SP_CONTACTS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SP_FILTERS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_AUDITS.FOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_AUDITS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_FAILURES.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SMS.MEDIATOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.DONOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.RECIPIENT_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.CREATED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.CHANGED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.MEDIATOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.CHANGED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.CREATED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.DONOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.RECIPIENT_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.MEDIATOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SERVICE_PROVIDERS is the definition table for service providers. This table holds service provider details used by the Number Portability Service delivery Management System (NP SMS), Number Portability Service Order Administration (NP SOA) and Number Registration Center (NRC).
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SERVICE_PROVIDERS_U1 | UNIQUE | APPS_TS_SEED | SP_ID |
XNP_SERVICE_PROVIDERS_U2 | UNIQUE | APPS_TS_SEED | CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SP_ID | NUMBER | Y | Service provider identifier | |
SP_TYPE | VARCHAR2 | (20) | Y | Type of service provider |
CODE | VARCHAR2 | (20) | Y | Public Code for Service Provider |
NAME | VARCHAR2 | (80) | Y | Name of service provider |
TIMEZONE | VARCHAR2 | (10) | Y | Time zone for the service provider |
SERVED_BY_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the service provider is served by the bureau |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | Flag to indicate whether the organization is active or not. |
ADDRESS_LINE1 | VARCHAR2 | (40) | Y | Street address of the service provider |
CITY | VARCHAR2 | (40) | Y | City of the service provider |
STATE | VARCHAR2 | (40) | State of the service provider | |
ZIP_CODE | VARCHAR2 | (20) | Y | Zip code of the service provider |
COUNTRY | VARCHAR2 | (40) | Y | Country of the service provider |
PHONE | VARCHAR2 | (20) | Y | Telephone number of the service provider |
ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of the service provider | |
MOBILE | VARCHAR2 | (20) | Cellular number of the service provider | |
FAX | VARCHAR2 | (20) | Fax number of the service provider | |
PAGER | VARCHAR2 | (20) | Pager number of the service provider | |
PAGER_PIN | VARCHAR2 | (80) | Pager pin number of the service provider | |
VARCHAR2 | (80) | Email id of the service provider | ||
INTERNET_ADDRESS | VARCHAR2 | (40) | Web address of the service provider | |
DEPARTMENT | VARCHAR2 | (80) | Department name of the service provider | |
SOA_MGT_FLAG | VARCHAR2 | (1) | Flag to indicate whether the service provider can download subscription version data from NRC | |
SOA_NETWORK_MGT_FLAG | VARCHAR2 | (1) | Flag to indicate whether the service provider can download subscription version data from NRC | |
SMS_DOWNLOAD_FLAG | VARCHAR2 | (1) | Flag to indicate whether the service provider can download subscription version data from NRC | |
SMS_NETWORK_MGT_FLAG | VARCHAR2 | (1) | Flag to indicate whether the service provider can download subscription version data from NRC | |
SMS_QUERY_FLAG | VARCHAR2 | (1) | Flag to indicate from the view point of NAPC whether the service provider can make query on SMS | |
SV_DOWNLOAD_FLAG | VARCHAR2 | (1) | Flag to indicate whether the service provider can download subscription version data from NRC | |
NETWORK_DOWNLOAD_FLAG | VARCHAR2 | (1) | Flag to indicate whether the service provider can download subscription version data from NRC | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SERVICE_PROVIDERS does not reference any database object
XNP.XNP_SERVICE_PROVIDERS is referenced by following:
Description: | Stores mapping of a service provider to an external system |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SP_ADAPTERS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SP_ADAPTERS.FE_ID | XDP_FES |
XNP_SP_ADAPTERS stores mapping of a service provider to an external system.
This configuration data is used by SDP to send and receive messages to/from service providers.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SP_ADAPTERS_U1 | UNIQUE | APPS_TS_SEED | SP_ADAPTER_ID |
XNP_SP_ADAPTERS_U2 | UNIQUE | APPS_TS_SEED |
FE_ID
SP_ID |
XNP_SP_ADAPTERS_N1 | NONUNIQUE | APPS_TS_SEED | SP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SP_ADAPTER_ID | NUMBER | Y | Adapter identifier that relates aservice provider to its corresponding fulfillment element | |
SP_ID | NUMBER | Y | Service provider identifier | |
FE_ID | NUMBER | Y | Fulfillment element identifier used to send and receive messages to/from the dervice provider | |
PREFERRED_FLAG | VARCHAR2 | (1) | Y | Flag to indicate which adapter is preferred if there is more than one adapter to communicate with the external system |
SEQUENCE | NUMBER | Y | If there is more than one preferred adapter then sequence is used to indicate which one to use | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SP_ADAPTERS does not reference any database object
XNP.XNP_SP_ADAPTERS is referenced by following:
Description: | Stores contact information for a service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SP_CONTACTS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SP_CONTACTS holds contact information for the service provider
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SP_CONTACTS_U1 | UNIQUE | APPS_TS_SEED | SP_CONTACT_ID |
XNP_SP_CONTACTS_U2 | UNIQUE | APPS_TS_SEED |
BUSINESS_ROLE
SP_ID NAME |
XNP_SP_CONTACTS_N1 | NONUNIQUE | APPS_TS_SEED | SP_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SP_CONTACT_ID | NUMBER | Y | Service provider contact identifier | |
SP_ID | NUMBER | Y | Service provider having the contact information | |
BUSINESS_ROLE | VARCHAR2 | (40) | Y | Business role of the person |
NAME | VARCHAR2 | (40) | Y | Name of the contact person |
ADDRESS_LINE1 | VARCHAR2 | (40) | Y | Street address of the service provider's contact person |
CITY | VARCHAR2 | (40) | Y | City of the contact person |
STATE | VARCHAR2 | (40) | State of the contact person | |
ZIP_CODE | VARCHAR2 | (20) | Y | Zip code of the contact person |
COUNTRY | VARCHAR2 | (40) | Y | Country of the contact person |
PHONE | VARCHAR2 | (20) | Y | Phone number of the contact person |
ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of the contact person | |
MOBILE | VARCHAR2 | (20) | Cellular contact number | |
FAX | VARCHAR2 | (20) | FAX number of the contact person | |
PAGER | VARCHAR2 | (20) | Pager number of the contact person | |
PAGER_PIN | VARCHAR2 | (80) | Pager pin number of the contact person | |
VARCHAR2 | (80) | Email of the contact person | ||
INTERNET_ADDRESS | VARCHAR2 | (40) | Web address of the contact person | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SP_CONTACTS does not reference any database object
XNP.XNP_SP_CONTACTS is referenced by following:
Description: | Stores the number ranges for which a service provider does not want to be informed of subscription broadcasts |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SP_FILTERS.NUMBER_RANGE_ID | XNP_NUMBER_RANGES |
XNP_SP_FILTERS.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SP_FILTERS stores a list of filtered Telephone Number ranges that a service provider is interested in.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SP_FILTERS_U1 | UNIQUE | APPS_TS_SEED | SP_FILTER_ID |
XNP_SP_FILTERS_U2 | UNIQUE | APPS_TS_SEED | OBJECT_REFERENCE |
XNP_SP_FILTERS_U3 | UNIQUE | APPS_TS_SEED |
SP_ID
NUMBER_RANGE_ID |
XNP_SP_FILTERS_N1 | NONUNIQUE | APPS_TS_SEED | NUMBER_RANGE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SP_FILTER_ID | NUMBER | Y | Filter number range identifier for the service provider | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Y | External Refernce id or the code used by the external system for the filtered number range |
SP_ID | NUMBER | Y | Service provider interested in the filtered list of telephone numbers | |
NUMBER_RANGE_ID | NUMBER | Y | Telephone number range identifier | |
EFFECTIVE_DATE | DATE | Y | The date from which the filter is effective | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SP_FILTERS does not reference any database object
XNP.XNP_SP_FILTERS is referenced by following:
Description: | Stores all subscription audits issued from a service provider |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_AUDITS.FOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_AUDITS.SP_ID | XNP_SERVICE_PROVIDERS |
Foreign Key Column | Foreign Table |
---|---|
XNP_AUDIT_DISCREPANCIES.AUDIT_ID | XNP_SV_AUDITS |
XNP_AUDIT_SMS_FAILURES.AUDIT_ID | XNP_SV_AUDITS |
XNP_SV_AUDITS stores all the subscription audits issued from a service provider . When no target service provider is specified, all service provider's data will be audited.
In places where the product is installed as NP SMS or NP SOA for a service provider, this table has entries for the audits that were issued by that service provider.
In case of a service bureau, the entity holds all the audits that were issued by the member service providers.
An NRC installation holds all subscription audits from all service providers.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_AUDITS_U1 | UNIQUE | APPS_TS_TX_IDX | SV_AUDIT_ID |
XNP_SV_AUDITS_U2 | UNIQUE | APPS_TS_TX_IDX | OBJECT_REFERENCE |
XNP_SV_AUDITS_U3 | UNIQUE | APPS_TS_TX_IDX |
SP_ID
STARTING_NUMBER |
XNP_SV_AUDITS_N1 | NONUNIQUE | APPS_TS_TX_IDX | FOR_SP_ID |
XNP_SV_AUDITS_N2 | NONUNIQUE | APPS_TS_TX_IDX | AUDIT_TYPE |
XNP_SV_AUDITS_N3 | NONUNIQUE | APPS_TS_TX_IDX | STATUS_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_AUDIT_ID | NUMBER | Y | Audit identifier | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Y | External Reference ID for an audit |
SP_ID | NUMBER | Y | Service provider identifier requesting the audit | |
AUDIT_NAME | VARCHAR2 | (40) | Y | Name of the audit |
AUDIT_TYPE | VARCHAR2 | (10) | Y | Type of audit |
STATUS_CODE | VARCHAR2 | (10) | Y | Current status of the audit |
STARTING_NUMBER | VARCHAR2 | (20) | Y | Starting telephone number of a TN range |
ENDING_NUMBER | VARCHAR2 | (20) | Optional number indicating the ending telephone number of a telphone number range | |
FOR_SP_ID | NUMBER | Service provider identifier to be audited | ||
NUMBER_OF_TN_AUDITED | NUMBER | Gives the number of TNs successfully audited | ||
ACTIVATION_START_DATE | DATE | Activation start date | ||
ACTIVATION_END_DATE | DATE | Activation end date | ||
NOTES | VARCHAR2 | (1996) | Notes for the audit | |
ROUTING_NUMBER_FLAG | VARCHAR2 | (1) | Flag to indicate if Routing Number data should be audited | |
CNAM_FLAG | VARCHAR2 | (1) | Flag to indicate if CNAM data should be audited | |
ISVM_FLAG | VARCHAR2 | (1) | Flag to indicate if ISVM data should be audited | |
LIDB_FLAG | VARCHAR2 | (1) | Flag to indicate if LIDB data should be audited | |
CLASS_FLAG | VARCHAR2 | (1) | Flag to indicate if CLASS data should be audited | |
WSMSC_FLAG | VARCHAR2 | (1) | Flag to indicate if WSMSC data should be audited | |
RN_FLAG | VARCHAR2 | (1) | Flag to indicate if RN data should be audited | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_AUDITS does not reference any database object
XNP.XNP_SV_AUDITS is referenced by following:
Description: | Stores information about any kind of event on the porting number or message |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_EVENT_HISTORY.MSG_ID | XNP_MSGS |
XNP_SV_EVENT_HISTORY.SV_SOA_ID | XNP_SV_SOA |
XNP_SV_EVENT_HISTORY stores the information about any kind of event on the porting number or message.
It is mainly associated with the status change events in SOA.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_EVENT_HISTORY_U1 | UNIQUE | APPS_TS_ARCHIVE | SV_EVENT_HISTORY_ID |
XNP_SV_EVENT_HISTORY_N1 | NONUNIQUE | APPS_TS_ARCHIVE | MSG_ID |
XNP_SV_EVENT_HISTORY_N2 | NONUNIQUE | APPS_TS_ARCHIVE |
SV_SOA_ID
EVENT_TYPE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_EVENT_HISTORY_ID | NUMBER | Y | Subscription version event identifier | |
SV_SOA_ID | NUMBER | Y | Service Order Administration subscription version identifier for the event | |
EVENT_CODE | VARCHAR2 | (40) | Y | Code identifying an event |
EVENT_TYPE | VARCHAR2 | (20) | Y | Type of event with a list of domain values |
EVENT_TIMESTAMP | DATE | Y | Timestamp when the event is generated | |
MSG_ID | NUMBER | Message identifier for the event | ||
EVENT_CAUSE_CODE | VARCHAR2 | (20) | Code that indicates the cause of the event | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_EVENT_HISTORY does not reference any database object
XNP.XNP_SV_EVENT_HISTORY is referenced by following:
Description: | Stores a list of service providers that failed to download subscription version data |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_FAILURES.SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_FAILURES.SV_SOA_ID | XNP_SV_SOA |
XNP_SV_FAILURES stores a list of service providers that failed to download the subscription version data. In the business process for Number portability, the SOA or NRC broadcasts a subscription version to allservice provider's network system. An entry for a service provider is added into this table on encountering a failure. Attempts to broadcast are abandoned after a maximum number of retries.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_FAILURES_U1 | UNIQUE | APPS_TS_TX_IDX | SV_FAILURE_ID |
XNP_SV_FAILURES_U2 | UNIQUE | APPS_TS_TX_IDX |
SP_ID
SV_SOA_ID FAILURE_DATE |
XNP_SV_FAILURES_N1 | NONUNIQUE | APPS_TS_TX_IDX | SV_SOA_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_FAILURE_ID | NUMBER | Y | Subscription version failure identifier | |
SV_SOA_ID | NUMBER | Y | Subscription version for service Order administration that failed | |
SP_ID | NUMBER | Y | Service Provider who failed to download subscription version data | |
FAILURE_DATE | DATE | Y | Date on which the service provider first failed to download the subscription version data from Number Registration Centre. | |
FINAL_FAILURE_DATE | DATE | Date of final failure of downloading data by service provider after the attempted number of retries. | ||
ATTEMPTED_RETRIES | NUMBER | Number of retries the service provider will attempt to broadcast the subscription version data. | ||
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_FAILURES does not reference any database object
XNP.XNP_SV_FAILURES is referenced by following:
Description: | Stores event information associated with subscription versions or messages. |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_ORDER_MAPPINGS.ORDER_ID | XDP_ORDER_HEADERS |
XNP_SV_ORDER_MAPPINGS.SV_SMS_ID | XNP_SV_SMS |
XNP_SV_ORDER_MAPPINGS.SV_SOA_ID | XNP_SV_SOA |
XNP_SV_ORDER_MAPPINGS.WORKITEM_INSTANCE_ID | XDP_FULFILL_WORKLIST |
XNP_SV_ORDER_MAPPINGS stores event information associated with subscription versions or messages.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_ORDER_MAPPINGS_U1 | UNIQUE | APPS_TS_TX_IDX | SV_ORDER_MAPPING_ID |
XNP_SV_ORDER_MAPPINGS_U2 | UNIQUE | APPS_TS_TX_IDX |
SV_SMS_ID
SV_SOA_ID ORDER_ID WORKITEM_INSTANCE_ID |
XNP_SV_ORDER_MAPPINGS_N3 | NONUNIQUE | APPS_TS_TX_IDX | WORKITEM_INSTANCE_ID |
XNP_SV_ORDER_MAPPINGS_N4 | NONUNIQUE | APPS_TS_TX_IDX | ORDER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_ORDER_MAPPING_ID | NUMBER | Y | Unique identifier for the subscription version event. | |
ORDER_ID | NUMBER | Y | SFM Order identifier | |
SV_SOA_ID | NUMBER | Unique id assigned upon creation of the SOA subscription version. | ||
SV_SMS_ID | NUMBER | Unique id assigned upon creation of the SMS subscription version | ||
WORKITEM_INSTANCE_ID | NUMBER | Unique id that identifies the workitem instance | ||
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_ORDER_MAPPINGS does not reference any database object
XNP.XNP_SV_ORDER_MAPPINGS is referenced by following:
Description: | Container object for subscription versions downloaded to the network |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_SMS.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_SV_SMS.MEDIATOR_SP_ID | XNP_SERVICE_PROVIDERS |
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_ORDER_MAPPINGS.SV_SMS_ID | XNP_SV_SMS |
XNP_SV_SMS_FE_MAPS.SV_SMS_ID | XNP_SV_SMS |
XNP_SV_SMS stores downloaded network data for porting requests from NRC. The records can only be created, deleted or modified upon instructions from the Number Registratin Center. Data in this table cannot be modified directly from a NP SMS or SOA system.
The five vertical services associated with a telephone line are included in the table. Services include Caller Naming (CNAM), Integrated Services Voice Mail (ISVM), Line Information Databases (LIDB) for calling card verification, Custom Local Area Signaling Services (CLASS), and Wireless Short Message Service Center(WSMSC).
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_SMS_U1 | UNIQUE | APPS_TS_TX_IDX | SV_SMS_ID |
XNP_SV_SMS_N1 | NONUNIQUE | APPS_TS_TX_IDX | ROUTING_NUMBER_ID |
XNP_SV_SMS_N2 | NONUNIQUE | APPS_TS_TX_IDX | MEDIATOR_SP_ID |
XNP_SV_SMS_N3 | NONUNIQUE | APPS_TS_TX_IDX | OBJECT_REFERENCE |
XNP_SV_SMS_N4 | NONUNIQUE | APPS_TS_TX_IDX | SUBSCRIPTION_TYPE |
XNP_SV_SMS_N5 | NONUNIQUE | APPS_TS_TX_IDX | SUBSCRIPTION_TN |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_SMS_ID | NUMBER | Y | Subscription version identifier for SMS | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Y | External reference id |
ROUTING_NUMBER_ID | NUMBER | Y | Routing number identifier of the SMS subscription version | |
SUBSCRIPTION_TN | VARCHAR2 | (20) | Y | Subscription version telephone number |
SUBSCRIPTION_TYPE | VARCHAR2 | (10) | Y | Indicates the portability type of Equal Access or Number Portability |
MEDIATOR_SP_ID | NUMBER | Number registration center identifier | ||
PROVISION_SENT_DATE | DATE | Date the network data is sent for provisioning | ||
PROVISION_DONE_DATE | DATE | Date the network data is provisioined | ||
CNAM_ADDRESS | VARCHAR2 | (80) | Call naming network address for this subscription version | |
CNAM_SUBSYSTEM | VARCHAR2 | (80) | Call naming application subsystem for this subscription version | |
ISVM_ADDRESS | VARCHAR2 | (80) | Integrated Services Voice Mail network address for this subscription version | |
ISVM_SUBSYSTEM | VARCHAR2 | (80) | Integrated Services Voice Mail application subsystem for this subscription version | |
LIDB_ADDRESS | VARCHAR2 | (80) | Line Information Databases network address for this subscription version | |
LIDB_SUBSYSTEM | VARCHAR2 | (80) | Line Information Databases application subsystem for this subscription version | |
CLASS_ADDRESS | VARCHAR2 | (80) | Custom Local Area Signalling Services network address for this subscription version | |
CLASS_SUBSYSTEM | VARCHAR2 | (80) | Custom Local Area Signalling Services application subsystem for this subscription version | |
WSMSC_ADDRESS | VARCHAR2 | (80) | Wireless Short Message Service Centre network address for this subscription version | |
WSMSC_SUBSYSTEM | VARCHAR2 | (80) | Wireless Short Message Service Centre application subsystem for this subscription version | |
RN_ADDRESS | VARCHAR2 | (80) | Routing number network address for this subscription version | |
RN_SUBSYSTEM | VARCHAR2 | (80) | Routing number application subsystem for this subscription version | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_SMS does not reference any database object
XNP.XNP_SV_SMS is referenced by following:
Description: | Stores a list of fulfillment elements provisioned with subscription version data |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_SMS_FE_MAPS.SV_SMS_ID | XNP_SV_SMS |
XNP_SV_SMS_FE_MAPS.FE_ID | XDP_FES |
XNP_SV_SMS_FE_MAPS stores a list of fulfillment elements provisioned with subscription version data.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_SMS_FE_MAPS_U1 | UNIQUE | APPS_TS_SEED | SMS_FE_MAP_ID |
XNP_SV_SMS_FE_MAPS_U2 | UNIQUE | APPS_TS_SEED |
SV_SMS_ID
FEATURE_TYPE FE_ID |
XNP_SV_SMS_FE_MAPS_N1 | NONUNIQUE | APPS_TS_SEED | FE_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SMS_FE_MAP_ID | NUMBER | Y | SMS fulfillment element mapping identifier | |
SV_SMS_ID | NUMBER | Y | Subscription version identifier for SMS | |
FE_ID | NUMBER | Y | Network element for the switch serving the number range | |
FEATURE_TYPE | VARCHAR2 | (15) | Y | Feature type |
PROVISION_STATUS | VARCHAR2 | (20) | Y | Status of provisioning |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_SMS_FE_MAPS does not reference any database object
XNP.XNP_SV_SMS_FE_MAPS is referenced by following:
Description: | Container object for a porting request on a single telephone number |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_SOA.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_SV_SOA.DONOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.RECIPIENT_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.CREATED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.CHANGED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.MEDIATOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA.STATUS_TYPE_CODE | XNP_SV_STATUS_TYPES_B |
XNP_SV_SOA.PREV_STATUS_TYPE_CODE | XNP_SV_STATUS_TYPES_B |
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_EVENT_HISTORY.SV_SOA_ID | XNP_SV_SOA |
XNP_SV_FAILURES.SV_SOA_ID | XNP_SV_SOA |
XNP_SV_ORDER_MAPPINGS.SV_SOA_ID | XNP_SV_SOA |
XNP_SV_SOA contains a log of all subscription versions created. This entity will also service subscription version queries and contains a local copy of NRC porting data for a given SP.
In case of a service bureau, this entity contains all subscription versions created by its members.
The five vertical services that are associated with a telephone line are included in the table. Services may include Caller Naming (CNAM), Integrated Services Voice Mail (ISVM), Line Information Databases (LIDB) for calling card verification, Custom Local Area Signaling Services (CLASS) and Wireless Short Message Service Center (WSMSC).
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_SOA_U1 | UNIQUE | APPS_TS_TX_IDX | SV_SOA_ID |
XNP_SV_SOA_N1 | NONUNIQUE | APPS_TS_TX_IDX | ROUTING_NUMBER_ID |
XNP_SV_SOA_N10 | NONUNIQUE | APPS_TS_TX_IDX | SUBSCRIPTION_TN |
XNP_SV_SOA_N2 | NONUNIQUE | APPS_TS_TX_IDX | DONOR_SP_ID |
XNP_SV_SOA_N3 | NONUNIQUE | APPS_TS_TX_IDX | RECIPIENT_SP_ID |
XNP_SV_SOA_N4 | NONUNIQUE | APPS_TS_TX_IDX | CHANGED_BY_SP_ID |
XNP_SV_SOA_N5 | NONUNIQUE | APPS_TS_TX_IDX | MEDIATOR_SP_ID |
XNP_SV_SOA_N6 | NONUNIQUE | APPS_TS_TX_IDX | STATUS_TYPE_CODE |
XNP_SV_SOA_N7 | NONUNIQUE | APPS_TS_TX_IDX | PREV_STATUS_TYPE_CODE |
XNP_SV_SOA_N8 | NONUNIQUE | APPS_TS_TX_IDX | OBJECT_REFERENCE |
XNP_SV_SOA_N9 | NONUNIQUE | APPS_TS_TX_IDX | SUBSCRIPTION_TYPE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_SOA_ID | NUMBER | Y | SOA initiated subscription version identifier | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Y | Porting identifier |
SUBSCRIPTION_TN | VARCHAR2 | (20) | Y | Subscription version telephone number. |
SUBSCRIPTION_TYPE | VARCHAR2 | (10) | Y | Indicates the portability type of Equal Access or Number Portability |
DONOR_SP_ID | NUMBER | Y | For Equal Access this is long distance service provider and for Number Portability, this is local service provider | |
RECIPIENT_SP_ID | NUMBER | Y | For Equal Access , this is long distance service provider for Number Portability , this is local service provider | |
STATUS_TYPE_CODE | VARCHAR2 | (20) | Y | Status Code |
PTO_FLAG | VARCHAR2 | (1) | Y | Indicates if the porting is to the original service provider. |
CREATED_BY_SP_ID | NUMBER | Service provider who created the SOA subscription version. Applicable both for Number Registration Center and Service Bureau. | ||
MEDIATOR_SP_ID | NUMBER | For Equal Access , indicates local service provider and for Number Portability indicates Number Registration Center | ||
CHANGED_BY_SP_ID | NUMBER | Service provider identifier who last requested a change on the subscription version. | ||
ROUTING_NUMBER_ID | NUMBER | Routing number identifier for the subscription telephone number assigned by the recipient service provider. | ||
PRE_SPLIT_SUBSCRIPTION_TN | VARCHAR2 | (20) | Telephone number for subscription before number range split | |
PREV_STATUS_TYPE_CODE | VARCHAR2 | (20) | Status code before the subscription version status is updated | |
CNAM_ADDRESS | VARCHAR2 | (80) | Caller Naming network address for the subscription version | |
CNAM_SUBSYSTEM | VARCHAR2 | (80) | Caller Naming application subsystem for this subscription version | |
ISVM_ADDRESS | VARCHAR2 | (80) | Integrated Sevices Voice Mail network address for this subscription version | |
ISVM_SUBSYSTEM | VARCHAR2 | (80) | Integrated Sevices Voice Mail application subsystem for the subscription version | |
LIDB_ADDRESS | VARCHAR2 | (80) | Line Information Databases network address for this subscription version | |
LIDB_SUBSYSTEM | VARCHAR2 | (80) | Line Information Databases application subsystem for this subscription version | |
CLASS_ADDRESS | VARCHAR2 | (80) | Custom Local Area Signalling Services network address for this subscription version | |
CLASS_SUBSYSTEM | VARCHAR2 | (80) | Custom Local Area Signalling Services application subsystem for this subscription version | |
WSMSC_ADDRESS | VARCHAR2 | (80) | Wireless Short Message Service Centre network address for this subscription version | |
WSMSC_SUBSYSTEM | VARCHAR2 | (80) | Wireless Short Message Service Centre application subsystem for this subscription version | |
RN_ADDRESS | VARCHAR2 | (80) | Routing Number network address for the subscription version | |
RN_SUBSYSTEM | VARCHAR2 | (80) | Routing Number network address for the subscription version | |
ACTIVATION_DUE_DATE | DATE | Date the subscription should be activated | ||
NEW_SP_DUE_DATE | DATE | Due date planned by the new service provider for transfer of service | ||
OLD_SP_DUE_DATE | DATE | Due date planned by the old Service provider for transfer of service | ||
OLD_SP_CUTOFF_DUE_DATE | DATE | Date of service cutoff from the old service provider | ||
EFFECTIVE_RELEASE_DUE_DATE | DATE | Effective release date of the subscription version | ||
NUMBER_RETURNED_DUE_DATE | DATE | Due date when the number should be returned to the original service provider | ||
DISCONNECT_DUE_DATE | DATE | Date the customer's service should be disconnected | ||
INVOICE_DUE_DATE | DATE | Date the customer's invoice is due | ||
STATUS_CHANGE_DATE | DATE | Date the subscription version status changed | ||
CREATED_DATE | DATE | Date the subscription version record was created | ||
MODIFIED_DATE | DATE | Date the subscription version was last modified | ||
CONCURRENCE_FLAG | VARCHAR2 | (1) | Indicates concurrence of both the donor and the receipient service provider | |
NEW_SP_AUTHORIZATION_FLAG | VARCHAR2 | (1) | Indicates authorization or denial for transfer of service by the new service provider | |
OLD_SP_AUTHORIZATION_FLAG | VARCHAR2 | (1) | Indicates authorization or denial for transfer of service by the old service provider | |
RETAIN_DIR_INFO_FLAG | VARCHAR2 | (1) | Flag to indicate if directory information should be retained | |
RETAIN_TN_FLAG | VARCHAR2 | (1) | Indicates if subscription should be retained | |
BLOCKED_FLAG | VARCHAR2 | (1) | Indicates if the subscription telephone number is blocked or not | |
LOCKED_FLAG | VARCHAR2 | (1) | Indicates if subscription is locked | |
CUSTOMER_CONTACT_REQ_FLAG | VARCHAR2 | (1) | Indicates if contact person is required | |
BILLING_ID | NUMBER | Used for billing purpose | ||
USER_LOCTN_VALUE | VARCHAR2 | (80) | Used for billing purpose | |
USER_LOCTN_TYPE | VARCHAR2 | (20) | Used for billing purpose | |
CHARGING_INFO | VARCHAR2 | (1996) | Charging information | |
ORDER_PRIORITY | VARCHAR2 | (30) | Priority for the subscription order whether Normal or Express. | |
STATUS_CHANGE_CAUSE_CODE | VARCHAR2 | (20) | Reason for status change | |
PREORDER_AUTHORIZATION_CODE | VARCHAR2 | (20) | Authorization code for changing service provider | |
CUSTOMER_ID | VARCHAR2 | (80) | Customer identifier | |
CUSTOMER_NAME | VARCHAR2 | (80) | Name of the customer | |
CUSTOMER_TYPE | VARCHAR2 | (10) | Type of customer | |
CONTACT_NAME | VARCHAR2 | (80) | Name of contact person | |
ADDRESS_LINE1 | VARCHAR2 | (400) | Street address of contact person | |
ADDRESS_LINE2 | VARCHAR2 | (400) | Street address of contact person | |
CITY | VARCHAR2 | (40) | City of the contact person. | |
STATE | VARCHAR2 | (40) | State of the contact person. | |
ZIP_CODE | VARCHAR2 | (20) | Zip code. | |
COUNTRY | VARCHAR2 | (40) | Country of contact person. | |
PHONE | VARCHAR2 | (20) | Phone number of contact person | |
MOBILE | VARCHAR2 | (20) | Cellular number of contact person | |
FAX | VARCHAR2 | (20) | Fax number of contact person | |
PAGER | VARCHAR2 | (20) | Pager number of the contact person | |
PAGER_PIN | VARCHAR2 | (80) | Pager pin number of contact person | |
VARCHAR2 | (80) | Email id of contact person | ||
INTERNET_ADDRESS | VARCHAR2 | (40) | Web address of the customer. | |
PRICE_CODE | VARCHAR2 | (20) | Price code used for billing | |
PRICE_PER_CALL | NUMBER | (15) | Price per call used for billing | |
PRICE_PER_MINUTE | NUMBER | (15) | Price per minute used for billing | |
COMMENTS | VARCHAR2 | (1996) | Comments for subscription version | |
NOTES | VARCHAR2 | (1996) | Notes for subscription version | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (240) | Attribute Category | |
ATTRIBUTE1 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE2 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE3 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE4 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE5 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE6 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE7 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE8 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE9 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE10 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE11 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE12 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE13 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE14 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE15 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE16 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE17 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE18 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE19 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE20 | VARCHAR2 | (240) | Descriptive Flexvfeld |
XNP.XNP_SV_SOA does not reference any database object
XNP.XNP_SV_SOA is referenced by following:
Description: | Journalling table for the XNP_SV_SOA table |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_SOA_JN.CHANGED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.CREATED_BY_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.DONOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.RECIPIENT_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.MEDIATOR_SP_ID | XNP_SERVICE_PROVIDERS |
XNP_SV_SOA_JN.ROUTING_NUMBER_ID | XNP_ROUTING_NUMBERS |
XNP_SV_SOA_JN is a journalling table for the XNP_SV_SOA table.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
JN_OPERATION | VARCHAR2 | (3) | Y | Action taken on table XNP_SV_SOA |
JN_ORACLE_USER | VARCHAR2 | (30) | Y | User which take action on table XNP_SV_SOA |
JN_DATETIME | DATE | Y | Timestamp when action was taken on table XNP_SV_SOA | |
JN_NOTES | VARCHAR2 | (240) | Notes for action which was taken on table XNP_SV_SOA | |
JN_APPLN | VARCHAR2 | (30) | Application which was used to take action on table XNP_SV_SOA | |
JN_SESSION | NUMBER | (38) | Session which was used to take action on table XNP_SV_SOA | |
SV_SOA_ID | NUMBER | Y | SOA initiated subscription version identifier | |
OBJECT_REFERENCE | VARCHAR2 | (80) | Porting Identifier | |
SUBSCRIPTION_TN | VARCHAR2 | (20) | Subscription Telephone Number | |
SUBSCRIPTION_TYPE | VARCHAR2 | (10) | Indicates the portability type which is either Equal Access or Number Portability. | |
DONOR_SP_ID | NUMBER | For Equal Access , this is long distance service provider and for Number Portability, this is local Service Provider | ||
RECIPIENT_SP_ID | NUMBER | For Equal Access , this is long distance service provider. For NP, this is local service provider | ||
STATUS_TYPE_CODE | VARCHAR2 | (20) | Status Code | |
PTO_FLAG | VARCHAR2 | (1) | Indicates if the porting is to a original Service Provider. | |
CREATED_BY_SP_ID | NUMBER | Service provider who created it which is applicable both for Number Registration Centre and Service Bureau | ||
MEDIATOR_SP_ID | NUMBER | For Equal Access, it indicates local Service Provider and for Number Portability indicates Number Registration Centre | ||
CHANGED_BY_SP_ID | NUMBER | Applicable to NRC when aaceptance for porting a TN is received from both the Service providers then the same record for subscription version is updated or changed with the changed service provider id | ||
ROUTING_NUMBER_ID | NUMBER | Routing number identifier for the subscription telephone number given by the receipient service provider | ||
PRE_SPLIT_SUBSCRIPTION_TN | VARCHAR2 | (20) | Telephone number for subscription before number range split | |
PREV_STATUS_TYPE_CODE | VARCHAR2 | (20) | Status code before the subscription version status is updated | |
CNAM_ADDRESS | VARCHAR2 | (80) | Caller Naming network address for the subscription version | |
CNAM_SUBSYSTEM | VARCHAR2 | (80) | Caller Naming application subsystem for this subscription version | |
ISVM_ADDRESS | VARCHAR2 | (80) | Integrated Sevices Voice Mail network address for this subscription version | |
ISVM_SUBSYSTEM | VARCHAR2 | (80) | Integrated Sevices Voice Mai application subsystem for the subscription version | |
LIDB_ADDRESS | VARCHAR2 | (80) | Line Information Databases network address for this subscription version | |
LIDB_SUBSYSTEM | VARCHAR2 | (80) | Line Information Databases application subsystem for this subscription version | |
CLASS_ADDRESS | VARCHAR2 | (80) | Custom Local Area Signalling Services network address for this subscription version | |
CLASS_SUBSYSTEM | VARCHAR2 | (80) | Custom Local Area Signalling Services application subsystem for this subscription version | |
WSMSC_ADDRESS | VARCHAR2 | (80) | Wireless Short Message Service Centre network address for this subscription version | |
WSMSC_SUBSYSTEM | VARCHAR2 | (80) | Wireless Short Message Service Centre application subsystem for this subscription version | |
RN_ADDRESS | VARCHAR2 | (80) | Routing Number network address for the subscription version | |
RN_SUBSYSTEM | VARCHAR2 | (80) | Routing Number application subsystem for this subscription version | |
ACTIVATION_DUE_DATE | DATE | Date the subscription should be activated | ||
NEW_SP_DUE_DATE | DATE | Due date planned by the new service provider for transfer of service | ||
OLD_SP_DUE_DATE | DATE | Due date planned by the old Service provider for transfer of service | ||
OLD_SP_CUTOFF_DUE_DATE | DATE | Date of service cutoff from the old service provider | ||
EFFECTIVE_RELEASE_DUE_DATE | DATE | Effective release date of the subscription version. | ||
NUMBER_RETURNED_DUE_DATE | DATE | Due date on which the number is to be returned to the original Service provider | ||
DISCONNECT_DUE_DATE | DATE | Date that the customer's service should be disconnected | ||
INVOICE_DUE_DATE | DATE | Date the customer's invoice is due | ||
STATUS_CHANGE_DATE | DATE | Date the subscription version status changed | ||
CREATED_DATE | DATE | Date the subscription version record was created | ||
MODIFIED_DATE | DATE | Date the subscription version was last modified | ||
CONCURRENCE_FLAG | VARCHAR2 | (1) | Indicates concurrence of both the donor and the receipient service provider | |
NEW_SP_AUTHORIZATION_FLAG | VARCHAR2 | (1) | Indicates authorization or denial for transfer of service by the new service provider | |
OLD_SP_AUTHORIZATION_FLAG | VARCHAR2 | (1) | Indicates authorization or denial for transfer of service by the old service provider | |
RETAIN_DIR_INFO_FLAG | VARCHAR2 | (1) | Indicates if directory information should be retained | |
RETAIN_TN_FLAG | VARCHAR2 | (1) | Indicates if subscription should be retained | |
BLOCKED_FLAG | VARCHAR2 | (1) | Indicates if the subscription telephone number is blocked or not | |
LOCKED_FLAG | VARCHAR2 | (1) | Indicates if subscription is locked | |
CUSTOMER_CONTACT_REQ_FLAG | VARCHAR2 | (1) | Indicates if contact person is required | |
BILLING_ID | NUMBER | Used for billing purpose | ||
USER_LOCTN_VALUE | VARCHAR2 | (80) | Used for billing purpose | |
USER_LOCTN_TYPE | VARCHAR2 | (20) | Used for billing purpose | |
CHARGING_INFO | VARCHAR2 | (1996) | Charging information | |
ORDER_PRIORITY | VARCHAR2 | (30) | Priority for the subscription order whether Normal or Express | |
STATUS_CHANGE_CAUSE_CODE | VARCHAR2 | (20) | Reason for status change | |
PREORDER_AUTHORIZATION_CODE | VARCHAR2 | (20) | Authorization code for changing service provider | |
CUSTOMER_ID | VARCHAR2 | (80) | Customer identifier | |
CUSTOMER_NAME | VARCHAR2 | (80) | Name of customer | |
CUSTOMER_TYPE | VARCHAR2 | (10) | Type of customer | |
CONTACT_NAME | VARCHAR2 | (80) | Name of the contact person | |
ADDRESS_LINE1 | VARCHAR2 | (400) | Street address of the contact person | |
ADDRESS_LINE2 | VARCHAR2 | (400) | Street address of the contact person | |
CITY | VARCHAR2 | (40) | City of the contact person | |
STATE | VARCHAR2 | (40) | State of the contact person | |
ZIP_CODE | VARCHAR2 | (20) | Zip code | |
COUNTRY | VARCHAR2 | (40) | Country of the contact person | |
PHONE | VARCHAR2 | (20) | Phone number of the contact person | |
MOBILE | VARCHAR2 | (20) | Cellular number of the contact person | |
FAX | VARCHAR2 | (20) | Fax number of the contact person | |
PAGER | VARCHAR2 | (20) | Pager number of the contact person | |
PAGER_PIN | VARCHAR2 | (80) | Pager pin number of the contact person | |
VARCHAR2 | (80) | Email address of the contact person | ||
INTERNET_ADDRESS | VARCHAR2 | (40) | Web address of the contact person | |
PRICE_CODE | VARCHAR2 | (20) | Price code used for billing | |
PRICE_PER_CALL | NUMBER | (15) | Price per call used for billing | |
PRICE_PER_MINUTE | NUMBER | (15) | Price per minute used for billing | |
CREATED_BY | NUMBER | (15) | Standard who column | |
CREATION_DATE | DATE | Standard who column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard who column | |
LAST_UPDATE_DATE | DATE | Standard who column | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (240) | Attribute Category | |
ATTRIBUTE1 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE2 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE3 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE4 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE5 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE6 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE7 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE8 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE9 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE10 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE11 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE12 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE13 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE14 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE15 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE16 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE17 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE18 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE19 | VARCHAR2 | (240) | Descriptive Flexvfeld | |
ATTRIBUTE20 | VARCHAR2 | (240) | Descriptive Flexvfeld |
XNP.XNP_SV_SOA_JN does not reference any database object
XNP.XNP_SV_SOA_JN is referenced by following:
Description: | Subsription version status definition |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_SOA.STATUS_TYPE_CODE | XNP_SV_STATUS_TYPES_B |
XNP_SV_SOA.PREV_STATUS_TYPE_CODE | XNP_SV_STATUS_TYPES_B |
XNP_SV_STATUS_TYPES_TL.STATUS_TYPE_CODE | XNP_SV_STATUS_TYPES_B |
XNP_SV_STATUS_TYPES_V stores the valid statuses that may be assigned to a SOA subscription version. Update to this table should be limited to a system administrator.
The subscription version status decides what information can be inserted and what information will be written to historical tables.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_STATUS_TYPES_B_U1 | UNIQUE | APPS_TS_SEED | STATUS_TYPE_CODE |
XNP_SV_STATUS_TYPES_B_N1 | NONUNIQUE | APPS_TS_SEED | INITIAL_FLAG |
XNP_SV_STATUS_TYPES_B_N2 | NONUNIQUE | APPS_TS_SEED | PHASE_INDICATOR |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STATUS_TYPE_CODE | VARCHAR2 | (20) | Y | Code for the status type |
PHASE_INDICATOR | VARCHAR2 | (20) | Y | Indicates the phase of the status type code |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | Indicates if the status is in use |
INITIAL_FLAG | VARCHAR2 | (1) | Y | Initial status of a subscription version - Not used |
INITIAL_FLAG_ENFORCE_SEQ | NUMBER | Y | Enforces rule that only one row has INITIAL_FLAG set - Not used | |
DISPLAY_SEQUENCE | NUMBER | Y | Sequence of status displayed on screens and reports | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_STATUS_TYPES_B does not reference any database object
XNP.XNP_SV_STATUS_TYPES_B is referenced by following:
Description: | Translation table to XNP_SV_STATUS_TYPES_B |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SV_STATUS_TYPES_TL.STATUS_TYPE_CODE | XNP_SV_STATUS_TYPES_B |
XNP_SV_STATUS_TYPES_TL is a translation table to XNP_SV_STATUS_TYPES_B
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SV_STATUS_TYPES_TL_U1 | UNIQUE | APPS_TS_SEED |
STATUS_TYPE_CODE
LANGUAGE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
STATUS_TYPE_CODE | VARCHAR2 | (20) | Y | Code for status type |
LANGUAGE | VARCHAR2 | (40) | Y | Language |
SOURCE_LANG | VARCHAR2 | (40) | Y | Source language |
DISPLAY_NAME | VARCHAR2 | (80) | Y | Display name of the status |
DESCRIPTION | VARCHAR2 | (2000) | Description of the status types | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SV_STATUS_TYPES_TL does not reference any database object
XNP.XNP_SV_STATUS_TYPES_TL is referenced by following:
Description: | Maintains the state of synchronized workflows |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_SYNC_REGISTRATION.ORDER_ID | XDP_ORDER_HEADERS |
XNP_SYNC_REGISTRATION maintains the state of synchronized workflows
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_SYNC_REGISTRATION_U1 | UNIQUE | APPS_TS_SEED | SYNC_REGISTRATION_ID |
XNP_SYNC_REGISTRATION_U2 | UNIQUE | APPS_TS_SEED |
SYNC_LABEL
ORDER_ID |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SYNC_REGISTRATION_ID | NUMBER | Y | Synchronized registration identifier | |
SYNC_LABEL | VARCHAR2 | (240) | Y | Synchronization token given to a group of synchronized workflows |
ORDER_ID | NUMBER | Y | Order Id of the SFM order to which all the synchronized workflows belong | |
STATUS | VARCHAR2 | (40) | Y | Status that indicates if the workflows are in synch with each other |
MAX_PARTICIPANTS | NUMBER | Y | Total number of participants be synchronized | |
PARTIES_NOT_IN_SYNC | NUMBER | Y | Participants yet to synchronize | |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column | |
CREATED_BY | NUMBER | Y | Standard who column | |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_SYNC_REGISTRATION does not reference any database object
XNP.XNP_SYNC_REGISTRATION is referenced by following:
Description: | Stores timers related to a message |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_TIMER_PUBLISHERS.TIMER_MESSAGE_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_PUBLISHERS.SOURCE_MESSAGE_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_PUBLISHERS stores timers related to a message
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_TIMER_PUBLISHERS_U1 | UNIQUE | APPS_TS_TX_IDX | TIMER_PUBLISHER_ID |
XNP_TIMER_PUBLISHERS_U2 | UNIQUE | APPS_TS_TX_IDX |
SOURCE_MESSAGE_CODE
TIMER_MESSAGE_CODE |
XNP_TIMER_PUBLISHERS_N1 | NONUNIQUE | APPS_TS_TX_IDX | TIMER_MESSAGE_CODE |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TIMER_PUBLISHER_ID | NUMBER | Y | Timer Publishers identifier | |
TIMER_MESSAGE_CODE | VARCHAR2 | (20) | Y | Tracks timer message corresponding to source messages |
SOURCE_MESSAGE_CODE | VARCHAR2 | (20) | Y | Message code for which corresponding timer message will be enqueued |
CREATED_BY | NUMBER | Y | Standard who column | |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column | |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_TIMER_PUBLISHERS does not reference any database object
XNP.XNP_TIMER_PUBLISHERS is referenced by following:
Description: | Stores a list of all timers in progress |
---|
Foreign Key Column | Foreign Table |
---|---|
XNP_TIMER_REGISTRY.TIMER_MESSAGE_CODE | XNP_MSG_TYPES_B |
XNP_TIMER_REGISTRY.NEXT_TIMER | XNP_MSG_TYPES_B |
XNP_TIMER_REGISTRY.ORDER_ID | XDP_ORDER_HEADERS |
XNP_TIMER_REGISTRY.FA_INSTANCE_ID | XDP_FA_RUNTIME_LIST |
XNP_TIMER_REGISTRY.WI_INSTANCE_ID | XDP_FULFILL_WORKLIST |
XNP_TIMERS_REGISTRY stores a list of all timers in progress. All timers that are enqueued to the timers queue are registered here.
Index | Type | Tablespace | Column |
---|---|---|---|
XNP_TIMER_REGISTRY_U1 | UNIQUE | APPS_TS_TX_IDX | TIMER_ID |
XNP_TIMER_REGISTRY_N1 | NONUNIQUE | APPS_TS_TX_IDX | TIMER_MESSAGE_CODE |
XNP_TIMER_REGISTRY_N2 | NONUNIQUE | APPS_TS_TX_IDX | NEXT_TIMER |
XNP_TIMER_REGISTRY_N3 | NONUNIQUE | APPS_TS_TX_IDX | ORDER_ID |
XNP_TIMER_REGISTRY_N4 | NONUNIQUE | APPS_TS_TX_IDX |
REFERENCE_ID
TIMER_MESSAGE_CODE STATUS NEXT_TIMER |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TIMER_ID | NUMBER | Y | Timer registry identifier assigned by the timer message queue | |
REFERENCE_ID | VARCHAR2 | (80) | Y | Reference identifier. Examples include a phone number, workflow id, order id or any other similar process identifier. |
TIMER_MESSAGE_CODE | VARCHAR2 | (20) | Y | Timer message identifier |
STATUS | VARCHAR2 | (20) | Y | Status of the timer. Status values may be ACTIVE, REMOVED, EXPIRED. |
START_TIME | DATE | Y | Timestamp when the timer is enqueued | |
END_TIME | DATE | Expected end time for the timer to expire. This is the start_time + timer interval. | ||
NEXT_TIMER | VARCHAR2 | (20) | Next timer to be enqueued after the delay expires | |
ORDER_ID | NUMBER | Order ID. Used to track a timer | ||
WI_INSTANCE_ID | NUMBER | Workitem instance id. Used to track a timer | ||
FA_INSTANCE_ID | NUMBER | Fulfillment action instance id. Used to track a timer. | ||
CREATED_BY | NUMBER | Y | Standard who column | |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | Y | Standard who column | |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
XNP.XNP_TIMER_REGISTRY does not reference any database object
XNP.XNP_TIMER_REGISTRY is referenced by following:
MultiLingual view (a language resolved view of the data.)
XNP_GEO_AREAS_VL is a multilingual view to table XNP_GEO_AREAS_B.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row identifier | |
GEO_AREA_ID | NUMBER | Y | Geographic Area identifier | |
GEO_AREA_TYPE_CODE | VARCHAR2 | (10) | Y | Type of Geographic Area |
CODE | VARCHAR2 | (20) | Y | Code for Geographic Area |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | Indicates if Geographic Area is active |
CREATED_BY | NUMBER | (15) | Y | Standard Who coloumn |
CREATION_DATE | DATE | Y | Standard Who coloumn | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard Who coloumn |
LAST_UPDATE_DATE | DATE | Y | Standard Who coloumn | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who coloumn | |
DISPLAY_NAME | VARCHAR2 | (40) | Y | |
DESCRIPTION | VARCHAR2 | (1996) |
APPS.XNP_GEO_AREAS_VL is not referenced by any database object
A public view which may be useful for custom reporting or other data requirements.
XNP Lookups
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOOKUP_TYPE | VARCHAR2 | (30) | Y | Check the Base table for the column description. |
LOOKUP_CODE | VARCHAR2 | (30) | Y | Check the Base table for the column description. |
LAST_UPDATE_DATE | DATE | Y | Check the Base table for the column description. | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Check the Base table for the column description. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Check the Base table for the column description. | |
CREATION_DATE | DATE | Y | Check the Base table for the column description. | |
CREATED_BY | NUMBER | (15) | Y | Check the Base table for the column description. |
MEANING | VARCHAR2 | (80) | Y | Check the Base table for the column description. |
ENABLED_FLAG | VARCHAR2 | (1) | Y | Check the Base table for the column description. |
START_DATE_ACTIVE | DATE | Check the Base table for the column description. | ||
END_DATE_ACTIVE | DATE | Check the Base table for the column description. | ||
DESCRIPTION | VARCHAR2 | (240) | Check the Base table for the column description. | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Check the Base table for the column description. | |
ATTRIBUTE1 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE2 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE3 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE4 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE5 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE6 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE7 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE8 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE9 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE10 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE11 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE12 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE13 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE14 | VARCHAR2 | (150) | Check the Base table for the column description. | |
ATTRIBUTE15 | VARCHAR2 | (150) | Check the Base table for the column description. | |
TAG | VARCHAR2 | (150) | Check the Base table for the column description. |
APPS.XNP_LOOKUPS is not referenced by any database object
MultiLingual view (a language resolved view of the data.)
XNP_MSG_TYPES_VL is a multilingual view to table XNP_MSG_TYPES_B.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
MSG_CODE | VARCHAR2 | (20) | Y | |
MSG_TYPE | VARCHAR2 | (10) | Y | |
STATUS | VARCHAR2 | (10) | Y | |
PRIORITY | NUMBER | Y | ||
QUEUE_NAME | VARCHAR2 | (40) | Y | |
PROTECTED_FLAG | VARCHAR2 | (1) | Y | |
ROLE_NAME | VARCHAR2 | (100) | ||
LAST_COMPILED_DATE | DATE | |||
VALIDATE_LOGIC | VARCHAR2 | (4000) | ||
IN_PROCESS_LOGIC | VARCHAR2 | (4000) | ||
OUT_PROCESS_LOGIC | VARCHAR2 | (4000) | ||
DEFAULT_PROCESS_LOGIC | VARCHAR2 | (4000) | ||
DTD_URL | VARCHAR2 | (1996) | ||
CREATED_BY | NUMBER | (15) | Y | |
CREATION_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | (15) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
DISPLAY_NAME | VARCHAR2 | (60) | Y | |
DESCRIPTION | VARCHAR2 | (1996) |
A public view which may be useful for custom reporting or other data requirements.
XNP_SV_FE_MAPP_DETAILS_VL stores the fulfillment elements provisioned with the subscription version data for a given feature type.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_SMS_ID | NUMBER | Y | SMS subscription version identifier | |
FEATURE_TYPE | VARCHAR2 | (15) | Y | Feature type for which the network element is to be provisioned |
PROVISION_STATUS | VARCHAR2 | (20) | Y | Provisioning status of the network element |
PROVISION_STATUS_MEANING | VARCHAR2 | (80) | Y | Meaning of the status code used to provision the network element |
FULFILLMENT_ELEMENT_NAME | VARCHAR2 | (40) | Y | Name of fulfillment element or network element |
DISPLAY_NAME | VARCHAR2 | (80) | Y | Display name for the network element |
FULFILLMENT_ELEMENT_TYPE | VARCHAR2 | (40) | Y | Type of fulfillment element |
APPS.XNP_SV_FE_MAPP_DETAILS_VL is not referenced by any database object
A public view which may be useful for custom reporting or other data requirements.
XNP_SV_ORDER_MAPP_DETAILS_VL holds information about the workitem instance and related order for a SOA or SMS subscription version.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORDER_ID | NUMBER | Y | Order id received from Oracle Provisioning | |
SV_SOA_ID | NUMBER | SOA identifier for the subscription version | ||
SV_SMS_ID | NUMBER | SMS identifier for the subscription version | ||
WORKITEM_INSTANCE_ID | NUMBER | Workitem instance id for the Order Id received from provisioning system | ||
EXTERNAL_ORDER_NUMBER | VARCHAR2 | (40) | Y | External order number that is used by the external system to identify the order |
TELEPHONE_NUMBER | VARCHAR2 | (40) | Telephone Number for the subscription version | |
WORKITEM_ID | NUMBER | Y | Workitem id for the workitem instance id received from provisioning system | |
WORKITEM_NAME | VARCHAR2 | (40) | Y | Workitem name for the Workitem instance id received from provisioning system |
WI_TYPE_CODE | VARCHAR2 | (40) | Y | Type code for Workitem instance received from OP |
WI_DISPLAY_NAME | VARCHAR2 | (80) | Y | Name of Workitem instance received from OP |
WI_DESCRIPTION | VARCHAR2 | (2000) | Workitem instance description received from provisioning system | |
STATUS_CODE | VARCHAR2 | (40) | Y | Status code for the Workitem instance received from provisioning system |
APPS.XNP_SV_ORDER_MAPP_DETAILS_VL is not referenced by any database object
A public view which may be useful for custom reporting or other data requirements.
XNP_SV_SMS_V shows porting information broadcasted by the NRC for the intention of network update
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_SMS_ID | NUMBER | Y | Subscription version identifier for SMS | |
PORTING_ID | VARCHAR2 | (80) | Y | Porting identifier |
ROUTING_NUMBER_ID | NUMBER | Y | Routing number identifier of the SMS subscription version | |
SUBSCRIPTION_TN | VARCHAR2 | (20) | Y | Subscription version telephone number |
SUBSCRIPTION_TYPE | VARCHAR2 | (10) | Y | Indicates the portability type of Equal Access or Number Portability |
MEDIATOR_SP_ID | NUMBER | Number registration center identifier | ||
PROVISION_SENT_DATE | DATE | Date network data is sent for provisioning | ||
PROVISION_DONE_DATE | DATE | Date network data is provisioned | ||
CNAM_ADDRESS | VARCHAR2 | (80) | Caller naming network address for this subscription version | |
CNAM_SUBSYSTEM | VARCHAR2 | (80) | Caller naming application subsystem for this subscription version | |
ISVM_ADDRESS | VARCHAR2 | (80) | Integrated Services Voice Mail network address for this subscription version | |
ISVM_SUBSYSTEM | VARCHAR2 | (80) | Integrated Services Voice Mail application subsystem for this subscription version | |
LIDB_ADDRESS | VARCHAR2 | (80) | Line Information Databases network address for this subscription version | |
LIDB_SUBSYSTEM | VARCHAR2 | (80) | Line Information Databases application subsystem for this subscription version | |
CLASS_ADDRESS | VARCHAR2 | (80) | Custom Local Area Signalling Services network address for this subscription version | |
CLASS_SUBSYSTEM | VARCHAR2 | (80) | Custom Local Area Signalling Services application subsystem for this subscription version | |
WSMSC_ADDRESS | VARCHAR2 | (80) | Wireless Short Message Service Centre network address for this subscription version | |
WSMSC_SUBSYSTEM | VARCHAR2 | (80) | Wireless Short Message Service Centre application subsystem for this subscription version | |
RN_ADDRESS | VARCHAR2 | (80) | Routing Number network address for this subscription version | |
RN_SUBSYSTEM | VARCHAR2 | (80) | Routing Number application subsystem for this subscription version | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
NRC_SP_TYPE | VARCHAR2 | (20) | Type of the service provider acting as NRC | |
NRC_CODE | VARCHAR2 | (20) | Public code of NRC | |
NRC_NAME | VARCHAR2 | (80) | Name of NRC | |
NRC_TIMEZONE | VARCHAR2 | (10) | Timezone where the NRC operates | |
NRC_ADDRESS_LINE1 | VARCHAR2 | (40) | Street address of the NRC | |
NRC_CITY | VARCHAR2 | (40) | City of the NRC | |
NRC_STATE | VARCHAR2 | (40) | State of NRC | |
NRC_ZIP_CODE | VARCHAR2 | (20) | Zip code of the NRC | |
NRC_COUNTRY | VARCHAR2 | (40) | Country where the NRC operates | |
NRC_PHONE | VARCHAR2 | (20) | Phone of the NRC | |
NRC_ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of the NRC | |
NRC_MOBILE | VARCHAR2 | (20) | Mobile number of NRC | |
NRC_FAX | VARCHAR2 | (20) | Fax number of NRC | |
NRC_PAGER | VARCHAR2 | (20) | Pager number of NRC | |
NRC_PAGER_PIN | VARCHAR2 | (80) | Pager Pin number of NRC | |
NRC_EMAIL | VARCHAR2 | (80) | Email id of NRC | |
NRC_INTERNET | VARCHAR2 | (40) | Web address of NRC | |
NRC_DEPT | VARCHAR2 | (80) | Department of NRC | |
ROUTING_REF | VARCHAR2 | (80) | Y | External reference id for the routing number |
INTERCONNECT_TYPE | VARCHAR2 | (10) | Y | Indicates whether Equal Access or Number Portability |
ROUTING_SP_ID | NUMBER | Y | Service Provider involved in routing | |
ROUTING_NUMBER | VARCHAR2 | (20) | Y | Routing number |
ROUTING_STATUS | VARCHAR2 | (10) | Status of the routing number | |
REC_SP_ID | NUMBER | Y | Recipient service provider identifier | |
REC_SP_TYPE | VARCHAR2 | (20) | Y | Receipient service provider type |
REC_CODE | VARCHAR2 | (20) | Y | Public code of the recipient service provider |
REC_NAME | VARCHAR2 | (80) | Y | Name of the receipient service provider |
REC_TIMEZONE | VARCHAR2 | (10) | Y | Timezone where the receipient service provider operates |
REC_SERVED_BY_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the recipient service provider is served by the bureau. |
REC_ADDRESS_LINE1 | VARCHAR2 | (40) | Y | Street address of recipient service provider |
REC_CITY | VARCHAR2 | (40) | Y | City of recipient service provider |
REC_STATE | VARCHAR2 | (40) | State of recipient service provider | |
REC_ZIP_CODE | VARCHAR2 | (20) | Y | Zip Code for recipient service provider |
REC_COUNTRY | VARCHAR2 | (40) | Y | Country of recipient service provider |
REC_PHONE | VARCHAR2 | (20) | Y | Phone num of recipient service provider |
REC_ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of recipient service provider | |
REC_MOBILE | VARCHAR2 | (20) | Mobile number of recipient service provider | |
REC_FAX | VARCHAR2 | (20) | Fax number of recipient service provider | |
REC_PAGER | VARCHAR2 | (20) | Pager number of recipient service provider | |
REC_PAGER_PIN | VARCHAR2 | (80) | Pager Pin number of recipient service provider | |
REC_EMAIL | VARCHAR2 | (80) | Email id of recipient service provider | |
REC_INTERNET | VARCHAR2 | (40) | Web address of recipient service provider | |
REC_DEPT | VARCHAR2 | (80) | Department of recipient service provider |
A public view which may be useful for custom reporting or other data requirements.
SNP_SV_SOA_VL shows porting information for a single telephone number.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SV_SOA_ID | NUMBER | Y | SOA initiated subscription version identifier | |
PORTING_ID | VARCHAR2 | (80) | Y | External reference ID for this SV SOA |
SUBSCRIPTION_TN | VARCHAR2 | (20) | Y | Subscription version or telephone number |
SUBSCRIPTION_TYPE | VARCHAR2 | (10) | Y | Indicates the portability type which is either equal access or number portability |
DONOR_SP_ID | NUMBER | Y | For equal access , this is long distance service provider and for number portability, this is local service provider | |
RECIPIENT_SP_ID | NUMBER | Y | For equal access , this is long distance service provider and for number portability, this is local service provider | |
STATUS_TYPE_CODE | VARCHAR2 | (20) | Y | Status type code |
PTO_FLAG | VARCHAR2 | (1) | Y | Indicates if the porting is to a original service provider |
CREATED_BY_SP_ID | NUMBER | Service provider who created it which is applicable both for number registration centre and service bureau | ||
CHANGED_BY_SP_ID | NUMBER | Applicable to NRC when acceptance for porting a TN is received from both the Service providers then the same record for subscription version is updated or changed with the changed service provider id. | ||
MEDIATOR_SP_ID | NUMBER | For equal access , it indicates local service provider and for number portability indicates number registration centre | ||
ROUTING_NUMBER_ID | NUMBER | Routing number identifier for the subscription telephone number given by the recipient service provider | ||
PRE_SPLIT_SUBSCRIPTION_TN | VARCHAR2 | (20) | Telephone number for subscription before number range split | |
PREV_STATUS_TYPE_CODE | VARCHAR2 | (20) | Status code before updation of the record | |
CNAM_ADDRESS | VARCHAR2 | (80) | Call naming network address for the subscription version | |
CNAM_SUBSYSTEM | VARCHAR2 | (80) | Call naming application subsystem for this subscription version | |
ISVM_ADDRESS | VARCHAR2 | (80) | Integrated services voice mail network address for this subscription version | |
ISVM_SUBSYSTEM | VARCHAR2 | (80) | Integrated sevices voice mail subsystem address for this subscription version | |
LIDB_ADDRESS | VARCHAR2 | (80) | Line information databases network address for this subscription version | |
LIDB_SUBSYSTEM | VARCHAR2 | (80) | Line information databases application subsystem for this subscription version | |
CLASS_ADDRESS | VARCHAR2 | (80) | Custom local area signalling services network address for this subscription version | |
CLASS_SUBSYSTEM | VARCHAR2 | (80) | Custom local area signalling services application subsystem for this subscription version | |
WSMSC_ADDRESS | VARCHAR2 | (80) | Wireless short message service centre network address for this subscription version | |
WSMSC_SUBSYSTEM | VARCHAR2 | (80) | Wireless short message service centre application subsystem for this subscription version | |
RN_ADDRESS | VARCHAR2 | (80) | Routing number network address for the subscription version | |
RN_SUBSYSTEM | VARCHAR2 | (80) | Routing number network address for the subscription version | |
ACTIVATION_DUE_DATE | DATE | Date at which subscription should be activated | ||
NEW_SP_DUE_DATE | DATE | Due date planned by the new service provider for service transfer | ||
OLD_SP_DUE_DATE | DATE | Due date planned by old service provider for transfer of service | ||
OLD_SP_CUTOFF_DUE_DATE | DATE | Date of service cutoff from the old service provider | ||
EFFECTIVE_RELEASE_DUE_DATE | DATE | Effective release date of the subscription version | ||
NUMBER_RETURNED_DUE_DATE | DATE | Due date on which the number is to be returned to the original service provider | ||
DISCONNECT_DUE_DATE | DATE | Date that the customer's service is to be disconnected | ||
INVOICE_DUE_DATE | DATE | Date the customer's invoice is due | ||
STATUS_CHANGE_DATE | DATE | Date the subscription version status changed | ||
CREATED_DATE | DATE | Date the subscription version record was created | ||
MODIFIED_DATE | DATE | Date the subscription version was last modified | ||
CONCURRENCE_FLAG | VARCHAR2 | (1) | Indicates concurrence of both the donor and the recipient service provider | |
NEW_SP_AUTHORIZATION_FLAG | VARCHAR2 | (1) | Indicates authorization or denial for transfer of service by the new service provider | |
OLD_SP_AUTHORIZATION_FLAG | VARCHAR2 | (1) | Indicates authorization or denial for transfer of service by the old service provider | |
RETAIN_DIR_INFO_FLAG | VARCHAR2 | (1) | Flag to indicate if directory information is to be retained or not | |
RETAIN_TN_FLAG | VARCHAR2 | (1) | Flag to indicate if subscription should be retained | |
BLOCKED_FLAG | VARCHAR2 | (1) | Flag to indicate if the subscription telephone number is blocked or not | |
LOCKED_FLAG | VARCHAR2 | (1) | Flag to indicate if subscription is locked | |
CUSTOMER_CONTACT_REQ_FLAG | VARCHAR2 | (1) | Flag to indicate if contact person is required | |
BILLING_ID | NUMBER | Used for billing purpose | ||
USER_LOCTN_VALUE | VARCHAR2 | (80) | Used for billing purpose | |
USER_LOCTN_TYPE | VARCHAR2 | (20) | Used for billing purpose | |
CHARGING_INFO | VARCHAR2 | (1996) | Charging information | |
ORDER_PRIORITY | VARCHAR2 | (30) | Priority for the subscription order whether normal or express | |
STATUS_CHANGE_CAUSE_CODE | VARCHAR2 | (20) | Reason for status change | |
PREORDER_AUTHORIZATION_CODE | VARCHAR2 | (20) | Authorization code for changing service provider | |
CUSTOMER_ID | VARCHAR2 | (80) | Customer identifier | |
CUSTOMER_NAME | VARCHAR2 | (80) | Name of the customer | |
CUSTOMER_TYPE | VARCHAR2 | (10) | Type of customer | |
CONTACT_NAME | VARCHAR2 | (80) | Name of the contact person | |
ADDRESS_LINE1 | VARCHAR2 | (400) | Street address of the service provider's contact person | |
ADDRESS_LINE2 | VARCHAR2 | (400) | Street address of the service provider's contact person | |
CITY | VARCHAR2 | (40) | City name for the service provider's contact person | |
STATE | VARCHAR2 | (40) | State name for the service provider's contact person | |
ZIP_CODE | VARCHAR2 | (20) | Zip code for the service provider's contact person | |
COUNTRY | VARCHAR2 | (40) | Country for the service provider's contact person | |
PHONE | VARCHAR2 | (20) | Phone number of the service provider's contact person | |
MOBILE | VARCHAR2 | (20) | Mobile number of the service provider's contact person | |
FAX | VARCHAR2 | (20) | Fax number of the service provider's contact person | |
PAGER | VARCHAR2 | (20) | Pager number of the service provider's contact person | |
PAGER_PIN | VARCHAR2 | (80) | Pager pin number of the service provider's contact person | |
VARCHAR2 | (80) | Email id of the service provider's contact person | ||
INTERNET_ADDRESS | VARCHAR2 | (40) | Internet address of the service provider's contact person | |
PRICE_CODE | VARCHAR2 | (20) | Price code used for billing | |
PRICE_PER_CALL | NUMBER | (15) | Price per call used for billing | |
PRICE_PER_MINUTE | NUMBER | (15) | Price per minute used for billing | |
CREATED_BY | NUMBER | (15) | Y | Standard who column |
CREATION_DATE | DATE | Y | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Y | Standard who column |
LAST_UPDATE_DATE | DATE | Y | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
STATUS_PHASE | VARCHAR2 | (20) | Y | Indicates the phase of the status type code |
STATUS_DISPLAY_NAME | VARCHAR2 | (80) | Y | Display name of the status |
STATUS_DESC | VARCHAR2 | (2000) | Description of the status | |
DON_SP_TYPE | VARCHAR2 | (20) | Y | Service provider type of the donor |
DON_CODE | VARCHAR2 | (20) | Y | Public code of the donor service provider |
DON_NAME | VARCHAR2 | (80) | Y | Name of the donor service provider |
DON_TIMEZONE | VARCHAR2 | (10) | Y | Time zone of the donor service provider |
DON_SERVED_BY_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the donor service provider is served by the bureau |
DON_ADDRESS_LINE1 | VARCHAR2 | (40) | Y | Street address of the donor service provider's contact person |
DON_CITY | VARCHAR2 | (40) | Y | City of the donor service provider's contact person |
DON_STATE | VARCHAR2 | (40) | State of the donor service provider's contact person | |
DON_ZIP_CODE | VARCHAR2 | (20) | Y | Zip code of the donor service provider's contact person |
DON_COUNTRY | VARCHAR2 | (40) | Y | Country of the donor service provider's contact person |
DON_PHONE | VARCHAR2 | (20) | Y | Phone number of the donor service provider's contact person |
DON_ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of the donor service provider's contact person | |
DON_MOBILE | VARCHAR2 | (20) | Mobile number of the donor service provider's contact person | |
DON_FAX | VARCHAR2 | (20) | Fax number of the donor service provider's contact person | |
DON_PAGER | VARCHAR2 | (20) | Pager number of the donor service provider's contact person | |
DON_PAGER_PIN | VARCHAR2 | (80) | Pager pin of the donor service provider's contact person | |
DON_EMAIL | VARCHAR2 | (80) | Email id of the donor service provider | |
DON_INTERNET | VARCHAR2 | (40) | Internet address of the donor service provider | |
DON_DEPT | VARCHAR2 | (80) | Department name of the donor service provider | |
REC_SP_TYPE | VARCHAR2 | (20) | Y | Service provider type of the recipient |
REC_CODE | VARCHAR2 | (20) | Y | Public code of the recipient service provider |
REC_NAME | VARCHAR2 | (80) | Y | Name of the recipient service provider |
REC_TIMEZONE | VARCHAR2 | (10) | Y | Timezone of the recipient service provider |
REC_SERVED_BY_FLAG | VARCHAR2 | (1) | Y | Flag to indicate if the recipient service provider is served by the bureau |
REC_ADDRESS_LINE1 | VARCHAR2 | (40) | Y | Street address of the recipient service provider's contact person. |
REC_CITY | VARCHAR2 | (40) | Y | City of the recipient service provider |
REC_STATE | VARCHAR2 | (40) | State of the recipient service provider | |
REC_ZIP_CODE | VARCHAR2 | (20) | Y | Zipcode of the recipient service provider |
REC_COUNTRY | VARCHAR2 | (40) | Y | Country of the recipient service provider |
REC_PHONE | VARCHAR2 | (20) | Y | Phone number of the recipient service provider |
REC_ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of the recipient service provider | |
REC_MOBILE | VARCHAR2 | (20) | Mobile number of the recipient service provider | |
REC_FAX | VARCHAR2 | (20) | Fax number of the recipient service provider | |
REC_PAGER | VARCHAR2 | (20) | Pager number of the recipient service provider | |
REC_PAGER_PIN | VARCHAR2 | (80) | Pager pin of the recipient service provider | |
REC_EMAIL | VARCHAR2 | (80) | Email id of the recipient service provider | |
REC_INTERNET | VARCHAR2 | (40) | Internet address of the recipient service provider | |
REC_DEPT | VARCHAR2 | (80) | Department name of the recipient service provider's contact person. | |
NRC_SP_TYPE | VARCHAR2 | (20) | Service provider type of the number registration center | |
NRC_CODE | VARCHAR2 | (20) | Public code of the number registration center | |
NRC_NAME | VARCHAR2 | (80) | Name of the number registration center | |
NRC_TIMEZONE | VARCHAR2 | (10) | Timezone of the number registration center | |
NRC_SERVED_BY_FLAG | VARCHAR2 | (1) | Flag to indicate if the number registration center is served by the bureau | |
NRC_ADDRESS_LINE1 | VARCHAR2 | (40) | Street address of the number registration center | |
NRC_CITY | VARCHAR2 | (40) | City of the number registration center | |
NRC_STATE | VARCHAR2 | (40) | State of the number registration center | |
NRC_ZIP_CODE | VARCHAR2 | (20) | Zip code of the number registration center | |
NRC_COUNTRY | VARCHAR2 | (40) | Country of the number registration center | |
NRC_PHONE | VARCHAR2 | (20) | Phone number of the number registration center | |
NRC_ADDRESS_LINE2 | VARCHAR2 | (40) | Street address of the number registration center | |
NRC_MOBILE | VARCHAR2 | (20) | Mobile number of the number registration center | |
NRC_FAX | VARCHAR2 | (20) | Fax number of the number registration center | |
NRC_PAGER | VARCHAR2 | (20) | Pager number of the number registration center | |
NRC_PAGER_PIN | VARCHAR2 | (80) | Pager pin of the number registration center | |
NRC_EMAIL | VARCHAR2 | (80) | Email id of the number registration center | |
NRC_INTERNET | VARCHAR2 | (40) | Internet address of the number registration center | |
NRC_DEPT | VARCHAR2 | (80) | Department of the number registration center | |
ROUTING_REF | VARCHAR2 | (80) | Routing number reference id | |
INTERCONNECT_TYPE | VARCHAR2 | (10) | Indicates interconnect type whether equal access or number portability | |
ROUTING_SP_ID | NUMBER | Service provider owning the routing numbers identifying the switch used to port the number or provision a number | ||
ROUTING_NUMBER | VARCHAR2 | (20) | The switch to which the numbers can be ported | |
ROUTING_STATUS | VARCHAR2 | (10) | Status for routing number | |
COMMENTS | VARCHAR2 | (1996) | Comments for subscription version | |
NOTES | VARCHAR2 | (1996) | Notes for subscription version |
MultiLingual view (a language resolved view of the data.)
XNP_SV_STATUS_TYPES_VL is a multilingual view to table XNP_SV_STATUS_TYPES_B.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
STATUS_TYPE_CODE | VARCHAR2 | (20) | Y | |
PHASE_INDICATOR | VARCHAR2 | (20) | Y | |
ACTIVE_FLAG | VARCHAR2 | (1) | Y | |
INITIAL_FLAG | VARCHAR2 | (1) | Y | |
INITIAL_FLAG_ENFORCE_SEQ | NUMBER | Y | ||
DISPLAY_SEQUENCE | NUMBER | Y | ||
CREATED_BY | NUMBER | (15) | Y | |
CREATION_DATE | DATE | Y | ||
LAST_UPDATED_BY | NUMBER | (15) | Y | |
LAST_UPDATE_DATE | DATE | Y | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
DISPLAY_NAME | VARCHAR2 | (80) | Y | |
DESCRIPTION | VARCHAR2 | (2000) |
|
|
Copyright (c) 2001 - 2005, Oracle | - Use Restricted by Contract |