DBA Data[Home] [Help]

APPS.HXC_TIMESTORE_DEPOSIT_UTIL dependencies on HXC_TIMESTORE_DEPOSIT_UTIL

Line 1: PACKAGE BODY hxc_timestore_deposit_util AS

1: PACKAGE BODY hxc_timestore_deposit_util AS
2: /* $Header: hxctsdputil.pkb 120.17 2007/01/12 09:14:57 mbhammar noship $ */
3:
4: -- Global package name
5: g_package CONSTANT VARCHAR2 (33)

Line 6: := ' hxc_timestore_deposit_util.';

2: /* $Header: hxctsdputil.pkb 120.17 2007/01/12 09:14:57 mbhammar noship $ */
3:
4: -- Global package name
5: g_package CONSTANT VARCHAR2 (33)
6: := ' hxc_timestore_deposit_util.';
7: g_oit_migration CONSTANT VARCHAR2 (30) := 'OIT_MIGRATION';
8: g_debug BOOLEAN := hr_utility.debug_enabled;
9:
10: FUNCTION perform_audit (

Line 3291: END hxc_timestore_deposit_util;

3287: END IF;
3288:
3289: RETURN l_cla_enabled;
3290: END cla_enabled;
3291: END hxc_timestore_deposit_util;