DBA Data[Home] [Help]

APPS.OKI_DBI_NSCM_ACT_PVT dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 9: p_param IN bis_pmv_page_parameter_tbl

5: * Procedure to return the query for Activations portlet
6: *
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:

Line 440: p_param IN bis_pmv_page_parameter_tbl

436: * Procedure to return the query for Activations TREND portlet
437: *
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

Line 681: p_param IN bis_pmv_page_parameter_tbl

677: * Procedure to return the query for Activations DETAIL report
678: *
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);