DBA Data[Home] [Help]

APPS.BIV_DBI_BAK_AGE_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 592: ( p_param in bis_pmv_page_parameter_tbl

588:
589:
590:
591: procedure get_tbl_sql
592: ( p_param in bis_pmv_page_parameter_tbl
593: , x_custom_sql out nocopy varchar2
594: , x_custom_output out nocopy bis_query_attributes_tbl
595: , p_distribution in varchar2 := 'N'
596: )

Line 836: ( p_param in bis_pmv_page_parameter_tbl

832: end get_tbl_sql;
833:
834:
835: procedure get_dbn_tbl_sql
836: ( p_param in bis_pmv_page_parameter_tbl
837: , x_custom_sql out nocopy varchar2
838: , x_custom_output out nocopy bis_query_attributes_tbl
839: )
840: is

Line 853: ( p_param in bis_pmv_page_parameter_tbl

849:
850:
851:
852: procedure get_trd_sql
853: ( p_param in bis_pmv_page_parameter_tbl
854: , x_custom_sql out nocopy varchar2
855: , x_custom_output out nocopy bis_query_attributes_tbl
856: , p_distribution in varchar2 := 'N'
857: )

Line 1063: ( p_param in bis_pmv_page_parameter_tbl

1059:
1060:
1061:
1062: procedure get_dbn_trd_sql
1063: ( p_param in bis_pmv_page_parameter_tbl
1064: , x_custom_sql out nocopy varchar2
1065: , x_custom_output out nocopy bis_query_attributes_tbl
1066: )
1067: is

Line 1080: ( p_param in bis_pmv_page_parameter_tbl

1076:
1077:
1078:
1079: procedure get_detail_sql
1080: ( p_param in bis_pmv_page_parameter_tbl
1081: , x_custom_sql out nocopy varchar2
1082: , x_custom_output out nocopy bis_query_attributes_tbl
1083: )as
1084: