DBA Data[Home] [Help]

APPS.ISC_DBI_CARR_BILL_PAY_TRD_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 189: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

185:
186:
187: -- Prepare PMV bind variables
188: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
189: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
190:
191: -- get all the basic binds used by POA queries
192: -- Do this before adding any of our binds, since the procedure
193: -- reinitializes the output table

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

198:
199: -- Passing ISC_AGGREGATION_LEVEL_FLAG to PMV
200: l_custom_rec.attribute_name := ':ISC_AGG_FLAG';
201: l_custom_rec.attribute_value := l_aggregation_level_flag1;
202: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
203: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
204: x_custom_output.extend;
205: x_custom_output(x_custom_output.count) := l_custom_rec;
206:

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

199: -- Passing ISC_AGGREGATION_LEVEL_FLAG to PMV
200: l_custom_rec.attribute_name := ':ISC_AGG_FLAG';
201: l_custom_rec.attribute_value := l_aggregation_level_flag1;
202: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
203: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
204: x_custom_output.extend;
205: x_custom_output(x_custom_output.count) := l_custom_rec;
206:
207: x_custom_sql := l_query;