RBT_IPCHILD2_VW(SQL View) |
Index Back |
---|---|
Installed ProductInstalled Product - 360 Child Grid |
SELECT A.BO_ID_CUST , A.ROLE_TYPE_ID_CUST , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , A.BO_ID_SITE , A.INST_PROD_STATUS , A.SETID , A.INST_PROD_ID , A.PRODUCT_ID , A.DESCR , A.RB_XLATLONGNAME , A.RBTNUMBER , A.INST_PROD_REASON , A.PARENT_INST_PRODID , A.RBT_LINE_USAGE , A.PROD_CATEGORY , B.XLATLONGNAME , %subrec(RB_AUDIT_SBR,A) FROM PS_RBT_IPCHLD_VW A LEFT OUTER JOIN PS_EOCF_XLAT_PRMPT B ON B.FIELDNAME='INST_PROD_REASON' AND B.FIELDVALUE=A.INST_PROD_REASON |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
3 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
4 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
5 | BO_ID_SITE | Number(31,0) | DECIMAL(31) NOT NULL | Business Object ID |
6 | INST_PROD_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
Status of an installed product.
Prompt Table: RF_ISTATXLTS_VW |
7 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
8 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to represent the installed product ID (key field) |
9 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: RF_IPRD_PRD_VW |
10 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
11 | RB_XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name |
12 | RBTNUMBER | Character(15) | VARCHAR2(15) NOT NULL | Number For Telco |
13 | INST_PROD_REASON | Character(4) | VARCHAR2(4) NOT NULL |
Reason for Installed product Status
BLK=Blacklisted CTP=Converted to Postpaid DWN=Downgrade LS=Lost or Stolen NPO=Number Ported Out OVC=On Vacation REL=Relocation TEX=Too Expensive UPG=Upgrade USS=Unsatisfactory Service WRG=Wrong Calls |
14 | PARENT_INST_PRODID | Character(20) | VARCHAR2(20) NOT NULL | This field is used to store the installed product ID of the parent installed product |
15 | RBT_LINE_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Line Usage for the service - either data, fax, or voice.
D=Data Line F=Fax Line V=Voice Line |
16 | PROD_CATEGORY | Character(15) | VARCHAR2(15) NOT NULL | Product Category |
17 | DESCR30 | Character(30) | VARCHAR2(30) NOT NULL | Description |
18 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
19 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
20 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
21 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
22 | 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. |
23 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |