DBA Data[Home] [Help]

APPS.BEN_EXT_RSLT_ERR_API dependencies on HR_API

Line 66: when hr_api.cannot_find_prog_unit then

62: ,p_ext_rslt_id => p_ext_rslt_id
63: ,p_effective_date => trunc(p_effective_date)
64: );
65: exception
66: when hr_api.cannot_find_prog_unit then
67: hr_api.cannot_find_prog_unit_error
68: (
69: p_module_name => 'CREATE_EXT_RSLT_ERR'
70: ,p_hook_type => 'BP'

Line 67: hr_api.cannot_find_prog_unit_error

63: ,p_effective_date => trunc(p_effective_date)
64: );
65: exception
66: when hr_api.cannot_find_prog_unit then
67: hr_api.cannot_find_prog_unit_error
68: (
69: p_module_name => 'CREATE_EXT_RSLT_ERR'
70: ,p_hook_type => 'BP'
71: );

Line 115: when hr_api.cannot_find_prog_unit then

111: ,p_ext_rslt_id => p_ext_rslt_id
112: ,p_effective_date => trunc(p_effective_date)
113: );
114: exception
115: when hr_api.cannot_find_prog_unit then
116: hr_api.cannot_find_prog_unit_error
117: (p_module_name => 'CREATE_EXT_RSLT_ERR'
118: ,p_hook_type => 'AP'
119: );

Line 116: hr_api.cannot_find_prog_unit_error

112: ,p_effective_date => trunc(p_effective_date)
113: );
114: exception
115: when hr_api.cannot_find_prog_unit then
116: hr_api.cannot_find_prog_unit_error
117: (p_module_name => 'CREATE_EXT_RSLT_ERR'
118: ,p_hook_type => 'AP'
119: );
120: --

Line 130: raise hr_api.validate_enabled;

126: --
127: -- When in validation only mode raise the Validate_Enabled exception
128: --
129: if p_validate then
130: raise hr_api.validate_enabled;
131: end if;
132: --
133: -- Set all output arguments
134: --

Line 142: when hr_api.validate_enabled then

138: hr_utility.set_location(' Leaving:'||l_proc, 70);
139: --
140: exception
141: --
142: when hr_api.validate_enabled then
143: --
144: -- As the Validate_Enabled exception has been raised
145: -- we must rollback to the savepoint
146: --

Line 174: ,p_err_num in number default hr_api.g_number

170: --
171: procedure update_EXT_RSLT_ERR
172: (p_validate in boolean default false
173: ,p_ext_rslt_err_id in number
174: ,p_err_num in number default hr_api.g_number
175: ,p_err_txt in varchar2 default hr_api.g_varchar2
176: ,p_typ_cd in varchar2 default hr_api.g_varchar2
177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number

Line 175: ,p_err_txt in varchar2 default hr_api.g_varchar2

171: procedure update_EXT_RSLT_ERR
172: (p_validate in boolean default false
173: ,p_ext_rslt_err_id in number
174: ,p_err_num in number default hr_api.g_number
175: ,p_err_txt in varchar2 default hr_api.g_varchar2
176: ,p_typ_cd in varchar2 default hr_api.g_varchar2
177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number

Line 176: ,p_typ_cd in varchar2 default hr_api.g_varchar2

172: (p_validate in boolean default false
173: ,p_ext_rslt_err_id in number
174: ,p_err_num in number default hr_api.g_number
175: ,p_err_txt in varchar2 default hr_api.g_varchar2
176: ,p_typ_cd in varchar2 default hr_api.g_varchar2
177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number

Line 177: ,p_person_id in number default hr_api.g_number

173: ,p_ext_rslt_err_id in number
174: ,p_err_num in number default hr_api.g_number
175: ,p_err_txt in varchar2 default hr_api.g_varchar2
176: ,p_typ_cd in varchar2 default hr_api.g_varchar2
177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number

Line 178: ,p_business_group_id in number default hr_api.g_number

174: ,p_err_num in number default hr_api.g_number
175: ,p_err_txt in varchar2 default hr_api.g_varchar2
176: ,p_typ_cd in varchar2 default hr_api.g_varchar2
177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number
182: ,p_program_id in number default hr_api.g_number

Line 180: ,p_request_id in number default hr_api.g_number

176: ,p_typ_cd in varchar2 default hr_api.g_varchar2
177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number
182: ,p_program_id in number default hr_api.g_number
183: ,p_program_update_date in date default hr_api.g_date
184: ,p_ext_rslt_id in number default hr_api.g_number

Line 181: ,p_program_application_id in number default hr_api.g_number

177: ,p_person_id in number default hr_api.g_number
178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number
182: ,p_program_id in number default hr_api.g_number
183: ,p_program_update_date in date default hr_api.g_date
184: ,p_ext_rslt_id in number default hr_api.g_number
185: ,p_effective_date in date

Line 182: ,p_program_id in number default hr_api.g_number

178: ,p_business_group_id in number default hr_api.g_number
179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number
182: ,p_program_id in number default hr_api.g_number
183: ,p_program_update_date in date default hr_api.g_date
184: ,p_ext_rslt_id in number default hr_api.g_number
185: ,p_effective_date in date
186: ) is

Line 183: ,p_program_update_date in date default hr_api.g_date

179: ,p_object_version_number in out nocopy number
180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number
182: ,p_program_id in number default hr_api.g_number
183: ,p_program_update_date in date default hr_api.g_date
184: ,p_ext_rslt_id in number default hr_api.g_number
185: ,p_effective_date in date
186: ) is
187: --

Line 184: ,p_ext_rslt_id in number default hr_api.g_number

180: ,p_request_id in number default hr_api.g_number
181: ,p_program_application_id in number default hr_api.g_number
182: ,p_program_id in number default hr_api.g_number
183: ,p_program_update_date in date default hr_api.g_date
184: ,p_ext_rslt_id in number default hr_api.g_number
185: ,p_effective_date in date
186: ) is
187: --
188: -- Declare cursors and local variables

