You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -203,7 +203,7 @@ create or replace package body ut_compound_data_helper is
203
203
select
204
204
item_no as rn, case when exp_data_id is null then 'Extra:' else 'Missing:' end as diff_type,
205
205
xmlserialize(content (extract((case when exp_data_id is null then act_item_data else exp_item_data end),'/*/*')) no indent) diffed_row,
206
-
nvl2(:join_by,ut3.ut_compound_data_helper.get_pk_value(:join_by,case when exp_data_id is null then act_item_data else exp_item_data end),null) pk_value
206
+
nvl2(:join_by,ut_compound_data_helper.get_pk_value(:join_by,case when exp_data_id is null then act_item_data else exp_item_data end),null) pk_value
207
207
,case when exp_data_id is null then 1 else 2 end rnk
208
208
,2 final_order
209
209
from ut_compound_data_diff_tmp i
@@ -681,7 +681,7 @@ create or replace package body ut_compound_data_helper is
681
681
procedure insert_diffs_result(a_diff_tab t_diff_tab, a_diff_id raw) is
0 commit comments