DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_BACKLOG_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 8: , p_param in bis_pmv_page_parameter_tbl

4:
5:
6: function get_fact_mv_name
7: ( p_report_type in varchar2
8: , p_param in bis_pmv_page_parameter_tbl
9: , p_dim_bmap in number
10: , p_custom_output in out nocopy bis_query_attributes_tbl
11: )
12: return varchar2

Line 212: ( p_param in bis_pmv_page_parameter_tbl

208:
209:
210:
211: procedure get_tbl_sql
212: ( p_param in bis_pmv_page_parameter_tbl
213: , x_custom_sql out nocopy varchar2
214: , x_custom_output out nocopy bis_query_attributes_tbl
215: )
216: is

Line 469: ( p_param in bis_pmv_page_parameter_tbl

465:
466:
467:
468: procedure get_trd_sql
469: ( p_param in bis_pmv_page_parameter_tbl
470: , x_custom_sql out nocopy varchar2
471: , x_custom_output out nocopy bis_query_attributes_tbl
472: )
473: is

Line 638: procedure get_cur_past_due_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,

634: end get_trd_sql;
635:
636:
637:
638: procedure get_cur_past_due_dtl_sql(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: IS
642:

Line 866: procedure get_wo_bl_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,

862: end get_cur_past_due_dtl_sql;
863:
864:
865:
866: procedure get_wo_bl_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,
867: x_custom_sql OUT NOCOPY VARCHAR2,
868: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)
869: is
870:

Line 1076: ( p_param in bis_pmv_page_parameter_tbl

1072:
1073:
1074:
1075: procedure get_pastdue_aging_sql
1076: ( p_param in bis_pmv_page_parameter_tbl
1077: , x_custom_sql out nocopy varchar2
1078: , x_custom_output out nocopy bis_query_attributes_tbl
1079: )
1080: as