| RO_BLK_CHGSA_VW(SQL View) | Index Back | 
|---|---|
| Service Mgmt Bulk Chanes ViewService management bulk changes action codes view. | 
| SELECT SETID , LINE_ACTION , DESCR50 FROM PS_RO_DEFN_LNACTN WHERE LINE_ACTION NOT IN ('ADD','RMV', 'EXT') | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. Prompt Table: SP_SETID_NONVW | |
| 2 | Character(4) | VARCHAR2(4) NOT NULL | Actions available on an Order - ie Change Features, Renew, Cancel. Prompt Table: RO_DEFN_LNACTN | |
| 3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |