DBA Data[Home] [Help]

APPS.ISC_MAINT_RPT_UTIL_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 776: ( p_param in bis_pmv_page_parameter_tbl

772:
773: -- this is a public procedure, see the package specification for it's
774: -- description
775: procedure process_parameters
776: ( p_param in bis_pmv_page_parameter_tbl
777: , p_dimension_tbl in out nocopy t_dimension_tbl
778: , p_dim_filter_map in out nocopy poa_dbi_util_pkg.poa_dbi_dim_map
779: , p_trend in varchar2
780: , p_custom_output in out nocopy bis_query_attributes_tbl

Line 898: ( p_param in bis_pmv_page_parameter_tbl

894:
895: -- this is a public function, see the package specification for it's
896: -- description
897: function get_parameter_value
898: ( p_param in bis_pmv_page_parameter_tbl
899: , p_parameter_name in varchar2
900: )
901: return varchar2
902: is

Line 916: ( p_param in bis_pmv_page_parameter_tbl

912:
913: -- this is a public function, see the package specification for it's
914: -- description
915: function get_parameter_id
916: ( p_param in bis_pmv_page_parameter_tbl
917: , p_parameter_name in varchar2
918: , p_no_replace_all in varchar2 default null
919: )
920: return varchar2

Line 1123: ( p_param in bis_pmv_page_parameter_tbl )

1119:
1120: -- this is a public function, see the package specification for it's
1121: -- description
1122: function dump_parameters
1123: ( p_param in bis_pmv_page_parameter_tbl )
1124: return varchar2
1125: is
1126: l_stmt varchar2(10000);
1127: begin