DBA Data[Home] [Help]

APPS.ISC_FS_INV_RPT_PKG dependencies on BIS_PMV_PARAMETERS_PUB

Line 136: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

132: l_custom_rec BIS_QUERY_ATTRIBUTES;
133:
134: begin
135:
136: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
137:
138: /* Specifying the report parameters, The Y means it is a filter besides a view by. */
139: isc_fs_rpt_util_pkg.register_dimension_levels
140: ( l_dimension_tbl

Line 381: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

377: x_custom_output := l_custom_output;
378:
379: l_custom_rec.attribute_name := '&ISC_TO_DATE';
380: l_custom_rec.attribute_value := l_to_date;
381: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
382: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
383:
384: x_custom_output.extend;
385: x_custom_output(x_custom_output.count) := l_custom_rec;

Line 382: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;

378:
379: l_custom_rec.attribute_name := '&ISC_TO_DATE';
380: l_custom_rec.attribute_value := l_to_date;
381: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
382: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
383:
384: x_custom_output.extend;
385: x_custom_output(x_custom_output.count) := l_custom_rec;
386:

Line 501: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;

497: l_custom_rec BIS_QUERY_ATTRIBUTES;
498:
499: begin
500:
501: l_custom_rec := BIS_PMV_PARAMETERS_PUB.INITIALIZE_QUERY_TYPE;
502:
503: /* Specifying the report parameters, The Y means it is a filter besides a view by. */
504: isc_fs_rpt_util_pkg.register_dimension_levels
505: ( l_dimension_tbl

Line 729: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;

725: end if;
726:
727: l_custom_rec.attribute_name := '&ISC_TO_DATE';
728: l_custom_rec.attribute_value := l_to_date;
729: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
730: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
731:
732: x_custom_output.extend;
733: x_custom_output(x_custom_output.count) := l_custom_rec;

Line 730: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;

726:
727: l_custom_rec.attribute_name := '&ISC_TO_DATE';
728: l_custom_rec.attribute_value := l_to_date;
729: l_custom_rec.attribute_type := bis_pmv_parameters_pub.bind_type;
730: l_custom_rec.attribute_data_type := bis_pmv_parameters_pub.date_bind;
731:
732: x_custom_output.extend;
733: x_custom_output(x_custom_output.count) := l_custom_rec;
734: