DBA Data[Home] [Help]

APPS.ISC_DBI_OT_ARR_RT_TR_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 107: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

103:
104:
105: -- Prepare PMV bind variables
106: x_custom_output := BIS_QUERY_ATTRIBUTES_TBL();
107: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
108:
109: -- get all the basic binds used by POA queries
110: -- Do this before adding any of our binds, since the procedure
111: -- reinitializes the output table

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

116:
117: -- Passing ISC_AGGREGATION_LEVEL_FLAG to PMV
118: l_custom_rec.attribute_name := ':ISC_AGG_FLAG';
119: l_custom_rec.attribute_value := l_aggregation_level_flag;
120: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
121: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
122: x_custom_output.extend;
123: x_custom_output(x_custom_output.count) := l_custom_rec;
124:

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

117: -- Passing ISC_AGGREGATION_LEVEL_FLAG to PMV
118: l_custom_rec.attribute_name := ':ISC_AGG_FLAG';
119: l_custom_rec.attribute_value := l_aggregation_level_flag;
120: l_custom_rec.attribute_type := BIS_PMV_PARAMETERS_PUB.BIND_TYPE;
121: l_custom_rec.attribute_data_type := BIS_PMV_PARAMETERS_PUB.INTEGER_BIND;
122: x_custom_output.extend;
123: x_custom_output(x_custom_output.count) := l_custom_rec;
124:
125: x_custom_sql := l_query;