DBA Data[Home] [Help]

PACKAGE: APPS.BIV_DBI_BAK_PKG

Source


1 package biv_dbi_bak_pkg
2 /* $Header: bivsrvrbaks.pls 120.0 2005/05/25 10:48:55 appldev noship $ */
3 as
4 
5 procedure get_tbl_sql
6 ( p_param           in bis_pmv_page_parameter_tbl
7 , x_custom_sql      out nocopy varchar2
8 , x_custom_output   out nocopy bis_query_attributes_tbl
9 );
10 
11 procedure get_dbn_tbl_sql
12 ( p_param           in bis_pmv_page_parameter_tbl
13 , x_custom_sql      out nocopy varchar2
14 , x_custom_output   out nocopy bis_query_attributes_tbl
15 );
16 
17 procedure get_unr_dbn_tbl_sql
18 ( p_param           in bis_pmv_page_parameter_tbl
19 , x_custom_sql      out nocopy varchar2
20 , x_custom_output   out nocopy bis_query_attributes_tbl
21 );
22 
23 procedure get_trd_sql
24 ( p_param           in bis_pmv_page_parameter_tbl
25 , x_custom_sql      out nocopy varchar2
26 , x_custom_output   out nocopy bis_query_attributes_tbl
27 , p_distribution    in varchar2 := 'N'
28 );
29 
30 procedure get_dbn_trd_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 );
35 
36 end  biv_dbi_bak_pkg;