DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_UI dependencies on BIS_USER_TREND_PLUGS

Line 90: ,x_record OUT NOCOPY BIS_USER_TREND_PLUGS%ROWTYPE

86: --- BIS_ESER_TREND_PLUG record
87: ---==========================================================================
88: PROCEDURE def_mode_get
89: (p_session_id IN PLS_INTEGER
90: ,x_record OUT NOCOPY BIS_USER_TREND_PLUGS%ROWTYPE
91: )
92: is
93: l_code PLS_INTEGER;
94: l_point1 PLS_INTEGER;

Line 232: bis_user_trend_plugs

228: bis_trend_plug.get_graph_from_URL(TrendType,l_parm_url, l_img_html);
229:
230:
231: UPDATE
232: bis_user_trend_plugs
233: SET FUNCTION_ID = icx_call.decrypt2(p_function_id,l_session_id)
234: , RESPONSIBILITY_ID = p_responsibility_id
235: , CHART_USER_TITLE = p_chart_user_title
236: -- , PARAMETER_STRING = replace(p_parameter_string,'=','~')||'*]'

Line 246: insert into BIS_USER_TREND_PLUGS

242: WHERE user_id = l_user_id
243: and plug_id = l_plug_id ;
244:
245: IF SQL%notfound THEN
246: insert into BIS_USER_TREND_PLUGS
247: ( plug_id
248: , user_id
249: , function_id
250: , responsibility_id