DBA Data[Home] [Help]

APPS.OKI_DBI_SRM_BKRNWL_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 33: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)

29:
30: PROCEDURE get_rates_table_sql(
31: p_param IN BIS_PMV_PAGE_PARAMETER_TBL,
32: x_custom_sql OUT NOCOPY VARCHAR2,
33: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)
34: IS
35:
36: l_query VARCHAR2 (32767);
37: l_view_by VARCHAR2 (120);

Line 342: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)

338:
339: PROCEDURE get_table_sql(
340: p_param IN BIS_PMV_PAGE_PARAMETER_TBL,
341: x_custom_sql OUT NOCOPY VARCHAR2,
342: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)
343: IS
344: l_query VARCHAR2 (10000);
345: l_view_by VARCHAR2 (120);
346: l_view_by_col VARCHAR2 (120);

Line 370: /* x_custom_output := bis_query_attributes_tbl();

366: l_viewby_rank_where VARCHAR2(32767);
367: l_sql VARCHAR2(32767);
368: l_temp LONG;
369: BEGIN
370: /* x_custom_output := bis_query_attributes_tbl();
371: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
372:
373: DEBUG - brrao added
374: -- OKI_DBIDEBUG_PVT.check_portal_param('OKI_DBI_SRM_KAPILT',p_param);

Line 521: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

517:
518: PROCEDURE get_trend_sql (
519: p_param IN bis_pmv_page_parameter_tbl
520: , x_custom_sql OUT NOCOPY VARCHAR2
521: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
522: IS
523: l_query VARCHAR2 (10000);
524: l_view_by VARCHAR2 (120);
525: l_view_by_col VARCHAR2 (120);

Line 546: x_custom_output := bis_query_attributes_tbl ();

542: l_to_date_xed VARCHAR2 (3);
543: l_to_date_xtd VARCHAR2 (3);
544: BEGIN
545: /*
546: x_custom_output := bis_query_attributes_tbl ();
547: l_custom_rec := bis_pmv_parameters_pub.initialize_query_type;
548: */
549: l_to_date_xed := 'XED';
550: l_to_date_xtd := 'XTD';