DBA Data[Home] [Help]

APPS.ICX_PAGE_WIDGET dependencies on ICX_PAGE_WIDGET

Line 1: package body icx_page_widget as

1: package body icx_page_widget as
2: /* $Header: ICXWIGB.pls 120.0 2005/10/07 12:21:43 gjimenez noship $ */
3:
4: function arraytocsv( p_array in icx_api_region.array ) return varchar2
5: as

Line 182: end icx_page_widget;

178: when others then
179: raise BUILDSELECTBOXES_EXCEPTION;
180: end buildselectboxes;
181:
182: end icx_page_widget;