187. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2017 3:14:11 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

187.1 Files compared

# Location File Last Modified
1 Thu Apr 27 19:14:11 2017 UTC
2 PRE-Inbound-eRx-2.0.3.040.zip\PS_INB_ERX_DataMgmt\target\PS_INB_ERX_DataMgmt-1.0.2.010-zipfile.zip\INB_ERX2.0\DDL\installation_scripts GRANT_ERX_ROLE_PRIVS.sql Fri Mar 3 20:19:06 2017 UTC

187.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 37
Removed 0 0

187.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

187.4 Active regular expressions

No regular expressions were active.

187.5 Comparison detail

        1   -- Grants  for erx_up date_role 
        2  
        3   GRANT SELE CT,INSERT, UPDATE ON  erx.app_co nfiguratio n TO erx_u pdate_role ;
        4   GRANT SELE CT,INSERT, UPDATE ON  erx.erx_st atus TO er x_update_r ole;
        5   GRANT SELE CT,INSERT, UPDATE ON  erx.inboun d_ncpdp_ms g TO erx_u pdate_role ;
        6   GRANT SELE CT,INSERT, UPDATE ON  erx.inboun d_ncpdp_ms g_hist TO  erx_update _role;
        7   GRANT SELE CT,INSERT, UPDATE ON  erx.outbou nd_ncpdp_m sg TO erx_ update_rol e;
        8   GRANT SELE CT,INSERT, UPDATE ON  erx.outbou nd_ncpdp_m sg_hist TO  erx_updat e_role;
        9   GRANT SELE CT,INSERT, UPDATE,DEL ETE ON erx .pharmacy  TO erx_upd ate_role;
        10   GRANT SELE CT,INSERT, UPDATE ON  erx.vista_ lookup TO  erx_update _role;
        11   GRANT SELE CT,INSERT, UPDATE ON  erx.roles  TO erx_upd ate_role;
        12   GRANT SELE CT,INSERT, UPDATE ON  erx.user_r oles TO er x_update_r ole;
        13   GRANT SELE CT,INSERT, UPDATE ON  erx.users  TO erx_upd ate_role;
        14  
        15   GRANT SELE CT ON erx. summary_re port_vw TO  erx_updat e_role;
        16  
        17   GRANT SELE CT ON erx. ib_ncpdp_m sg_id_seq  TO erx_upd ate_role;
        18   GRANT SELE CT ON erx. ob_ncpdp_m sg_id_seq  TO erx_upd ate_role;
        19   GRANT SELE CT ON erx. users_id_s eq TO erx_ update_rol e;
        20   GRANT SELE CT ON erx. pharmacy_i d_seq TO e rx_update_ role;
        21  
        22  
        23   -- Grants  for erx_re ad_role 
        24  
        25   GRANT SELE CT ON erx. app_config uration TO  erx_read_ role;
        26   GRANT SELE CT ON erx. erx_status  TO erx_re ad_role;
        27   GRANT SELE CT ON erx. inbound_nc pdp_msg TO  erx_read_ role;
        28   GRANT SELE CT ON erx. inbound_nc pdp_msg_hi st TO erx_ read_role;
        29   GRANT SELE CT ON erx. outbound_n cpdp_msg T O erx_read _role;
        30   GRANT SELE CT ON erx. outbound_n cpdp_msg_h ist TO erx _read_role ;
        31   GRANT SELE CT ON erx. pharmacy T O erx_read _role;
        32   GRANT SELE CT ON erx. vista_look up TO erx_ read_role;
        33   GRANT SELE CT ON erx. roles TO e rx_read_ro le;
        34   GRANT SELE CT ON erx. user_roles  TO erx_re ad_role;
        35   GRANT SELE CT ON erx. users TO e rx_read_ro le;
        36  
        37   GRANT SELE CT ON erx. summary_re port_vw TO  erx_read_ role;