DBA Data[Home] [Help]

PACKAGE: APPS.BIV_DBI_ACT_PKG

Source


1 package biv_dbi_act_pkg
2 /* $Header: bivsrvracts.pls 115.0 2003/10/06 02:54:10 kreardon noship $ */
3 AUTHID CURRENT_USER 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_act_bak_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_trd_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_act_bak_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 );
28 
29 end  biv_dbi_act_pkg;