DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_GROUP_COMP_API dependencies on HR_API

Line 126: when hr_api.cannot_find_prog_unit then

122: ,p_attribute29 => p_attribute29
123: ,p_attribute30 => p_attribute30
124: );
125: exception
126: when hr_api.cannot_find_prog_unit then
127: hr_api.cannot_find_prog_unit_error
128: (p_module_name => 'create_time_entry_group_comp'
129: ,p_hook_type => 'BP'
130: );

Line 127: hr_api.cannot_find_prog_unit_error

123: ,p_attribute30 => p_attribute30
124: );
125: exception
126: when hr_api.cannot_find_prog_unit then
127: hr_api.cannot_find_prog_unit_error
128: (p_module_name => 'create_time_entry_group_comp'
129: ,p_hook_type => 'BP'
130: );
131: end;

Line 230: when hr_api.cannot_find_prog_unit then

226: ,p_attribute28 => p_attribute28
227: ,p_attribute29 => p_attribute29
228: ,p_attribute30 => p_attribute30 );
229: exception
230: when hr_api.cannot_find_prog_unit then
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'create_time_entry_group_comp'
233: ,p_hook_type => 'AP'
234: );

Line 231: hr_api.cannot_find_prog_unit_error

227: ,p_attribute29 => p_attribute29
228: ,p_attribute30 => p_attribute30 );
229: exception
230: when hr_api.cannot_find_prog_unit then
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'create_time_entry_group_comp'
233: ,p_hook_type => 'AP'
234: );
235: end;

Line 244: raise hr_api.validate_enabled;

240: --
241: -- When in validation only mode raise the Validate_Enabled exception
242: --
243: if p_validate then
244: raise hr_api.validate_enabled;
245: end if;
246: --
247: if g_debug then
248: hr_utility.set_location(' Leaving:'||l_proc, 70);

Line 258: when hr_api.validate_enabled then

254: p_object_version_number := l_object_version_number;
255: --
256: exception
257: --
258: when hr_api.validate_enabled then
259: --
260: -- As the Validate_Enabled exception has been raised
261: -- we must rollback to the savepoint
262: --

Line 401: when hr_api.cannot_find_prog_unit then

397: ,p_attribute29 => p_attribute29
398: ,p_attribute30 => p_attribute30
399: );
400: exception
401: when hr_api.cannot_find_prog_unit then
402: hr_api.cannot_find_prog_unit_error
403: (p_module_name => 'update_time_entry_group_comp'
404: ,p_hook_type => 'BP'
405: );

Line 402: hr_api.cannot_find_prog_unit_error

398: ,p_attribute30 => p_attribute30
399: );
400: exception
401: when hr_api.cannot_find_prog_unit then
402: hr_api.cannot_find_prog_unit_error
403: (p_module_name => 'update_time_entry_group_comp'
404: ,p_hook_type => 'BP'
405: );
406: end;

Line 502: when hr_api.cannot_find_prog_unit then

498: ,p_attribute29 => p_attribute29
499: ,p_attribute30 => p_attribute30
500: );
501: exception
502: when hr_api.cannot_find_prog_unit then
503: hr_api.cannot_find_prog_unit_error
504: (p_module_name => 'update_time_entry_group_comp'
505: ,p_hook_type => 'AP'
506: );

Line 503: hr_api.cannot_find_prog_unit_error

499: ,p_attribute30 => p_attribute30
500: );
501: exception
502: when hr_api.cannot_find_prog_unit then
503: hr_api.cannot_find_prog_unit_error
504: (p_module_name => 'update_time_entry_group_comp'
505: ,p_hook_type => 'AP'
506: );
507: end;

Line 516: raise hr_api.validate_enabled;

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

Line 529: when hr_api.validate_enabled then

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

Line 608: when hr_api.cannot_find_prog_unit then

604: (p_time_entry_group_comp_id => p_time_entry_group_comp_id
605: ,p_object_version_number => p_object_version_number
606: );
607: exception
608: when hr_api.cannot_find_prog_unit then
609: hr_api.cannot_find_prog_unit_error
610: (p_module_name => 'delete_time_entry_group_comp_b'
611: ,p_hook_type => 'BP'
612: );

Line 609: hr_api.cannot_find_prog_unit_error

605: ,p_object_version_number => p_object_version_number
606: );
607: exception
608: when hr_api.cannot_find_prog_unit then
609: hr_api.cannot_find_prog_unit_error
610: (p_module_name => 'delete_time_entry_group_comp_b'
611: ,p_hook_type => 'BP'
612: );
613: end;

Line 640: when hr_api.cannot_find_prog_unit then

636: (p_time_entry_group_comp_id => p_time_entry_group_comp_id
637: ,p_object_version_number => p_object_version_number
638: );
639: exception
640: when hr_api.cannot_find_prog_unit then
641: hr_api.cannot_find_prog_unit_error
642: (p_module_name => 'delete_time_entry_group_comp_a'
643: ,p_hook_type => 'AP'
644: );

Line 641: hr_api.cannot_find_prog_unit_error

637: ,p_object_version_number => p_object_version_number
638: );
639: exception
640: when hr_api.cannot_find_prog_unit then
641: hr_api.cannot_find_prog_unit_error
642: (p_module_name => 'delete_time_entry_group_comp_a'
643: ,p_hook_type => 'AP'
644: );
645: end;

Line 650: raise hr_api.validate_enabled;

646: --
647: -- When in validation only mode raise the Validate_Enabled exception
648: --
649: if p_validate then
650: raise hr_api.validate_enabled;
651: end if;
652: --
653: if g_debug then
654: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 659: when hr_api.validate_enabled then

655: end if;
656: --
657: exception
658: --
659: when hr_api.validate_enabled then
660: --
661: -- As the Validate_Enabled exception has been raised
662: -- we must rollback to the savepoint
663: --