Line 228: when hr_api.cannot_find_prog_unit then

224: ,p_ext_rslt_id => p_ext_rslt_id
225: ,p_effective_date => trunc(p_effective_date)
226: );
227: exception
228: when hr_api.cannot_find_prog_unit then
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'UPDATE_EXT_RSLT_ERR'
231: ,p_hook_type => 'BP'
232: );

Line 229: hr_api.cannot_find_prog_unit_error

225: ,p_effective_date => trunc(p_effective_date)
226: );
227: exception
228: when hr_api.cannot_find_prog_unit then
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'UPDATE_EXT_RSLT_ERR'
231: ,p_hook_type => 'BP'
232: );
233: --

Line 276: when hr_api.cannot_find_prog_unit then

272: ,p_ext_rslt_id => p_ext_rslt_id
273: ,p_effective_date => trunc(p_effective_date)
274: );
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'UPDATE_EXT_RSLT_ERR'
279: ,p_hook_type => 'AP'
280: );

Line 277: hr_api.cannot_find_prog_unit_error

273: ,p_effective_date => trunc(p_effective_date)
274: );
275: exception
276: when hr_api.cannot_find_prog_unit then
277: hr_api.cannot_find_prog_unit_error
278: (p_module_name => 'UPDATE_EXT_RSLT_ERR'
279: ,p_hook_type => 'AP'
280: );
281: --

Line 291: raise hr_api.validate_enabled;

287: --
288: -- When in validation only mode raise the Validate_Enabled exception
289: --
290: if p_validate then
291: raise hr_api.validate_enabled;
292: end if;
293: --
294: -- Set all output arguments
295: --

Line 302: when hr_api.validate_enabled then

298: hr_utility.set_location(' Leaving:'||l_proc, 70);
299: --
300: exception
301: --
302: when hr_api.validate_enabled then
303: --
304: -- As the Validate_Enabled exception has been raised
305: -- we must rollback to the savepoint
306: --

Line 365: when hr_api.cannot_find_prog_unit then

361: ,p_object_version_number => p_object_version_number
362: ,p_effective_date => trunc(p_effective_date)
363: );
364: exception
365: when hr_api.cannot_find_prog_unit then
366: hr_api.cannot_find_prog_unit_error
367: (p_module_name => 'DELETE_EXT_RSLT_ERR'
368: ,p_hook_type => 'BP'
369: );

Line 366: hr_api.cannot_find_prog_unit_error

362: ,p_effective_date => trunc(p_effective_date)
363: );
364: exception
365: when hr_api.cannot_find_prog_unit then
366: hr_api.cannot_find_prog_unit_error
367: (p_module_name => 'DELETE_EXT_RSLT_ERR'
368: ,p_hook_type => 'BP'
369: );
370: --

Line 393: when hr_api.cannot_find_prog_unit then

389: ,p_object_version_number => l_object_version_number
390: ,p_effective_date => trunc(p_effective_date)
391: );
392: exception
393: when hr_api.cannot_find_prog_unit then
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'DELETE_EXT_RSLT_ERR'
396: ,p_hook_type => 'AP'
397: );

Line 394: hr_api.cannot_find_prog_unit_error

390: ,p_effective_date => trunc(p_effective_date)
391: );
392: exception
393: when hr_api.cannot_find_prog_unit then
394: hr_api.cannot_find_prog_unit_error
395: (p_module_name => 'DELETE_EXT_RSLT_ERR'
396: ,p_hook_type => 'AP'
397: );
398: --

Line 408: raise hr_api.validate_enabled;

404: --
405: -- When in validation only mode raise the Validate_Enabled exception
406: --
407: if p_validate then
408: raise hr_api.validate_enabled;
409: end if;
410: --
411: hr_utility.set_location(' Leaving:'||l_proc, 70);
412: --

Line 415: when hr_api.validate_enabled then

411: hr_utility.set_location(' Leaving:'||l_proc, 70);
412: --
413: exception
414: --
415: when hr_api.validate_enabled then
416: --
417: -- As the Validate_Enabled exception has been raised
418: -- we must rollback to the savepoint
419: --