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


TABLE: XNP.XNP_NUMBER_SPLITS

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


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XNP_NUMBER_SPLITS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNUMBER_SPLIT_ID
XNP_NUMBER_SPLITS_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNEW_NUMBER_RANGE_ID
ColumnOLD_NUMBER_RANGE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

XNP.XNP_NUMBER_SPLITS does not reference any database object

XNP.XNP_NUMBER_SPLITS is referenced by following:

SchemaXNP
ViewXNP_NUMBER_SPLITS#