DBA Data[Home] [Help]

APPS.HXC_SEEDDATA_BY_LEVEL_API dependencies on HR_API

Line 46: when hr_api.cannot_find_prog_unit then

42: ,p_hxc_required => p_hxc_required
43: ,p_owner_application_id => p_owner_application_id
44: );
45: exception
46: when hr_api.cannot_find_prog_unit then
47: hr_api.cannot_find_prog_unit_error
48: (p_module_name => 'create_seed_data_by_level'
49: ,p_hook_type => 'BP'
50: );

Line 47: hr_api.cannot_find_prog_unit_error

43: ,p_owner_application_id => p_owner_application_id
44: );
45: exception
46: when hr_api.cannot_find_prog_unit then
47: hr_api.cannot_find_prog_unit_error
48: (p_module_name => 'create_seed_data_by_level'
49: ,p_hook_type => 'BP'
50: );
51: end;

Line 79: when hr_api.cannot_find_prog_unit then

75: ,p_hxc_required => p_hxc_required
76: ,p_owner_application_id => p_owner_application_id
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'create_seed_data_by_level'
82: ,p_hook_type => 'AP'
83: );

Line 80: hr_api.cannot_find_prog_unit_error

76: ,p_owner_application_id => p_owner_application_id
77: );
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'create_seed_data_by_level'
82: ,p_hook_type => 'AP'
83: );
84: end;

Line 89: raise hr_api.validate_enabled;

85: --
86: -- When in validation only mode raise the Validate_Enabled exception
87: --
88: if p_validate then
89: raise hr_api.validate_enabled;
90: end if;
91: --
92: if g_debug then
93: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 96: when hr_api.validate_enabled then

92: if g_debug then
93: hr_utility.set_location(' Leaving:'||l_proc, 70);
94: end if;
95: exception
96: when hr_api.validate_enabled then
97: --
98: -- As the Validate_Enabled exception has been raised
99: -- we must rollback to the savepoint
100: --

Line 157: when hr_api.cannot_find_prog_unit then

153: ,p_owner_application_id => p_owner_application_id
154: );
155:
156: exception
157: when hr_api.cannot_find_prog_unit then
158: hr_api.cannot_find_prog_unit_error
159: (p_module_name => 'update_seed_data_by_level'
160: ,p_hook_type => 'BP'
161: );

Line 158: hr_api.cannot_find_prog_unit_error

154: );
155:
156: exception
157: when hr_api.cannot_find_prog_unit then
158: hr_api.cannot_find_prog_unit_error
159: (p_module_name => 'update_seed_data_by_level'
160: ,p_hook_type => 'BP'
161: );
162: end;

Line 190: when hr_api.cannot_find_prog_unit then

186: ,p_hxc_required => p_hxc_required
187: ,p_owner_application_id => p_owner_application_id
188: );
189: exception
190: when hr_api.cannot_find_prog_unit then
191: hr_api.cannot_find_prog_unit_error
192: (p_module_name => 'update_seed_data_by_level'
193: ,p_hook_type => 'AP'
194: );

Line 191: hr_api.cannot_find_prog_unit_error

187: ,p_owner_application_id => p_owner_application_id
188: );
189: exception
190: when hr_api.cannot_find_prog_unit then
191: hr_api.cannot_find_prog_unit_error
192: (p_module_name => 'update_seed_data_by_level'
193: ,p_hook_type => 'AP'
194: );
195: end;

Line 200: raise hr_api.validate_enabled;

196: --
197: -- When in validation only mode raise the Validate_Enabled exception
198: --
199: if p_validate then
200: raise hr_api.validate_enabled;
201: end if;
202: --
203: if g_debug then
204: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 207: when hr_api.validate_enabled then

203: if g_debug then
204: hr_utility.set_location(' Leaving:'||l_proc, 70);
205: end if;
206: exception
207: when hr_api.validate_enabled then
208: --
209: -- As the Validate_Enabled exception has been raised
210: -- we must rollback to the savepoint
211: --

Line 265: when hr_api.cannot_find_prog_unit then

261: );
262:
263:
264: exception
265: when hr_api.cannot_find_prog_unit then
266: hr_api.cannot_find_prog_unit_error
267: (p_module_name => 'delete_seed_data_by_level'
268: ,p_hook_type => 'BP'
269: );

Line 266: hr_api.cannot_find_prog_unit_error

262:
263:
264: exception
265: when hr_api.cannot_find_prog_unit then
266: hr_api.cannot_find_prog_unit_error
267: (p_module_name => 'delete_seed_data_by_level'
268: ,p_hook_type => 'BP'
269: );
270: end;

Line 292: when hr_api.cannot_find_prog_unit then

288: (p_object_id => p_object_id
289: ,p_object_type => p_object_type
290: );
291: exception
292: when hr_api.cannot_find_prog_unit then
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'delete_seed_data_by_level'
295: ,p_hook_type => 'AP'
296: );

Line 293: hr_api.cannot_find_prog_unit_error

289: ,p_object_type => p_object_type
290: );
291: exception
292: when hr_api.cannot_find_prog_unit then
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'delete_seed_data_by_level'
295: ,p_hook_type => 'AP'
296: );
297: end;

Line 302: raise hr_api.validate_enabled;

298: --
299: -- When in validation only mode raise the Validate_Enabled exception
300: --
301: if p_validate then
302: raise hr_api.validate_enabled;
303: end if;
304: --
305: if g_debug then
306: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 309: when hr_api.validate_enabled then

305: if g_debug then
306: hr_utility.set_location(' Leaving:'||l_proc, 70);
307: end if;
308: exception
309: when hr_api.validate_enabled then
310: --
311: -- As the Validate_Enabled exception has been raised
312: -- we must rollback to the savepoint
313: --