RF_CMT_STAT_VW

(SQL View)
Index Back

Commitments Search View

Search View for Commitments used on 360 Degree View

SELECT A.BO_ID_CUST , A.ROLE_TYPE_ID_CUST , A.BO_ID_CONTACT , A.ROLE_TYPE_ID_CNTCT , B.BO_ID , D.INST_PROD_STATUS , A.SETID , A.INST_PROD_ID , CMTN.COMM_CONT_ID , A.PRODUCT_ID , E.DESCR , F.RB_XLATLONGNAME , cmtn.begin_date , cmtn.end_date , %subrec(RB_AUDIT_SBR,A) FROM PS_RF_INST_PROD A , PS_RF_SITE_360_VW B , PS_PROD_ITEM E , PS_RF_ISTATXLAT_VW F , PS_RF_INST_PROD_ST D , PS_RF_COMMIT_CONTR CMTN WHERE A.SETID= B.SETCNTRLVALUE(+) AND A.SITE_ID = B.SITE_ID(+) AND E.SETID = ( SELECT X.SETID FROM PS_SET_CNTRL_REC X WHERE X.SETCNTRLVALUE = A.SETID AND X.RECNAME = 'PROD_ITEM') AND E.PRODUCT_ID = A.PRODUCT_ID AND F.SETID = A.SETID AND D.SETID = A.SETID AND D.INST_PROD_ID = A.INST_PROD_ID AND F.FIELDVALUE = D.INST_PROD_STATUS AND F.INST_PROD_TYPE = A.INST_PROD_TYPE AND F.INST_PROD_TYPE = '005' AND cmtn.setid = A.setid AND cmtn.inst_prod_comm = A.inst_prod_id

  • Related Language Record: RF_CMT_ST_LN_VW
  • # 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 COMM_CONT_ID Character(20) VARCHAR2(20) NOT NULL Field used for storing Commitment ID
    10 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID

    Prompt Table: RF_IPRD_PRD_VW

    11 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    12 RB_XLATLONGNAME Character(30) VARCHAR2(30) NOT NULL Installed Product Status

    Prompt Table: RF_ISTATXLTS_VW

    13 BEGIN_DATE Date(10) DATE Begin Date
    14 END_DATE Date(10) DATE End date field to store an end date.
    15 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
    16 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
    17 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
    18 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
    19 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.
    20 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time