DBA Data[Home] [Help]

APPS.ISC_FS_TASK_BAC_AGING_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 11: , p_param in bis_pmv_page_parameter_tbl

7: g_trend_rep_func constant varchar2(50) := 'ISC_FS_TASK_BAC_AGING_TRD_REP';
8:
9: function get_fact_mv_name
10: ( p_report_type in varchar2
11: , p_param in bis_pmv_page_parameter_tbl
12: , p_dim_bmap in number
13: , p_custom_output in out nocopy bis_query_attributes_tbl
14: )
15: return varchar2

Line 443: ( p_param in bis_pmv_page_parameter_tbl

439:
440: end get_curr_prior_dates;
441:
442: procedure get_tbl_sql
443: ( p_param in bis_pmv_page_parameter_tbl
444: , x_custom_sql out nocopy varchar2
445: , x_custom_output out nocopy bis_query_attributes_tbl
446: )
447: is

Line 715: ( p_param in bis_pmv_page_parameter_tbl

711:
712: end get_tbl_sql;
713:
714: procedure get_trd_sql
715: ( p_param in bis_pmv_page_parameter_tbl
716: , x_custom_sql out nocopy varchar2
717: , x_custom_output out nocopy bis_query_attributes_tbl
718: )
719: is

Line 931: ( p_param in bis_pmv_page_parameter_tbl

927:
928: end get_trd_sql;
929:
930: procedure get_dtl_rpt_sql
931: ( p_param in bis_pmv_page_parameter_tbl
932: , x_custom_sql out nocopy varchar2
933: , x_custom_output out nocopy bis_query_attributes_tbl
934: )
935: as