RBT_SIM

(SQL Table)
Index Back

SIM header table

This table is used to track SIM card information for Wireless services.

  • Parent Record Of RBT_SIM_NUMBER
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 RBT_ICCID Character(20) VARCHAR2(20) NOT NULL Integrated Circuit Card ID.
    2 RBT_IMSI Character(15) VARCHAR2(15) NOT NULL International Mobile Subscriber Identity.
    3 RBT_PIN1 Character(15) VARCHAR2(15) NOT NULL PIN number
    4 RBT_PIN2 Character(15) VARCHAR2(15) NOT NULL PIN number
    5 PREPAID_FLAG Character(1) VARCHAR2(1) NOT NULL Prepaid offering
    N=Exclude Prepaid
    Y=Include Prepaid
    6 RBT_SIM_STATUS Character(4) VARCHAR2(4) NOT NULL SIM Status
    A=Active
    R=Retired
    V=Available
    7 RBT_PROV_FLG Character(1) VARCHAR2(1) NOT NULL Flag to indicate pre-provisioned SIMs.

    Y/N Table Edit

    Default Value: N

    8 RBT_PUK1 Character(15) VARCHAR2(15) NOT NULL PUK Code
    9 RBT_PUK2 Character(15) VARCHAR2(15) NOT NULL PUK Code
    10 INST_PROD_ID Character(20) VARCHAR2(20) NOT NULL This field is used to represent the installed product ID (key field)
    11 PROD_SETID Character(5) VARCHAR2(5) NOT NULL Product SET ID
    12 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    13 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    14 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    15 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    16 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.
    17 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time