DBA Data[Home] [Help]

APPS.QPR_LOAD_DIM_DATA dependencies on QPR_SR_UTIL

Line 84: if not qpr_sr_util.dm_parameters_ok then

80: then
81: l_dim_src_instance_id := 1;
82: end if;
83:
84: if not qpr_sr_util.dm_parameters_ok then
85: retcode:= 2;
86: fnd_file.put_line(fnd_file.log, 'One or more mandatory parameters are NULL');
87: return;
88: end if;

Line 345: l_sql := l_sql || ' from ' || l_source_view_name || qpr_sr_util.get_dblink(p_instance_id);

341: and hier_code = p_hier_code;
342:
343: if (l_source_view_name is not null)
344: then
345: l_sql := l_sql || ' from ' || l_source_view_name || qpr_sr_util.get_dblink(p_instance_id);
346: else
347: fnd_file.put_line(fnd_file.log, 'Source view name not specified for Dimension: ' || p_dim_code || ' and Hierrarchy: ' || p_hier_code);
348: return;
349: end if;