DBA Data[Home] [Help]

APPS.HXC_TK_GRP_QUERY_CRITERIA_API dependencies on HR_API

Line 88: when hr_api.cannot_find_prog_unit then

84: ,p_criteria_type => p_criteria_type
85: ,p_criteria_id => p_criteria_id );
86:
87: exception
88: when hr_api.cannot_find_prog_unit then
89: hr_api.cannot_find_prog_unit_error
90: (p_module_name => 'create_tk_grp_query_criteria'
91: ,p_hook_type => 'BP'
92: );

Line 89: hr_api.cannot_find_prog_unit_error

85: ,p_criteria_id => p_criteria_id );
86:
87: exception
88: when hr_api.cannot_find_prog_unit then
89: hr_api.cannot_find_prog_unit_error
90: (p_module_name => 'create_tk_grp_query_criteria'
91: ,p_hook_type => 'BP'
92: );
93: end;

Line 131: when hr_api.cannot_find_prog_unit then

127: ,p_criteria_type => p_criteria_type
128: ,p_criteria_id => p_criteria_id
129: );
130: exception
131: when hr_api.cannot_find_prog_unit then
132: hr_api.cannot_find_prog_unit_error
133: (p_module_name => 'create_tk_grp_query_criteria'
134: ,p_hook_type => 'AP'
135: );

Line 132: hr_api.cannot_find_prog_unit_error

128: ,p_criteria_id => p_criteria_id
129: );
130: exception
131: when hr_api.cannot_find_prog_unit then
132: hr_api.cannot_find_prog_unit_error
133: (p_module_name => 'create_tk_grp_query_criteria'
134: ,p_hook_type => 'AP'
135: );
136: end;

Line 145: raise hr_api.validate_enabled;

141: --
142: -- When in validation only mode raise the Validate_Enabled exception
143: --
144: if p_validate then
145: raise hr_api.validate_enabled;
146: end if;
147: --
148: if g_debug then
149: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 160: when hr_api.validate_enabled then

156: p_object_version_number := l_object_version_number;
157: --
158: exception
159: --
160: when hr_api.validate_enabled then
161: --
162: -- As the Validate_Enabled exception has been raised
163: -- we must rollback to the savepoint
164: --

Line 227: hr_api.mandatory_arg_error

223: --
224: savepoint update_tk_grp_query_criteria;
225: --
226:
227: hr_api.mandatory_arg_error
228: (p_api_name => l_proc
229: ,p_argument => 'TK_GROUP_QUERY_CRITERIA_ID'
230: ,p_argument_value => p_tk_group_query_criteria_id
231: );

Line 263: when hr_api.cannot_find_prog_unit then

259: ,p_criteria_type => p_criteria_type
260: ,p_criteria_id => p_criteria_id
261: );
262: exception
263: when hr_api.cannot_find_prog_unit then
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'update_tk_grp_query_criteria'
266: ,p_hook_type => 'BP'
267: );

Line 264: hr_api.cannot_find_prog_unit_error

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

Line 301: when hr_api.cannot_find_prog_unit then

297: ,p_criteria_type => p_criteria_type
298: ,p_criteria_id => p_criteria_id
299: );
300: exception
301: when hr_api.cannot_find_prog_unit then
302: hr_api.cannot_find_prog_unit_error
303: (p_module_name => 'update_tk_grp_query_criteria'
304: ,p_hook_type => 'AP'
305: );

Line 302: hr_api.cannot_find_prog_unit_error

298: ,p_criteria_id => p_criteria_id
299: );
300: exception
301: when hr_api.cannot_find_prog_unit then
302: hr_api.cannot_find_prog_unit_error
303: (p_module_name => 'update_tk_grp_query_criteria'
304: ,p_hook_type => 'AP'
305: );
306: end;

Line 315: raise hr_api.validate_enabled;

311: --
312: -- When in validation only mode raise the Validate_Enabled exception
313: --
314: if p_validate then
315: raise hr_api.validate_enabled;
316: end if;
317: --
318: if g_debug then
319: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 328: when hr_api.validate_enabled then

324: p_object_version_number := l_object_version_number;
325: --
326: exception
327: --
328: when hr_api.validate_enabled then
329: --
330: -- As the Validate_Enabled exception has been raised
331: -- we must rollback to the savepoint
332: --

Line 404: when hr_api.cannot_find_prog_unit then

400: (p_tk_group_query_criteria_id => p_tk_group_query_criteria_id
401: ,p_object_version_number => p_object_version_number
402: );
403: exception
404: when hr_api.cannot_find_prog_unit then
405: hr_api.cannot_find_prog_unit_error
406: (p_module_name => 'delete_tk_grp_query_criteria'
407: ,p_hook_type => 'BP'
408: );

Line 405: hr_api.cannot_find_prog_unit_error

401: ,p_object_version_number => p_object_version_number
402: );
403: exception
404: when hr_api.cannot_find_prog_unit then
405: hr_api.cannot_find_prog_unit_error
406: (p_module_name => 'delete_tk_grp_query_criteria'
407: ,p_hook_type => 'BP'
408: );
409: end;

Line 436: when hr_api.cannot_find_prog_unit then

432: (p_tk_group_query_criteria_id => p_tk_group_query_criteria_id
433: ,p_object_version_number => p_object_version_number
434: );
435: exception
436: when hr_api.cannot_find_prog_unit then
437: hr_api.cannot_find_prog_unit_error
438: (p_module_name => 'delete_tk_grp_query_criteria'
439: ,p_hook_type => 'AP'
440: );

Line 437: hr_api.cannot_find_prog_unit_error

433: ,p_object_version_number => p_object_version_number
434: );
435: exception
436: when hr_api.cannot_find_prog_unit then
437: hr_api.cannot_find_prog_unit_error
438: (p_module_name => 'delete_tk_grp_query_criteria'
439: ,p_hook_type => 'AP'
440: );
441: end;

Line 446: raise hr_api.validate_enabled;

442: --
443: -- When in validation only mode raise the Validate_Enabled exception
444: --
445: if p_validate then
446: raise hr_api.validate_enabled;
447: end if;
448: --
449: if g_debug then
450: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 455: when hr_api.validate_enabled then

451: end if;
452: --
453: exception
454: --
455: when hr_api.validate_enabled then
456: --
457: -- As the Validate_Enabled exception has been raised
458: -- we must rollback to the savepoint
459: --

Line 512: hr_api.mandatory_arg_error

508: l_proc := g_package||'chk_criteria_type';
509: hr_utility.set_location('Entering:'||l_proc, 5);
510: end if;
511:
512: hr_api.mandatory_arg_error
513: (p_api_name => l_proc
514: ,p_argument => 'CRITERIA_TYPE'
515: ,p_argument_value => p_criteria_type
516: );

Line 646: hr_api.mandatory_arg_error

642: l_proc := 'chk_tk_group_query_id';
643: hr_utility.set_location('Processing:'||l_proc, 5);
644: end if;
645:
646: hr_api.mandatory_arg_error
647: (p_api_name => l_proc
648: ,p_argument => 'TK_GROUP_QUERY_ID'
649: ,p_argument_value => p_tk_group_query_id
650: );