DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on ICX_PORTLET_CUSTOMIZATIONS

Line 23: REM | icx_portlet_customizations in initialiseRLPortlet|

19: REM | HISTORY |
20: REM | Date Developer Comments |
21: REM | 26-SEP-2002 nbarik Bug 1917856: Use ICX Date Format for upd_date |
22: REM | 28-SEP-2002 ansingh Bug 2599787: Reduce updates to |
23: REM | icx_portlet_customizations in initialiseRLPortlet|
24: REM | 24-MAR-2003 rcmuthuk Bug 2856247: Custom Views attached at function |
25: REM | not working due to wrong region code |
26: REM | 03-APR-2003 nkishore Bug 2869306: Substitute Time ViewBy with DimLevel |
27: REM | 14-APR-2003 gsanap Bug 2852195: get user_function_name for empty prompt |

Line 1051: UPDATE icx_portlet_customizations

1047:
1048: SELECT icx_page_plugs_s.nextval INTO x_Plug_Id FROM DUAL;
1049:
1050: -- bug 2842902 - removed user_id from where clause
1051: UPDATE icx_portlet_customizations
1052: SET plug_id = x_Plug_Id,
1053: -- title=lTitle,
1054: caching_key = TO_CHAR(TO_NUMBER(NVL(caching_key,'0'))+1)
1055: WHERE reference_path = pReferencePath ;