DBA Data[Home] [Help]

APPS.HXC_LAYOUT_UTILS_PKG dependencies on HXC_LAYOUT_UTILS_PKG

Line 1: Package Body hxc_layout_utils_pkg as

1: Package Body hxc_layout_utils_pkg as
2: /* $Header: hxclayoututl.pkb 120.2 2005/09/23 05:27:30 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 204: l_comps_tab := hxc_layout_utils_pkg.get_updatable_components;

200: IF g_debug THEN
201: hr_utility.trace('Entering reset non updatable comps');
202: END IF;
203:
204: l_comps_tab := hxc_layout_utils_pkg.get_updatable_components;
205:
206: l_att_ind := p_attributes.FIRST;
207:
208: WHILE l_att_ind IS NOT NULL

Line 229: end hxc_layout_utils_pkg;

225: END IF;
226:
227: END reset_non_updatable_comps;
228:
229: end hxc_layout_utils_pkg;