DBA Data[Home] [Help]

APPS.OKI_DBI_NSCM_ACT_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 11: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

7: ******************************************************************/
8: PROCEDURE get_activations_sql (
9: p_param IN bis_pmv_page_parameter_tbl
10: , x_custom_sql OUT NOCOPY VARCHAR2
11: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
12: IS
13:
14: l_query VARCHAR2 (32767);
15: l_view_by VARCHAR2 (120);

Line 442: , x_custom_output OUT NOCOPY bis_query_attributes_tbl) IS

438: ******************************************************************/
439: PROCEDURE get_activations_trend_sql (
440: p_param IN bis_pmv_page_parameter_tbl
441: , x_custom_sql OUT NOCOPY VARCHAR2
442: , x_custom_output OUT NOCOPY bis_query_attributes_tbl) IS
443:
444: -- Variables associated with the parameter portlet
445: l_query VARCHAR2 (32767);
446: l_view_by VARCHAR2 (120);

Line 683: , x_custom_output OUT NOCOPY bis_query_attributes_tbl) IS

679: ******************************************************************/
680: PROCEDURE get_activations_detail_sql (
681: p_param IN bis_pmv_page_parameter_tbl
682: , x_custom_sql OUT NOCOPY VARCHAR2
683: , x_custom_output OUT NOCOPY bis_query_attributes_tbl) IS
684: l_query VARCHAR2 (32767);
685: l_view_by VARCHAR2 (120);
686: l_view_by_col VARCHAR2 (120);
687: l_as_of_date DATE;