DBA Data[Home] [Help]

APPS.HXC_TK_GROUP_QUERY_API dependencies on HR_API

Line 107: when hr_api.cannot_find_prog_unit then

103: ,p_include_exclude => p_include_exclude
104: ,p_system_user => p_system_user
105: );
106: exception
107: when hr_api.cannot_find_prog_unit then
108: hr_api.cannot_find_prog_unit_error
109: (p_module_name => 'create_tk_group_query'
110: ,p_hook_type => 'BP'
111: );

Line 108: hr_api.cannot_find_prog_unit_error

104: ,p_system_user => p_system_user
105: );
106: exception
107: when hr_api.cannot_find_prog_unit then
108: hr_api.cannot_find_prog_unit_error
109: (p_module_name => 'create_tk_group_query'
110: ,p_hook_type => 'BP'
111: );
112: end;

Line 151: when hr_api.cannot_find_prog_unit then

147: ,p_include_exclude => p_include_exclude
148: ,p_system_user => p_system_user
149: );
150: exception
151: when hr_api.cannot_find_prog_unit then
152: hr_api.cannot_find_prog_unit_error
153: (p_module_name => 'create_tk_group_query'
154: ,p_hook_type => 'AP'
155: );

Line 152: hr_api.cannot_find_prog_unit_error

148: ,p_system_user => p_system_user
149: );
150: exception
151: when hr_api.cannot_find_prog_unit then
152: hr_api.cannot_find_prog_unit_error
153: (p_module_name => 'create_tk_group_query'
154: ,p_hook_type => 'AP'
155: );
156: end;

Line 165: raise hr_api.validate_enabled;

161: --
162: -- When in validation only mode raise the Validate_Enabled exception
163: --
164: if p_validate then
165: raise hr_api.validate_enabled;
166: end if;
167: --
168: if g_debug then
169: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 179: when hr_api.validate_enabled then

175: p_object_version_number := l_object_version_number;
176: --
177: exception
178: --
179: when hr_api.validate_enabled then
180: --
181: -- As the Validate_Enabled exception has been raised
182: -- we must rollback to the savepoint
183: --

Line 306: when hr_api.cannot_find_prog_unit then

302: ,p_include_exclude => p_include_exclude
303: ,p_system_user => p_system_user
304: );
305: exception
306: when hr_api.cannot_find_prog_unit then
307: hr_api.cannot_find_prog_unit_error
308: (p_module_name => 'update_tk_group_query'
309: ,p_hook_type => 'BP'
310: );

Line 307: hr_api.cannot_find_prog_unit_error

303: ,p_system_user => p_system_user
304: );
305: exception
306: when hr_api.cannot_find_prog_unit then
307: hr_api.cannot_find_prog_unit_error
308: (p_module_name => 'update_tk_group_query'
309: ,p_hook_type => 'BP'
310: );
311: end;

Line 346: when hr_api.cannot_find_prog_unit then

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

Line 347: hr_api.cannot_find_prog_unit_error

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

Line 360: raise hr_api.validate_enabled;

356: --
357: -- When in validation only mode raise the Validate_Enabled exception
358: --
359: if p_validate then
360: raise hr_api.validate_enabled;
361: end if;
362: --
363: if g_debug then
364: hr_utility.set_location(' Leaving:'||l_proc, 60);

Line 373: when hr_api.validate_enabled then

369: p_object_version_number := l_object_version_number;
370: --
371: exception
372: --
373: when hr_api.validate_enabled then
374: --
375: -- As the Validate_Enabled exception has been raised
376: -- we must rollback to the savepoint
377: --

Line 477: when hr_api.cannot_find_prog_unit then

473: (p_tk_group_query_id => p_tk_group_query_id
474: ,p_object_version_number => p_object_version_number
475: );
476: exception
477: when hr_api.cannot_find_prog_unit then
478: hr_api.cannot_find_prog_unit_error
479: (p_module_name => 'delete_tk_group_query'
480: ,p_hook_type => 'BP'
481: );

Line 478: hr_api.cannot_find_prog_unit_error

474: ,p_object_version_number => p_object_version_number
475: );
476: exception
477: when hr_api.cannot_find_prog_unit then
478: hr_api.cannot_find_prog_unit_error
479: (p_module_name => 'delete_tk_group_query'
480: ,p_hook_type => 'BP'
481: );
482: end;

Line 509: when hr_api.cannot_find_prog_unit then

505: (p_tk_group_query_id => p_tk_group_query_id
506: ,p_object_version_number => p_object_version_number
507: );
508: exception
509: when hr_api.cannot_find_prog_unit then
510: hr_api.cannot_find_prog_unit_error
511: (p_module_name => 'delete_tk_group_query'
512: ,p_hook_type => 'AP'
513: );

Line 510: hr_api.cannot_find_prog_unit_error

506: ,p_object_version_number => p_object_version_number
507: );
508: exception
509: when hr_api.cannot_find_prog_unit then
510: hr_api.cannot_find_prog_unit_error
511: (p_module_name => 'delete_tk_group_query'
512: ,p_hook_type => 'AP'
513: );
514: end;

Line 519: raise hr_api.validate_enabled;

515: --
516: -- When in validation only mode raise the Validate_Enabled exception
517: --
518: if p_validate then
519: raise hr_api.validate_enabled;
520: end if;
521: --
522: if g_debug then
523: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 528: when hr_api.validate_enabled then

524: end if;
525: --
526: exception
527: --
528: when hr_api.validate_enabled then
529: --
530: -- As the Validate_Enabled exception has been raised
531: -- we must rollback to the savepoint
532: --

Line 654: hr_api.mandatory_arg_error

650: if g_debug then
651: l_proc := 'chk_tk_group_id';
652: hr_utility.set_location('Entering:'||l_proc, 10);
653: end if;
654: hr_api.mandatory_arg_error
655: (p_api_name => l_proc
656: ,p_argument => 'TK_GROUP_ID'
657: ,p_argument_value => p_tk_group_id
658: );