DBA Data[Home] [Help]

APPS.HR_NL_ABSENCE_ACTION_API dependencies on HR_API

Line 69: when hr_api.cannot_find_prog_unit then

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

Line 70: hr_api.cannot_find_prog_unit_error

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

Line 118: when hr_api.cannot_find_prog_unit then

114: ,p_object_version_number => l_object_version_number
115: ,p_enabled => p_enabled
116: );
117: exception
118: when hr_api.cannot_find_prog_unit then
119: hr_api.cannot_find_prog_unit_error
120: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK1'
121: ,p_hook_type => 'AP'
122: );

Line 119: hr_api.cannot_find_prog_unit_error

115: ,p_enabled => p_enabled
116: );
117: exception
118: when hr_api.cannot_find_prog_unit then
119: hr_api.cannot_find_prog_unit_error
120: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK1'
121: ,p_hook_type => 'AP'
122: );
123: end;

Line 128: raise hr_api.validate_enabled;

124: --
125: -- When in validation only mode raise the Validate_Enabled exception
126: --
127: if p_validate then
128: raise hr_api.validate_enabled;
129: end if;
130: --
131: -- Set all output arguments
132: --

Line 139: when hr_api.validate_enabled then

135: -- p_some_warning := ;
136: --
137: hr_utility.set_location(' Leaving:'||l_proc, 70);
138: exception
139: when hr_api.validate_enabled then
140: --
141: -- As the Validate_Enabled exception has been raised
142: -- we must rollback to the savepoint
143: --

Line 232: when hr_api.cannot_find_prog_unit then

228: ,p_object_version_number => p_object_version_number
229: ,p_enabled => p_enabled
230: );
231: exception
232: when hr_api.cannot_find_prog_unit then
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'UPDATE_ABSENCE_ACTION'
235: ,p_hook_type => 'BP'
236: );

Line 233: hr_api.cannot_find_prog_unit_error

229: ,p_enabled => p_enabled
230: );
231: exception
232: when hr_api.cannot_find_prog_unit then
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'UPDATE_ABSENCE_ACTION'
235: ,p_hook_type => 'BP'
236: );
237: end;

Line 281: when hr_api.cannot_find_prog_unit then

277: ,p_object_version_number => l_object_version_number
278: ,p_enabled => p_enabled
279: );
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK2'
284: ,p_hook_type => 'AP'
285: );

Line 282: hr_api.cannot_find_prog_unit_error

278: ,p_enabled => p_enabled
279: );
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK2'
284: ,p_hook_type => 'AP'
285: );
286: end;

Line 291: raise hr_api.validate_enabled;

287: --
288: -- When in validation only mode raise the Validate_Enabled exception
289: --
290: if p_validate then
291: raise hr_api.validate_enabled;
292: end if;
293: --
294: -- Set all output arguments
295: --

Line 301: when hr_api.validate_enabled then

297: -- p_some_warning := ;
298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 70);
300: exception
301: when hr_api.validate_enabled then
302: --
303: -- As the Validate_Enabled exception has been raised
304: -- we must rollback to the savepoint
305: --

Line 362: when hr_api.cannot_find_prog_unit then

358: (p_absence_action_id => p_absence_action_id
359: ,p_object_version_number => p_object_version_number
360: );
361: exception
362: when hr_api.cannot_find_prog_unit then
363: hr_api.cannot_find_prog_unit_error
364: (p_module_name => 'DELETE_ABSENCE_ACTION'
365: ,p_hook_type => 'BP'
366: );

Line 363: hr_api.cannot_find_prog_unit_error

359: ,p_object_version_number => p_object_version_number
360: );
361: exception
362: when hr_api.cannot_find_prog_unit then
363: hr_api.cannot_find_prog_unit_error
364: (p_module_name => 'DELETE_ABSENCE_ACTION'
365: ,p_hook_type => 'BP'
366: );
367: end;

Line 392: when hr_api.cannot_find_prog_unit then

388: (p_absence_action_id => p_absence_action_id
389: ,p_object_version_number => p_object_version_number
390: );
391: exception
392: when hr_api.cannot_find_prog_unit then
393: hr_api.cannot_find_prog_unit_error
394: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK3'
395: ,p_hook_type => 'AP'
396: );

Line 393: hr_api.cannot_find_prog_unit_error

389: ,p_object_version_number => p_object_version_number
390: );
391: exception
392: when hr_api.cannot_find_prog_unit then
393: hr_api.cannot_find_prog_unit_error
394: (p_module_name => 'HR_NL_ABSENCE_ACTION_BK3'
395: ,p_hook_type => 'AP'
396: );
397: end;

Line 402: raise hr_api.validate_enabled;

398: --
399: -- When in validation only mode raise the Validate_Enabled exception
400: --
401: if p_validate then
402: raise hr_api.validate_enabled;
403: end if;
404: --
405: -- Set all output arguments
406: --

Line 411: when hr_api.validate_enabled then

407: -- p_some_warning := ;
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 70);
410: exception
411: when hr_api.validate_enabled then
412: --
413: -- As the Validate_Enabled exception has been raised
414: -- we must rollback to the savepoint
415: --