176. 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.

176.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 CREATE_ERX_PUBLIC_SYNONYMS.sql Fri Mar 3 20:19:18 2017 UTC

176.2 Comparison summary

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

176.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

176.4 Active regular expressions

No regular expressions were active.

176.5 Comparison detail

        1   -- Create  of replace  all eRx P ublic syno nyms 
        2  
        3   CREATE OR  REPLACE PU BLIC SYNON YM app_con figuration  FOR erx.a pp_configu ration;
        4   CREATE OR  REPLACE PU BLIC SYNON YM erx_sta tus FOR er x.erx_stat us;
        5   CREATE OR  REPLACE PU BLIC SYNON YM inbound _ncpdp_msg  FOR erx.i nbound_ncp dp_msg;
        6   CREATE OR  REPLACE PU BLIC SYNON YM inbound _ncpdp_msg _hist FOR  erx.inboun d_ncpdp_ms g_hist;
        7   CREATE OR  REPLACE PU BLIC SYNON YM outboun d_ncpdp_ms g FOR erx. outbound_n cpdp_msg;
        8   CREATE OR  REPLACE PU BLIC SYNON YM outboun d_ncpdp_ms g_hist FOR  erx.outbo und_ncpdp_ msg_hist;
        9   CREATE OR  REPLACE PU BLIC SYNON YM pharmac y FOR erx. pharmacy;
        10   CREATE OR  REPLACE PU BLIC SYNON YM vista_l ookup FOR  erx.vista_ lookup;
        11   CREATE OR  REPLACE PU BLIC SYNON YM roles F OR erx.rol es;
        12   CREATE OR  REPLACE PU BLIC SYNON YM user_ro les FOR er x.user_rol es;
        13   CREATE OR  REPLACE PU BLIC SYNON YM users F OR erx.use rs;
        14   CREATE OR  REPLACE PU BLIC SYNON YM summary _report_vw  FOR erx.s ummary_rep ort_vw;
        15  
        16   CREATE OR  REPLACE PU BLIC SYNON YM ib_ncpd p_msg_id_s eq FOR erx .ib_ncpdp_ msg_id_seq ;
        17   CREATE OR  REPLACE PU BLIC SYNON YM ob_ncpd p_msg_id_s eq FOR erx .ob_ncpdp_ msg_id_seq ;
        18   CREATE OR  REPLACE PU BLIC SYNON YM users_i d_seq FOR  erx.users_ id_seq;
        19   CREATE OR  REPLACE PU BLIC SYNON YM pharmac y_id_seq F OR erx.pha rmacy_id_s eq;