DBA Data[Home] [Help]

APPS.BIV_DBI_ACT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 26: ( p_param in bis_pmv_page_parameter_tbl

22: poa_dbi_template_pkg.g_p_as_of_date := '&BIS_PREVIOUS_ASOF_DATE';
23: end unset_last_collection;
24: */
25: procedure get_tbl_sql
26: ( p_param in bis_pmv_page_parameter_tbl
27: , x_custom_sql out nocopy varchar2
28: , x_custom_output out nocopy bis_query_attributes_tbl
29: )
30: is

Line 256: ( p_param in bis_pmv_page_parameter_tbl

252:
253: end get_tbl_sql;
254:
255: procedure get_act_bak_tbl_sql
256: ( p_param in bis_pmv_page_parameter_tbl
257: , x_custom_sql out nocopy varchar2
258: , x_custom_output out nocopy bis_query_attributes_tbl
259: )
260: is

Line 567: ( p_param in bis_pmv_page_parameter_tbl

563:
564: end get_act_bak_tbl_sql;
565:
566: procedure get_trd_sql
567: ( p_param in bis_pmv_page_parameter_tbl
568: , x_custom_sql out nocopy varchar2
569: , x_custom_output out nocopy bis_query_attributes_tbl
570: )
571: is

Line 756: ( p_param in bis_pmv_page_parameter_tbl

752:
753: end get_trd_sql;
754:
755: procedure get_act_bak_trd_sql
756: ( p_param in bis_pmv_page_parameter_tbl
757: , x_custom_sql out nocopy varchar2
758: , x_custom_output out nocopy bis_query_attributes_tbl
759: )
760: is