DBA Data[Home] [Help]

APPS.ISC_FS_TRV_TIM_DIS_VAR_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 13: , p_param in bis_pmv_page_parameter_tbl

9: g_task_tim_dtl_func constant varchar2(100) := 'ISC_FS_TRV_TIM_DIS_RPT_REP';
10:
11: function get_fact_mv_name
12: ( p_report_type in varchar2
13: , p_param in bis_pmv_page_parameter_tbl
14: , p_custom_output in out NOCOPY bis_query_attributes_tbl
15: )
16: return varchar2
17: is

Line 85: ( p_param in bis_pmv_page_parameter_tbl

81:
82: end get_fact_mv_name;
83:
84: procedure get_time_var_sql
85: ( p_param in bis_pmv_page_parameter_tbl
86: , x_custom_sql out nocopy varchar2
87: , x_custom_output out nocopy bis_query_attributes_tbl
88: )
89: is

Line 361: ( p_param in bis_pmv_page_parameter_tbl

357:
358: end get_time_var_sql;
359:
360: procedure get_dist_var_sql
361: ( p_param in bis_pmv_page_parameter_tbl
362: , x_custom_sql out nocopy varchar2
363: , x_custom_output out nocopy bis_query_attributes_tbl
364: )
365: is

Line 638: ( p_param in bis_pmv_page_parameter_tbl

634:
635: end get_dist_var_sql;
636:
637: procedure get_time_var_dtr_sql
638: ( p_param in bis_pmv_page_parameter_tbl
639: , x_custom_sql out nocopy varchar2
640: , x_custom_output out nocopy bis_query_attributes_tbl
641: )
642: is

Line 780: ( p_param in bis_pmv_page_parameter_tbl

776:
777: end get_time_var_dtr_sql;
778:
779: procedure get_dist_var_dtr_sql
780: ( p_param in bis_pmv_page_parameter_tbl
781: , x_custom_sql out nocopy varchar2
782: , x_custom_output out nocopy bis_query_attributes_tbl
783: )
784: is