DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_CMPL_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 7: , p_param in bis_pmv_page_parameter_tbl

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

Line 215: ( p_param in bis_pmv_page_parameter_tbl

211: end get_fact_mv_name;
212:
213:
214: procedure get_tbl_sql
215: ( p_param in bis_pmv_page_parameter_tbl
216: , x_custom_sql out nocopy varchar2
217: , x_custom_output out nocopy bis_query_attributes_tbl
218: )
219: is

Line 518: ( p_param in bis_pmv_page_parameter_tbl

514:
515:
516:
517: procedure get_trd_sql
518: ( p_param in bis_pmv_page_parameter_tbl
519: , x_custom_sql out nocopy varchar2
520: , x_custom_output out nocopy bis_query_attributes_tbl
521: )
522: is

Line 712: ( p_param in bis_pmv_page_parameter_tbl

708:
709:
710:
711: procedure get_late_cmpl_age
712: ( p_param in bis_pmv_page_parameter_tbl
713: , x_custom_sql out nocopy varchar2
714: , x_custom_output out nocopy bis_query_attributes_tbl
715: )
716: is

Line 848: PROCEDURE get_wo_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,

844: end get_late_cmpl_age;
845:
846:
847:
848: PROCEDURE get_wo_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,
849: x_custom_sql OUT NOCOPY VARCHAR2,
850: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)
851: IS
852:

Line 1062: PROCEDURE get_wo_late_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,

1058:
1059: end get_wo_dtl_sql;
1060:
1061:
1062: PROCEDURE get_wo_late_dtl_sql(p_param in BIS_PMV_PAGE_PARAMETER_TBL,
1063: x_custom_sql OUT NOCOPY VARCHAR2,
1064: x_custom_output OUT NOCOPY BIS_QUERY_ATTRIBUTES_TBL)
1065: IS
1066: