[Home] [Help]
[Dependency Information]
Object Name: | XNP_NUMBER_SPLITS |
---|---|
Object Type: | TABLE |
Owner: | XNP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XNP_NUMBER_SPLITS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
XNP_NUMBER_SPLITS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NUMBER_SPLIT_ID | NUMBER | Yes | Number split identifier | |
NEW_NUMBER_RANGE_ID | NUMBER | Yes | New Telephone Number identifier after the split | |
OLD_NUMBER_RANGE_ID | NUMBER | Yes | The old telephone number identifier before the split | |
PERMISSIVE_DIAL_START_DATE | DATE | Yes | Start date when both number ranges are in effect | |
PERMISSIVE_DIAL_END_DATE | DATE | Yes | End date when both number ranges are in effect | |
CONVERSION_PROCEDURE | VARCHAR2 | (40) | Conversion procedure for the number split. | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT NUMBER_SPLIT_ID
, NEW_NUMBER_RANGE_ID
, OLD_NUMBER_RANGE_ID
, PERMISSIVE_DIAL_START_DATE
, PERMISSIVE_DIAL_END_DATE
, CONVERSION_PROCEDURE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM XNP.XNP_NUMBER_SPLITS;
XNP.XNP_NUMBER_SPLITS does not reference any database object
XNP.XNP_NUMBER_SPLITS is referenced by following:
|
|
|