DBA Data[Home] [Help]

APPS.BIV_DBI_BAK_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 109: ( p_param in bis_pmv_page_parameter_tbl

105: end unset_last_collection;
106: */
107:
108: procedure get_tbl_sql
109: ( p_param in bis_pmv_page_parameter_tbl
110: , x_custom_sql out nocopy varchar2
111: , x_custom_output out nocopy bis_query_attributes_tbl
112: )
113: is

Line 294: ( p_param in bis_pmv_page_parameter_tbl

290:
291: end get_tbl_sql;
292:
293: procedure get_dbn_tbl_sql
294: ( p_param in bis_pmv_page_parameter_tbl
295: , x_custom_sql out nocopy varchar2
296: , x_custom_output out nocopy bis_query_attributes_tbl
297: )
298: is

Line 552: ( p_param in bis_pmv_page_parameter_tbl

548: end get_dbn_tbl_sql;
549:
550:
551: procedure get_unr_dbn_tbl_sql
552: ( p_param in bis_pmv_page_parameter_tbl
553: , x_custom_sql out nocopy varchar2
554: , x_custom_output out nocopy bis_query_attributes_tbl
555: )
556: is

Line 811: ( p_param in bis_pmv_page_parameter_tbl

807:
808: end get_unr_dbn_tbl_sql;
809:
810: procedure get_trd_sql
811: ( p_param in bis_pmv_page_parameter_tbl
812: , x_custom_sql out nocopy varchar2
813: , x_custom_output out nocopy bis_query_attributes_tbl
814: , p_distribution in varchar2 := 'N'
815: )

Line 1025: ( p_param in bis_pmv_page_parameter_tbl

1021:
1022: end get_trd_sql;
1023:
1024: procedure get_dbn_trd_sql
1025: ( p_param in bis_pmv_page_parameter_tbl
1026: , x_custom_sql out nocopy varchar2
1027: , x_custom_output out nocopy bis_query_attributes_tbl
1028: )
1029: is