DBA Data[Home] [Help]

APPS.ISC_DBI_FR_COST_PER_W_TR_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 109: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

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

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

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

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

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