DBA Data[Home] [Help]

APPS.IRC_TEMPLATE_ASSOCIATION_API dependencies on HR_API

Line 61: when hr_api.cannot_find_prog_unit then

57: ,p_start_date => p_start_date
58: ,p_end_date => p_end_date
59: );
60: exception
61: when hr_api.cannot_find_prog_unit then
62: hr_api.cannot_find_prog_unit_error
63: (p_module_name => 'create_template_association'
64: ,p_hook_type => 'BP'
65: );

Line 62: hr_api.cannot_find_prog_unit_error

58: ,p_end_date => p_end_date
59: );
60: exception
61: when hr_api.cannot_find_prog_unit then
62: hr_api.cannot_find_prog_unit_error
63: (p_module_name => 'create_template_association'
64: ,p_hook_type => 'BP'
65: );
66: end;

Line 102: when hr_api.cannot_find_prog_unit then

98: ,p_start_date => p_start_date
99: ,p_end_date => p_end_date
100: );
101: exception
102: when hr_api.cannot_find_prog_unit then
103: hr_api.cannot_find_prog_unit_error
104: (p_module_name => 'create_template_association'
105: ,p_hook_type => 'AP'
106: );

Line 103: hr_api.cannot_find_prog_unit_error

99: ,p_end_date => p_end_date
100: );
101: exception
102: when hr_api.cannot_find_prog_unit then
103: hr_api.cannot_find_prog_unit_error
104: (p_module_name => 'create_template_association'
105: ,p_hook_type => 'AP'
106: );
107: end;

Line 112: raise hr_api.validate_enabled;

108: --
109: -- When in validation only mode raise the Validate_Enabled exception
110: --
111: if p_validate then
112: raise hr_api.validate_enabled;
113: end if;
114: --
115: -- Set all output arguments
116: --

Line 122: when hr_api.validate_enabled then

118: --
119: --
120: hr_utility.set_location(' Leaving:'||l_proc, 70);
121: exception
122: when hr_api.validate_enabled then
123: --
124: -- As the Validate_Enabled exception has been raised
125: -- we must rollback to the savepoint
126: --

Line 203: when hr_api.cannot_find_prog_unit then

199: ,p_start_date => p_start_date
200: ,p_end_date => p_end_date
201: );
202: exception
203: when hr_api.cannot_find_prog_unit then
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'update_template_association'
206: ,p_hook_type => 'BP'
207: );

Line 204: hr_api.cannot_find_prog_unit_error

200: ,p_end_date => p_end_date
201: );
202: exception
203: when hr_api.cannot_find_prog_unit then
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'update_template_association'
206: ,p_hook_type => 'BP'
207: );
208: end;

Line 244: when hr_api.cannot_find_prog_unit then

240: ,p_start_date => p_start_date
241: ,p_end_date => p_end_date
242: );
243: exception
244: when hr_api.cannot_find_prog_unit then
245: hr_api.cannot_find_prog_unit_error
246: (p_module_name => 'update_template_association'
247: ,p_hook_type => 'AP'
248: );

Line 245: hr_api.cannot_find_prog_unit_error

241: ,p_end_date => p_end_date
242: );
243: exception
244: when hr_api.cannot_find_prog_unit then
245: hr_api.cannot_find_prog_unit_error
246: (p_module_name => 'update_template_association'
247: ,p_hook_type => 'AP'
248: );
249: end;

Line 254: raise hr_api.validate_enabled;

250: --
251: -- When in validation only mode raise the Validate_Enabled exception
252: --
253: if p_validate then
254: raise hr_api.validate_enabled;
255: end if;
256: --
257: p_object_version_number := l_object_version_number;
258: --

Line 261: when hr_api.validate_enabled then

257: p_object_version_number := l_object_version_number;
258: --
259: hr_utility.set_location(' Leaving:'||l_proc||p_object_version_number, 70);
260: exception
261: when hr_api.validate_enabled then
262: --
263: -- As the Validate_Enabled exception has been raised
264: -- we must rollback to the savepoint
265: --

Line 315: when hr_api.cannot_find_prog_unit then

311: (p_template_association_id => p_template_association_id
312: ,p_object_version_number => p_object_version_number
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'delete_template_association'
318: ,p_hook_type => 'BP'
319: );

Line 316: hr_api.cannot_find_prog_unit_error

312: ,p_object_version_number => p_object_version_number
313: );
314: exception
315: when hr_api.cannot_find_prog_unit then
316: hr_api.cannot_find_prog_unit_error
317: (p_module_name => 'delete_template_association'
318: ,p_hook_type => 'BP'
319: );
320: end;

Line 345: when hr_api.cannot_find_prog_unit then

341: (p_template_association_id => p_template_association_id
342: ,p_object_version_number => p_object_version_number
343: );
344: exception
345: when hr_api.cannot_find_prog_unit then
346: hr_api.cannot_find_prog_unit_error
347: (p_module_name => 'delete_template_association'
348: ,p_hook_type => 'AP'
349: );

Line 346: hr_api.cannot_find_prog_unit_error

342: ,p_object_version_number => p_object_version_number
343: );
344: exception
345: when hr_api.cannot_find_prog_unit then
346: hr_api.cannot_find_prog_unit_error
347: (p_module_name => 'delete_template_association'
348: ,p_hook_type => 'AP'
349: );
350: end;

Line 355: raise hr_api.validate_enabled;

351: --
352: -- When in validation only mode raise the Validate_Enabled exception
353: --
354: if p_validate then
355: raise hr_api.validate_enabled;
356: end if;
357: hr_utility.set_location(' Leaving:'||l_proc, 70);
358:
359: exception

Line 360: when hr_api.validate_enabled then

356: end if;
357: hr_utility.set_location(' Leaving:'||l_proc, 70);
358:
359: exception
360: when hr_api.validate_enabled then
361: --
362: -- As the Validate_Enabled exception has been raised
363: -- we must rollback to the savepoint
364: --