RBT_NUM_FORMAT(SQL Table) |
Index Back |
|---|---|
Number Format TableThis table tracks the Country in which the Provider is operating along with structure of the phone numbers used in that country. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL |
Country
Prompt Table: COUNTRY_TBL |
| 2 | CARRIER_ID_MOBILE | Character(10) | VARCHAR2(10) NOT NULL |
Wireless Carrier ID for tracking wireless carrier information
Prompt Table: RBT_MOB_CARR_VW |
| 3 | NETWORK_ID | Character(18) | VARCHAR2(18) NOT NULL | Network ID |
| 4 | OPERATING_CO_NO | Character(4) | VARCHAR2(4) NOT NULL | Operating company number to identify a service provider |
| 5 | RBT_COUNTRY_CODE | Character(10) | VARCHAR2(10) NOT NULL | Communication Country Code |
| 6 | RBT_TRUNK_PREFIX | Character(5) | VARCHAR2(5) NOT NULL | Communication Trunk Prefix |
| 7 | RBT_INTL_PREFIX | Character(5) | VARCHAR2(5) NOT NULL | Communication International Prefix |
| 8 | RBT_MIN_NDC | Number(3,0) | SMALLINT NOT NULL | Communication Minimum digits for National Destination Code. |
| 9 | RBT_MAX_NDC | Number(3,0) | SMALLINT NOT NULL | Communication Maximum digits for National Destination Code. |
| 10 | RBT_MIN_LSP | Number(3,0) | SMALLINT NOT NULL | Communication Minimum Digits for Locally Significant part |
| 11 | RBT_MAX_LSP | Number(3,0) | SMALLINT NOT NULL | Communication Maximum digits for Locally Significat part |
| 12 | RBT_NUM_FACTOR | Character(4) | VARCHAR2(4) NOT NULL |
Communication : Number Distribution factor.
CITY=City NONE=None ZIP=Zip Code Default Value: NONE |
| 13 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
| 14 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
| 15 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
| 16 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
| 17 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
| 18 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |