DBA Data[Home] [Help]

APPS.IRC_ASSIGNMENT_DETAILS_API dependencies on HR_API

Line 60: when hr_api.cannot_find_prog_unit then

56: ,p_assignment_id => p_assignment_id
57: ,p_attempt_id => p_attempt_id
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (p_module_name => 'create_assignment_details'
63: ,p_hook_type => 'BP'
64: );

Line 61: hr_api.cannot_find_prog_unit_error

57: ,p_attempt_id => p_attempt_id
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (p_module_name => 'create_assignment_details'
63: ,p_hook_type => 'BP'
64: );
65: end;

Line 106: when hr_api.cannot_find_prog_unit then

102: ,p_effective_end_date => l_effective_end_date
103: ,p_object_version_number => l_object_version_number
104: );
105: exception
106: when hr_api.cannot_find_prog_unit then
107: hr_api.cannot_find_prog_unit_error
108: (p_module_name => 'create_assignment_details'
109: ,p_hook_type => 'AP'
110: );

Line 107: hr_api.cannot_find_prog_unit_error

103: ,p_object_version_number => l_object_version_number
104: );
105: exception
106: when hr_api.cannot_find_prog_unit then
107: hr_api.cannot_find_prog_unit_error
108: (p_module_name => 'create_assignment_details'
109: ,p_hook_type => 'AP'
110: );
111: end;

Line 116: raise hr_api.validate_enabled;

112: --
113: -- When in validation only mode raise the Validate_Enabled exception
114: --
115: if p_validate then
116: raise hr_api.validate_enabled;
117: end if;
118: --
119: -- Set all IN OUT and OUT parameters with out values
120: --

Line 129: when hr_api.validate_enabled then

125: p_object_version_number := l_object_version_number;
126: --
127: hr_utility.set_location(' Leaving:'||l_proc, 70);
128: exception
129: when hr_api.validate_enabled then
130: --
131: -- As the Validate_Enabled exception has been raised
132: -- we must rollback to the savepoint
133: --

Line 174: ,p_assignment_id in number default hr_api.g_number

170: procedure update_assignment_details
171: (p_validate in boolean default false
172: ,p_effective_date in date
173: ,p_datetrack_update_mode in varchar2
174: ,p_assignment_id in number default hr_api.g_number
175: ,p_attempt_id in number default hr_api.g_number
176: ,p_qualified in varchar2 default null
177: ,p_considered in varchar2 default null
178: ,p_assignment_details_id in out nocopy number

Line 175: ,p_attempt_id in number default hr_api.g_number

171: (p_validate in boolean default false
172: ,p_effective_date in date
173: ,p_datetrack_update_mode in varchar2
174: ,p_assignment_id in number default hr_api.g_number
175: ,p_attempt_id in number default hr_api.g_number
176: ,p_qualified in varchar2 default null
177: ,p_considered in varchar2 default null
178: ,p_assignment_details_id in out nocopy number
179: ,p_object_version_number in out nocopy number

Line 227: when hr_api.cannot_find_prog_unit then

223: ,p_qualified => p_qualified
224: ,p_considered => p_considered
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'update_assignment_details'
230: ,p_hook_type => 'BP'
231: );

Line 228: hr_api.cannot_find_prog_unit_error

224: ,p_considered => p_considered
225: );
226: exception
227: when hr_api.cannot_find_prog_unit then
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'update_assignment_details'
230: ,p_hook_type => 'BP'
231: );
232: end;

Line 275: when hr_api.cannot_find_prog_unit then

271: ,p_qualified => p_qualified
272: ,p_considered => p_considered
273: );
274: exception
275: when hr_api.cannot_find_prog_unit then
276: hr_api.cannot_find_prog_unit_error
277: (p_module_name => 'update_assignment_details'
278: ,p_hook_type => 'AP'
279: );

Line 276: hr_api.cannot_find_prog_unit_error

272: ,p_considered => p_considered
273: );
274: exception
275: when hr_api.cannot_find_prog_unit then
276: hr_api.cannot_find_prog_unit_error
277: (p_module_name => 'update_assignment_details'
278: ,p_hook_type => 'AP'
279: );
280: end;

Line 285: raise hr_api.validate_enabled;

281: --
282: -- When in validation only mode raise the Validate_Enabled exception
283: --
284: if p_validate then
285: raise hr_api.validate_enabled;
286: end if;
287: --
288: -- Set all IN OUT and OUT parameters with out values
289: --

Line 298: when hr_api.validate_enabled then

294: p_effective_end_date := l_effective_end_date;
295: --
296: hr_utility.set_location(' Leaving:'||l_proc, 70);
297: exception
298: when hr_api.validate_enabled then
299: --
300: -- As the Validate_Enabled exception has been raised
301: -- we must rollback to the savepoint
302: --