DBA Data[Home] [Help]

APPS.HR_DT_ATTRIBUTE_SUPPORT dependencies on HR_DT_ATTRIBUTE_SUPPORT

Line 1: package body hr_dt_attribute_support as

1: package body hr_dt_attribute_support as
2: /* $Header: dtattsup.pkb 120.0 2005/05/27 23:09:57 appldev noship $ */
3: -- ----------------------------------------------------------------------------
4: -- | Private Package Body Global Specifications |
5: -- ----------------------------------------------------------------------------

Line 6: g_package varchar2(33) := ' hr_dt_attribute_support.';

2: /* $Header: dtattsup.pkb 120.0 2005/05/27 23:09:57 appldev noship $ */
3: -- ----------------------------------------------------------------------------
4: -- | Private Package Body Global Specifications |
5: -- ----------------------------------------------------------------------------
6: g_package varchar2(33) := ' hr_dt_attribute_support.';
7: --
8: type l_varchar32767_tab is table of varchar2(32767)
9: index by binary_integer;
10: type l_varchar30_tab is table of varchar2(30)

Line 328: end hr_dt_attribute_support;

324: end if;
325: hr_utility.set_location(' Leaving:'|| l_proc, 10);
326: end reset_parameter_statuses;
327: --
328: end hr_dt_attribute_support;