DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULE_GROUP_API dependencies on HR_API

Line 61: when hr_api.cannot_find_prog_unit then

57: ,p_object_version_number => p_object_version_number
58: ,p_name => p_name
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_time_entry_rule_group'
64: ,p_hook_type => 'BP'
65: );

Line 62: hr_api.cannot_find_prog_unit_error

58: ,p_name => p_name
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_time_entry_rule_group'
64: ,p_hook_type => 'BP'
65: );
66: end;

Line 100: when hr_api.cannot_find_prog_unit then

96: ,p_object_version_number => l_object_version_number
97: ,p_name => p_name
98: );
99: exception
100: when hr_api.cannot_find_prog_unit then
101: hr_api.cannot_find_prog_unit_error
102: (p_module_name => 'create_time_entry_rule_group'
103: ,p_hook_type => 'AP'
104: );

Line 101: hr_api.cannot_find_prog_unit_error

97: ,p_name => p_name
98: );
99: exception
100: when hr_api.cannot_find_prog_unit then
101: hr_api.cannot_find_prog_unit_error
102: (p_module_name => 'create_time_entry_rule_group'
103: ,p_hook_type => 'AP'
104: );
105: end;

Line 114: raise hr_api.validate_enabled;

110: --
111: -- When in validation only mode raise the Validate_Enabled exception
112: --
113: if p_validate then
114: raise hr_api.validate_enabled;
115: end if;
116: --
117: if g_debug then
118: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 128: when hr_api.validate_enabled then

124: p_object_version_number := l_object_version_number;
125: --
126: exception
127: --
128: when hr_api.validate_enabled then
129: --
130: -- As the Validate_Enabled exception has been raised
131: -- we must rollback to the savepoint
132: --

Line 204: when hr_api.cannot_find_prog_unit then

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

Line 205: hr_api.cannot_find_prog_unit_error

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

Line 239: when hr_api.cannot_find_prog_unit then

235: ,p_object_version_number => l_object_version_number
236: ,p_name => p_name
237: );
238: exception
239: when hr_api.cannot_find_prog_unit then
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'update_time_entry_rule_group'
242: ,p_hook_type => 'AP'
243: );

Line 240: hr_api.cannot_find_prog_unit_error

236: ,p_name => p_name
237: );
238: exception
239: when hr_api.cannot_find_prog_unit then
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'update_time_entry_rule_group'
242: ,p_hook_type => 'AP'
243: );
244: end;

Line 253: raise hr_api.validate_enabled;

249: --
250: -- When in validation only mode raise the Validate_Enabled exception
251: --
252: if p_validate then
253: raise hr_api.validate_enabled;
254: end if;
255: --
256: if g_debug then
257: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 266: when hr_api.validate_enabled then

262: p_object_version_number := l_object_version_number;
263: --
264: exception
265: --
266: when hr_api.validate_enabled then
267: --
268: -- As the Validate_Enabled exception has been raised
269: -- we must rollback to the savepoint
270: --

Line 339: when hr_api.cannot_find_prog_unit then

335: (p_time_entry_rule_group_id => p_time_entry_rule_group_id
336: ,p_object_version_number => p_object_version_number
337: );
338: exception
339: when hr_api.cannot_find_prog_unit then
340: hr_api.cannot_find_prog_unit_error
341: (p_module_name => 'delete_time_entry_rule_group_b'
342: ,p_hook_type => 'BP'
343: );

Line 340: hr_api.cannot_find_prog_unit_error

336: ,p_object_version_number => p_object_version_number
337: );
338: exception
339: when hr_api.cannot_find_prog_unit then
340: hr_api.cannot_find_prog_unit_error
341: (p_module_name => 'delete_time_entry_rule_group_b'
342: ,p_hook_type => 'BP'
343: );
344: end;

Line 371: when hr_api.cannot_find_prog_unit then

367: (p_time_entry_rule_group_id => p_time_entry_rule_group_id
368: ,p_object_version_number => p_object_version_number
369: );
370: exception
371: when hr_api.cannot_find_prog_unit then
372: hr_api.cannot_find_prog_unit_error
373: (p_module_name => 'delete_time_entry_rule_group_a'
374: ,p_hook_type => 'AP'
375: );

Line 372: hr_api.cannot_find_prog_unit_error

368: ,p_object_version_number => p_object_version_number
369: );
370: exception
371: when hr_api.cannot_find_prog_unit then
372: hr_api.cannot_find_prog_unit_error
373: (p_module_name => 'delete_time_entry_rule_group_a'
374: ,p_hook_type => 'AP'
375: );
376: end;

Line 381: raise hr_api.validate_enabled;

377: --
378: -- When in validation only mode raise the Validate_Enabled exception
379: --
380: if p_validate then
381: raise hr_api.validate_enabled;
382: end if;
383: --
384: if g_debug then
385: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 390: when hr_api.validate_enabled then

386: end if;
387: --
388: exception
389: --
390: when hr_api.validate_enabled then
391: --
392: -- As the Validate_Enabled exception has been raised
393: -- we must rollback to the savepoint
394: --