DBA Data[Home] [Help]

APPS.ISC_FS_RPT_UTIL_PKG dependencies on BIS_PMV_PAGE_PARAMETER_TBL

Line 829: ( p_param in bis_pmv_page_parameter_tbl

825:
826: -- this is a public procedure, see the package specification for it's
827: -- description
828: procedure process_parameters
829: ( p_param in bis_pmv_page_parameter_tbl
830: , p_dimension_tbl in out nocopy t_dimension_tbl
831: , p_dim_filter_map in out nocopy poa_dbi_util_pkg.poa_dbi_dim_map
832: , p_trend in varchar2
833: , p_custom_output in out nocopy bis_query_attributes_tbl

Line 1022: ( p_param in bis_pmv_page_parameter_tbl

1018:
1019: -- this is an overload of process_parameters that does not return x_uom_suffix
1020: -- as there are many reports already that do not use this parameter.
1021: procedure process_parameters
1022: ( p_param in bis_pmv_page_parameter_tbl
1023: , p_dimension_tbl in out nocopy t_dimension_tbl
1024: , p_dim_filter_map in out nocopy poa_dbi_util_pkg.poa_dbi_dim_map
1025: , p_trend in varchar2
1026: , p_custom_output in out nocopy bis_query_attributes_tbl

Line 1060: ( p_param in bis_pmv_page_parameter_tbl

1056:
1057: -- this is a public function, see the package specification for it's
1058: -- description
1059: function get_parameter_value
1060: ( p_param in bis_pmv_page_parameter_tbl
1061: , p_parameter_name in varchar2
1062: )
1063: return varchar2
1064: is

Line 1078: ( p_param in bis_pmv_page_parameter_tbl

1074:
1075: -- this is a public function, see the package specification for it's
1076: -- description
1077: function get_parameter_id
1078: ( p_param in bis_pmv_page_parameter_tbl
1079: , p_parameter_name in varchar2
1080: , p_no_replace_all in varchar2 default null
1081: )
1082: return varchar2

Line 1284: ( p_param in bis_pmv_page_parameter_tbl )

1280:
1281: -- this is a public function, see the package specification for it's
1282: -- description
1283: function dump_parameters
1284: ( p_param in bis_pmv_page_parameter_tbl )
1285: return varchar2
1286: is
1287: l_stmt varchar2(10000);
1288: begin

Line 1355: ( p_param in bis_pmv_page_parameter_tbl

1351:
1352: -- this is a public procedure, see the package specification for it's
1353: -- description
1354: procedure check_district_filter
1355: ( p_param in bis_pmv_page_parameter_tbl
1356: , p_dim_map in out nocopy poa_dbi_util_pkg.poa_dbi_dim_map
1357: )
1358: is
1359: begin

Line 1485: ( p_param in bis_pmv_page_parameter_tbl

1481:
1482: -- this is a public procedure, see the package specification for it's
1483: -- description
1484: procedure bind_low_high
1485: ( p_param in bis_pmv_page_parameter_tbl
1486: , p_param_name in varchar2
1487: , p_short_name in varchar2
1488: , p_custom_output in out nocopy bis_query_attributes_tbl
1489: , p_low_token in varchar2 default null

Line 1818: ( p_param in bis_pmv_page_parameter_tbl

1814:
1815: -- this is a public function, see the package specification for it's
1816: -- description
1817: function is_district_leaf_node
1818: ( p_param in bis_pmv_page_parameter_tbl
1819: )
1820: return varchar2
1821: is
1822: