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 468: l_sql := l_sql || ' from ' || l_source_view_name || qpr_sr_util.get_dblink(p_instance_id);

464: and hier_code = p_hier_code;
465:
466: if (l_source_view_name is not null)
467: then
468: l_sql := l_sql || ' from ' || l_source_view_name || qpr_sr_util.get_dblink(p_instance_id);
469: else
470: fnd_file.put_line(fnd_file.log, 'Source view name not specified for Dimension: ' || p_dim_code || ' and Hierrarchy: ' || p_hier_code);
471: return;
472: end if;