DBA Data[Home] [Help]

APPS.HXC_TIME_RECIPIENT_API dependencies on HR_API

Line 68: when hr_api.cannot_find_prog_unit then

64: ,p_extension_function1 => p_extension_function1
65: ,p_extension_function2 => p_extension_function2
66: );
67: exception
68: when hr_api.cannot_find_prog_unit then
69: hr_api.cannot_find_prog_unit_error
70: (p_module_name => 'create_time_recipient'
71: ,p_hook_type => 'BP'
72: );

Line 69: hr_api.cannot_find_prog_unit_error

65: ,p_extension_function2 => p_extension_function2
66: );
67: exception
68: when hr_api.cannot_find_prog_unit then
69: hr_api.cannot_find_prog_unit_error
70: (p_module_name => 'create_time_recipient'
71: ,p_hook_type => 'BP'
72: );
73: end;

Line 123: when hr_api.cannot_find_prog_unit then

119: ,p_extension_function1 => p_extension_function1
120: ,p_extension_function2 => p_extension_function2
121: );
122: exception
123: when hr_api.cannot_find_prog_unit then
124: hr_api.cannot_find_prog_unit_error
125: (p_module_name => 'create_time_recipient'
126: ,p_hook_type => 'AP'
127: );

Line 124: hr_api.cannot_find_prog_unit_error

120: ,p_extension_function2 => p_extension_function2
121: );
122: exception
123: when hr_api.cannot_find_prog_unit then
124: hr_api.cannot_find_prog_unit_error
125: (p_module_name => 'create_time_recipient'
126: ,p_hook_type => 'AP'
127: );
128: end;

Line 137: raise hr_api.validate_enabled;

133: --
134: -- When in validation only mode raise the Validate_Enabled exception
135: --
136: if p_validate then
137: raise hr_api.validate_enabled;
138: end if;
139: --
140: if g_debug then
141: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 151: when hr_api.validate_enabled then

147: p_object_version_number := l_object_version_number;
148: --
149: exception
150: --
151: when hr_api.validate_enabled then
152: --
153: -- As the Validate_Enabled exception has been raised
154: -- we must rollback to the savepoint
155: --

Line 238: when hr_api.cannot_find_prog_unit then

234: ,p_extension_function1 => p_extension_function1
235: ,p_extension_function2 => p_extension_function2
236: );
237: exception
238: when hr_api.cannot_find_prog_unit then
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'update_time_recipient'
241: ,p_hook_type => 'BP'
242: );

Line 239: hr_api.cannot_find_prog_unit_error

235: ,p_extension_function2 => p_extension_function2
236: );
237: exception
238: when hr_api.cannot_find_prog_unit then
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'update_time_recipient'
241: ,p_hook_type => 'BP'
242: );
243: end;

Line 289: when hr_api.cannot_find_prog_unit then

285: ,p_extension_function1 => p_extension_function1
286: ,p_extension_function2 => p_extension_function2
287: );
288: exception
289: when hr_api.cannot_find_prog_unit then
290: hr_api.cannot_find_prog_unit_error
291: (p_module_name => 'update_time_recipient'
292: ,p_hook_type => 'AP'
293: );

Line 290: hr_api.cannot_find_prog_unit_error

286: ,p_extension_function2 => p_extension_function2
287: );
288: exception
289: when hr_api.cannot_find_prog_unit then
290: hr_api.cannot_find_prog_unit_error
291: (p_module_name => 'update_time_recipient'
292: ,p_hook_type => 'AP'
293: );
294: end;

Line 303: raise hr_api.validate_enabled;

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

Line 316: when hr_api.validate_enabled then

312: p_object_version_number := l_object_version_number;
313: --
314: exception
315: --
316: when hr_api.validate_enabled then
317: --
318: -- As the Validate_Enabled exception has been raised
319: -- we must rollback to the savepoint
320: --

Line 384: when hr_api.cannot_find_prog_unit then

380: (p_time_recipient_id => p_time_recipient_id
381: ,p_object_version_number => p_object_version_number
382: );
383: exception
384: when hr_api.cannot_find_prog_unit then
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'delete_time_recipient_b'
387: ,p_hook_type => 'BP'
388: );

Line 385: hr_api.cannot_find_prog_unit_error

381: ,p_object_version_number => p_object_version_number
382: );
383: exception
384: when hr_api.cannot_find_prog_unit then
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'delete_time_recipient_b'
387: ,p_hook_type => 'BP'
388: );
389: end;

Line 416: when hr_api.cannot_find_prog_unit then

412: (p_time_recipient_id => p_time_recipient_id
413: ,p_object_version_number => p_object_version_number
414: );
415: exception
416: when hr_api.cannot_find_prog_unit then
417: hr_api.cannot_find_prog_unit_error
418: (p_module_name => 'delete_time_recipient_a'
419: ,p_hook_type => 'AP'
420: );

Line 417: hr_api.cannot_find_prog_unit_error

413: ,p_object_version_number => p_object_version_number
414: );
415: exception
416: when hr_api.cannot_find_prog_unit then
417: hr_api.cannot_find_prog_unit_error
418: (p_module_name => 'delete_time_recipient_a'
419: ,p_hook_type => 'AP'
420: );
421: end;

Line 426: raise hr_api.validate_enabled;

422: --
423: -- When in validation only mode raise the Validate_Enabled exception
424: --
425: if p_validate then
426: raise hr_api.validate_enabled;
427: end if;
428: --
429: if g_debug then
430: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 435: when hr_api.validate_enabled then

431: end if;
432: --
433: exception
434: --
435: when hr_api.validate_enabled then
436: --
437: -- As the Validate_Enabled exception has been raised
438: -- we must rollback to the savepoint
439: --