DBA Data[Home] [Help]

APPS.HXC_APPLICATION_SET_API dependencies on HXC_APPLICATION_SET_API

Line 1: Package Body hxc_application_set_api as

1: Package Body hxc_application_set_api as
2: /* $Header: hxcapsapi.pkb 120.2 2005/09/23 08:05:28 sechandr noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: hxcapsapi.pkb 120.2 2005/09/23 08:05:28 sechandr noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hxc_application_set_api.';
7:
8: g_entity_type varchar2(16) := 'TIME_RECIPIENTS';
9: g_debug boolean :=hr_utility.debug_enabled;
10: --

Line 41: hxc_application_set_api.chk_name

37: -- Issue a savepoint if operating in validation only mode
38: --
39: savepoint create_application_set;
40: --
41: hxc_application_set_api.chk_name
42: ( p_name => p_name
43: , p_entity_group_id => p_application_set_id );
44:
45: if g_debug then

Line 183: hxc_application_set_api.chk_name

179: -- Issue a savepoint if operating in validation only mode
180: --
181: savepoint update_application_set;
182: --
183: hxc_application_set_api.chk_name
184: ( p_name => p_name
185: , p_entity_group_id => p_application_set_id );
186:
187: if g_debug then

Line 316: hxc_application_set_api.chk_delete (

312: -- Issue a savepoint if operating in validation only mode
313: --
314: savepoint delete_application_set;
315: --
316: hxc_application_set_api.chk_delete (
317: p_entity_group_id => p_application_set_id
318: , p_entity_type => g_entity_type );
319:
320: if g_debug then

Line 544: END hxc_application_set_api;

540: end if;
541: --
542: END chk_delete;
543: --
544: END hxc_application_set_api;