DBA Data[Home] [Help]

APPS.ISC_MAINT_REQ_CMPL_RPT_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 7: , p_param in bis_pmv_page_parameter_tbl

3: as
4:
5: procedure bind_request_id
6: ( p_custom_output in out nocopy bis_query_attributes_tbl
7: , p_param in bis_pmv_page_parameter_tbl
8: ) is
9:
10: l_custom_rec BIS_QUERY_ATTRIBUTES;
11:

Line 34: , p_param in bis_pmv_page_parameter_tbl

30: end bind_request_id;
31:
32: function get_fact_mv_name
33: ( p_report_type in varchar2
34: , p_param in bis_pmv_page_parameter_tbl
35: , p_dim_bmap in number
36: , p_custom_output in out nocopy bis_query_attributes_tbl
37: )
38: return varchar2

Line 234: ( p_param in bis_pmv_page_parameter_tbl

230:
231: end get_fact_mv_name;
232:
233: procedure get_tbl_sql
234: ( p_param in bis_pmv_page_parameter_tbl
235: , x_custom_sql out nocopy varchar2
236: , x_custom_output out nocopy bis_query_attributes_tbl
237: )
238: is

Line 486: ( p_param in bis_pmv_page_parameter_tbl

482:
483: end get_tbl_sql;
484:
485: procedure get_trd_sql
486: ( p_param in bis_pmv_page_parameter_tbl
487: , x_custom_sql out nocopy varchar2
488: , x_custom_output out nocopy bis_query_attributes_tbl
489: )
490: is

Line 657: ( p_param in bis_pmv_page_parameter_tbl

653:
654: end get_trd_sql;
655:
656: procedure get_dbn_tbl_sql
657: ( p_param in bis_pmv_page_parameter_tbl
658: , x_custom_sql out nocopy varchar2
659: , x_custom_output out nocopy bis_query_attributes_tbl
660: )
661: as

Line 788: ( p_param in bis_pmv_page_parameter_tbl

784:
785: end get_dbn_tbl_sql;
786:
787: procedure get_dtl_rpt_sql
788: ( p_param in bis_pmv_page_parameter_tbl
789: , x_custom_sql out nocopy varchar2
790: , x_custom_output out nocopy bis_query_attributes_tbl
791: )
792: as

Line 1009: ( p_param in bis_pmv_page_parameter_tbl

1005:
1006: end get_dtl_rpt_sql;
1007:
1008: procedure get_wo_dtl_rpt_sql
1009: ( p_param in bis_pmv_page_parameter_tbl
1010: , x_custom_sql out nocopy varchar2
1011: , x_custom_output out nocopy bis_query_attributes_tbl
1012: )
1013: as