SDB_AGRMNTLN_VW(SQL View) |
Index Back |
---|---|
Agreement Line ViewUsed to load agreement Information to contact center dashboard. |
SELECT l.SETID , l.AGREEMENT_CODE , l.AGR_RENEWAL_NUM , l.AGREEMENT_LINE , s.SERVICE_LVL_CD , s.DESCR , s.DESCRSHORT FROM PS_RF_AGREEMENT_LN l , PS_SDB_AGR_SL_VW s WHERE l.SETID = s.SETID(+) AND l.AGREEMENT_CODE = s.AGREEMENT_CODE(+) AND l.AGR_RENEWAL_NUM = s.AGR_RENEWAL_NUM(+) AND l.AGREEMENT_LINE = s.AGREEMENT_LINE(+) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | AGREEMENT_CODE | Character(30) | VARCHAR2(30) NOT NULL | This field represents the agreement code (name) for an agreement |
3 | AGR_RENEWAL_NUM | Number(4,0) | SMALLINT NOT NULL | This field represents the agreement renewal number (agreements begin at a value of one and the number is incremented with every renewal) |
4 | AGREEMENT_LINE | Character(10) | VARCHAR2(10) NOT NULL | This field records the value for the agreement line number |
5 | SERVICE_LVL_CD | Character(4) | VARCHAR2(4) NOT NULL |
This field stores the Service Level Code.
7X24=7X24 ENH=Enhanced PREF=Preferred PREM=Premium STD=Standard |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |