DBA Data[Home] [Help]

APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on AP_EXP_REPORT_DISTS_ALL

Line 106: MERGE INTO ap_exp_report_dists_all rd using (

102: -- Merge into distributions
103: l_debug_info := 'Merge line data into distributions';
104: put_line('-- Merge line data into distributions --');
105:
106: MERGE INTO ap_exp_report_dists_all rd using (
107: SELECT /*+ rowid(xh) leading(xh) cardinality(10) no_merge */
108: xl.report_header_id,
109: xl.report_line_id,
110: xl.org_id,