DBA Data[Home] [Help]

APPS.BIV_DBI_CLO_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 11: ( p_param in bis_pmv_page_parameter_tbl

7:
8: g_closed_detail_rep_func varchar2(50) := 'BIV_DBI_CLO_DTL_REP';
9:
10: procedure get_tbl_sql
11: ( p_param in bis_pmv_page_parameter_tbl
12: , x_custom_sql out nocopy varchar2
13: , x_custom_output out nocopy bis_query_attributes_tbl
14: , p_distribution in varchar2 := 'N'
15: )

Line 213: ( p_param in bis_pmv_page_parameter_tbl

209:
210: end get_tbl_sql;
211:
212: procedure get_dbn_tbl_sql
213: ( p_param in bis_pmv_page_parameter_tbl
214: , x_custom_sql out nocopy varchar2
215: , x_custom_output out nocopy bis_query_attributes_tbl
216: )
217: is

Line 229: ( p_param in bis_pmv_page_parameter_tbl

225: end get_dbn_tbl_sql;
226:
227:
228: procedure get_trd_sql
229: ( p_param in bis_pmv_page_parameter_tbl
230: , x_custom_sql out nocopy varchar2
231: , x_custom_output out nocopy bis_query_attributes_tbl
232: , p_distribution in varchar2 := 'N'
233: )

Line 394: ( p_param in bis_pmv_page_parameter_tbl

390:
391: end get_trd_sql;
392:
393: procedure get_dbn_trd_sql
394: ( p_param in bis_pmv_page_parameter_tbl
395: , x_custom_sql out nocopy varchar2
396: , x_custom_output out nocopy bis_query_attributes_tbl
397: )
398: is

Line 409: ( p_param in bis_pmv_page_parameter_tbl

405: );
406: end get_dbn_trd_sql;
407:
408: procedure get_detail_sql
409: ( p_param in bis_pmv_page_parameter_tbl
410: , x_custom_sql out nocopy varchar2
411: , x_custom_output out nocopy bis_query_attributes_tbl
412: )as
413: