DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_API dependencies on HR_API

Line 47: when hr_api.cannot_find_prog_unit then

43: (p_approver_type_id => p_approver_type_id
44: ,p_orig_system => p_orig_system
45: );
46: exception
47: when hr_api.cannot_find_prog_unit then
48: hr_api.cannot_find_prog_unit_error
49: (p_module_name => 'create_ame_approver_type'
50: ,p_hook_type => 'BP'
51: );

Line 48: hr_api.cannot_find_prog_unit_error

44: ,p_orig_system => p_orig_system
45: );
46: exception
47: when hr_api.cannot_find_prog_unit then
48: hr_api.cannot_find_prog_unit_error
49: (p_module_name => 'create_ame_approver_type'
50: ,p_hook_type => 'BP'
51: );
52: end;

Line 80: when hr_api.cannot_find_prog_unit then

76: ,p_start_date => l_start_date
77: ,p_end_date => l_end_date
78: );
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (p_module_name => 'create_ame_approver_type'
83: ,p_hook_type => 'AP'
84: );

Line 81: hr_api.cannot_find_prog_unit_error

77: ,p_end_date => l_end_date
78: );
79: exception
80: when hr_api.cannot_find_prog_unit then
81: hr_api.cannot_find_prog_unit_error
82: (p_module_name => 'create_ame_approver_type'
83: ,p_hook_type => 'AP'
84: );
85: end;

Line 90: raise hr_api.validate_enabled;

86: --
87: -- When in validation only mode raise the Validate_Enabled exception
88: --
89: if p_validate then
90: raise hr_api.validate_enabled;
91: end if;
92: --
93: -- Set all IN OUT and OUT parameters with out values
94: --

Line 103: when hr_api.validate_enabled then

99:
100: --
101: hr_utility.set_location(' Leaving:'||l_proc, 70);
102: exception
103: when hr_api.validate_enabled then
104: --
105: -- As the Validate_Enabled exception has been raised
106: -- we must rollback to the savepoint
107: --

Line 206: when hr_api.cannot_find_prog_unit then

202: (p_approver_type_id => p_approver_type_id
203: ,p_object_version_number => p_object_version_number
204: );
205: exception
206: when hr_api.cannot_find_prog_unit then
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'delete_ame_approver_type'
209: ,p_hook_type => 'BP'
210: );

Line 207: hr_api.cannot_find_prog_unit_error

203: ,p_object_version_number => p_object_version_number
204: );
205: exception
206: when hr_api.cannot_find_prog_unit then
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'delete_ame_approver_type'
209: ,p_hook_type => 'BP'
210: );
211: end;

Line 218: ,p_datetrack_mode => hr_api.g_delete

214: --
215: l_effective_date2 := sysdate;
216: l_apt_object_version_number := p_object_version_number;
217: ame_apt_del.del(p_approver_type_id => p_approver_type_id
218: ,p_datetrack_mode => hr_api.g_delete
219: ,p_object_version_number => l_apt_object_version_number
220: ,p_effective_date => sysdate
221: ,p_start_date => l_apt_start_date
222: ,p_end_date => l_apt_end_date

Line 235: when hr_api.cannot_find_prog_unit then

231: ,p_start_date => l_apt_start_date
232: ,p_end_date => l_apt_end_date
233: );
234: exception
235: when hr_api.cannot_find_prog_unit then
236: hr_api.cannot_find_prog_unit_error(p_module_name => 'delete_ame_approver_type'
237: ,p_hook_type => 'AP'
238: );
239: end;

Line 236: hr_api.cannot_find_prog_unit_error(p_module_name => 'delete_ame_approver_type'

232: ,p_end_date => l_apt_end_date
233: );
234: exception
235: when hr_api.cannot_find_prog_unit then
236: hr_api.cannot_find_prog_unit_error(p_module_name => 'delete_ame_approver_type'
237: ,p_hook_type => 'AP'
238: );
239: end;
240: if p_validate then

Line 241: raise hr_api.validate_enabled;

237: ,p_hook_type => 'AP'
238: );
239: end;
240: if p_validate then
241: raise hr_api.validate_enabled;
242: end if;
243: --
244: p_object_version_number := l_apt_object_version_number;
245: p_start_date := l_apt_start_date;

Line 249: when hr_api.validate_enabled then

245: p_start_date := l_apt_start_date;
246: p_end_date := l_apt_end_date;
247: hr_utility.set_location(' Leaving:'||l_proc, 50);
248: exception
249: when hr_api.validate_enabled then
250: --
251: -- As the Validate_Enabled exception has been raised
252: -- we must rollback to the savepoint
253: --