DBA Data[Home] [Help]

APPS.OKI_DBI_NSCM_BAL_PVT dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 48: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

44: --------------------------------------------------------------------
45: PROCEDURE get_balance_sql (
46: p_param IN bis_pmv_page_parameter_tbl
47: , x_custom_sql OUT NOCOPY VARCHAR2
48: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
49: IS
50:
51: l_query VARCHAR2 (32767);
52: l_view_by VARCHAR2 (120);

Line 912: , x_custom_output OUT NOCOPY bis_query_attributes_tbl) IS

908:
909: PROCEDURE get_balance_trend_sql (
910: p_param IN bis_pmv_page_parameter_tbl
911: , x_custom_sql OUT NOCOPY VARCHAR2
912: , x_custom_output OUT NOCOPY bis_query_attributes_tbl) IS
913:
914: -- Variables associated with the parameter portlet
915: l_query VARCHAR2 (32767);
916: l_view_by VARCHAR2 (120);

Line 1068: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)

1064:
1065: PROCEDURE get_balance_detail_sql (
1066: p_param IN bis_pmv_page_parameter_tbl
1067: , x_custom_sql OUT NOCOPY VARCHAR2
1068: , x_custom_output OUT NOCOPY bis_query_attributes_tbl)
1069: IS
1070:
1071: l_query VARCHAR2 (32767);
1072: l_view_by VARCHAR2 (120);