DBA Data[Home] [Help]

APPS.ISC_DBI_CST_REC_RT_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 122: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

118: p_in_join_tables => l_in_join_tbl);
119:
120: -- prepare output for bind variables
121: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
122: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
123:
124: -- set the basic bind variables for the status SQL
125: poa_dbi_util_pkg.get_custom_status_binds (x_custom_output);
126:

Line 130: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;

126:
127: -- Passing ISC_AGG_FLAG to PMV
128: l_custom_rec.attribute_name := ':ISC_AGG_FLAG';
129: l_custom_rec.attribute_value := l_aggregation_level_flag;
130: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
131: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
132: x_custom_output.extend;
133: x_custom_output(x_custom_output.count) := l_custom_rec;
134:

Line 131: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;

127: -- Passing ISC_AGG_FLAG to PMV
128: l_custom_rec.attribute_name := ':ISC_AGG_FLAG';
129: l_custom_rec.attribute_value := l_aggregation_level_flag;
130: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
131: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
132: x_custom_output.extend;
133: x_custom_output(x_custom_output.count) := l_custom_rec;
134:
135: x_custom_sql := l_query;