DBA Data[Home] [Help]

APPS.BEN_ELIG_RSLT_API dependencies on HR_API

Line 60: when hr_api.cannot_find_prog_unit then

56: ,p_elig_flag => p_elig_flag
57: ,p_effective_date => trunc(p_effective_date)
58: );
59: exception
60: when hr_api.cannot_find_prog_unit then
61: hr_api.cannot_find_prog_unit_error
62: (
63: p_module_name => 'CREATE_ELIG_RSLT'
64: ,p_hook_type => 'BP'

Line 61: hr_api.cannot_find_prog_unit_error

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

Line 103: when hr_api.cannot_find_prog_unit then

99: ,p_object_version_number => l_object_version_number
100: ,p_effective_date => trunc(p_effective_date)
101: );
102: exception
103: when hr_api.cannot_find_prog_unit then
104: hr_api.cannot_find_prog_unit_error
105: (p_module_name => 'CREATE_ELIG_RSLT'
106: ,p_hook_type => 'AP'
107: );

Line 104: hr_api.cannot_find_prog_unit_error

100: ,p_effective_date => trunc(p_effective_date)
101: );
102: exception
103: when hr_api.cannot_find_prog_unit then
104: hr_api.cannot_find_prog_unit_error
105: (p_module_name => 'CREATE_ELIG_RSLT'
106: ,p_hook_type => 'AP'
107: );
108: --

Line 118: raise hr_api.validate_enabled;

114: --
115: -- When in validation only mode raise the Validate_Enabled exception
116: --
117: if p_validate then
118: raise hr_api.validate_enabled;
119: end if;
120: --
121: -- Set all output arguments
122: --

Line 132: when hr_api.validate_enabled then

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

Line 166: ,p_business_group_id in number default hr_api.g_number

162: (p_validate in boolean default false
163: ,p_elig_rslt_id in number
164: ,p_effective_start_date out nocopy date
165: ,p_effective_end_date out nocopy date
166: ,p_business_group_id in number default hr_api.g_number
167: ,p_elig_obj_id in number default hr_api.g_number
168: ,p_person_id in number default hr_api.g_number
169: ,p_assignment_id in number default hr_api.g_number
170: ,p_elig_flag in varchar2 default hr_api.g_varchar2

Line 167: ,p_elig_obj_id in number default hr_api.g_number

163: ,p_elig_rslt_id in number
164: ,p_effective_start_date out nocopy date
165: ,p_effective_end_date out nocopy date
166: ,p_business_group_id in number default hr_api.g_number
167: ,p_elig_obj_id in number default hr_api.g_number
168: ,p_person_id in number default hr_api.g_number
169: ,p_assignment_id in number default hr_api.g_number
170: ,p_elig_flag in varchar2 default hr_api.g_varchar2
171: ,p_object_version_number in out nocopy number

Line 168: ,p_person_id in number default hr_api.g_number

164: ,p_effective_start_date out nocopy date
165: ,p_effective_end_date out nocopy date
166: ,p_business_group_id in number default hr_api.g_number
167: ,p_elig_obj_id in number default hr_api.g_number
168: ,p_person_id in number default hr_api.g_number
169: ,p_assignment_id in number default hr_api.g_number
170: ,p_elig_flag in varchar2 default hr_api.g_varchar2
171: ,p_object_version_number in out nocopy number
172: ,p_effective_date in date

Line 169: ,p_assignment_id in number default hr_api.g_number

165: ,p_effective_end_date out nocopy date
166: ,p_business_group_id in number default hr_api.g_number
167: ,p_elig_obj_id in number default hr_api.g_number
168: ,p_person_id in number default hr_api.g_number
169: ,p_assignment_id in number default hr_api.g_number
170: ,p_elig_flag in varchar2 default hr_api.g_varchar2
171: ,p_object_version_number in out nocopy number
172: ,p_effective_date in date
173: ,p_datetrack_mode in varchar2

Line 170: ,p_elig_flag in varchar2 default hr_api.g_varchar2

166: ,p_business_group_id in number default hr_api.g_number
167: ,p_elig_obj_id in number default hr_api.g_number
168: ,p_person_id in number default hr_api.g_number
169: ,p_assignment_id in number default hr_api.g_number
170: ,p_elig_flag in varchar2 default hr_api.g_varchar2
171: ,p_object_version_number in out nocopy number
172: ,p_effective_date in date
173: ,p_datetrack_mode in varchar2
174: ) is

Line 214: when hr_api.cannot_find_prog_unit then

210: ,p_effective_date => trunc(p_effective_date)
211: ,p_datetrack_mode => p_datetrack_mode
212: );
213: exception
214: when hr_api.cannot_find_prog_unit then
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'UPDATE_ELIG_RSLT'
217: ,p_hook_type => 'BP'
218: );

Line 215: hr_api.cannot_find_prog_unit_error

211: ,p_datetrack_mode => p_datetrack_mode
212: );
213: exception
214: when hr_api.cannot_find_prog_unit then
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'UPDATE_ELIG_RSLT'
217: ,p_hook_type => 'BP'
218: );
219: --

Line 258: when hr_api.cannot_find_prog_unit then

254: ,p_effective_date => trunc(p_effective_date)
255: ,p_datetrack_mode => p_datetrack_mode
256: );
257: exception
258: when hr_api.cannot_find_prog_unit then
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'UPDATE_ELIG_RSLT'
261: ,p_hook_type => 'AP'
262: );

Line 259: hr_api.cannot_find_prog_unit_error

255: ,p_datetrack_mode => p_datetrack_mode
256: );
257: exception
258: when hr_api.cannot_find_prog_unit then
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'UPDATE_ELIG_RSLT'
261: ,p_hook_type => 'AP'
262: );
263: --

Line 273: raise hr_api.validate_enabled;

269: --
270: -- When in validation only mode raise the Validate_Enabled exception
271: --
272: if p_validate then
273: raise hr_api.validate_enabled;
274: end if;
275: --
276: -- Set all output arguments
277: --

Line 286: when hr_api.validate_enabled then

282: hr_utility.set_location(' Leaving:'||l_proc, 70);
283: --
284: exception
285: --
286: when hr_api.validate_enabled then
287: --
288: -- As the Validate_Enabled exception has been raised
289: -- we must rollback to the savepoint
290: --

Line 355: when hr_api.cannot_find_prog_unit then

351: ,p_effective_date => trunc(p_effective_date)
352: ,p_datetrack_mode => p_datetrack_mode
353: );
354: exception
355: when hr_api.cannot_find_prog_unit then
356: hr_api.cannot_find_prog_unit_error
357: (p_module_name => 'DELETE_ELIG_RSLT'
358: ,p_hook_type => 'BP'
359: );

Line 356: hr_api.cannot_find_prog_unit_error

352: ,p_datetrack_mode => p_datetrack_mode
353: );
354: exception
355: when hr_api.cannot_find_prog_unit then
356: hr_api.cannot_find_prog_unit_error
357: (p_module_name => 'DELETE_ELIG_RSLT'
358: ,p_hook_type => 'BP'
359: );
360: --

Line 389: when hr_api.cannot_find_prog_unit then

385: ,p_effective_date => trunc(p_effective_date)
386: ,p_datetrack_mode => p_datetrack_mode
387: );
388: exception
389: when hr_api.cannot_find_prog_unit then
390: hr_api.cannot_find_prog_unit_error
391: (p_module_name => 'DELETE_ELIG_RSLT'
392: ,p_hook_type => 'AP'
393: );

Line 390: hr_api.cannot_find_prog_unit_error

386: ,p_datetrack_mode => p_datetrack_mode
387: );
388: exception
389: when hr_api.cannot_find_prog_unit then
390: hr_api.cannot_find_prog_unit_error
391: (p_module_name => 'DELETE_ELIG_RSLT'
392: ,p_hook_type => 'AP'
393: );
394: --

Line 404: raise hr_api.validate_enabled;

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

Line 411: when hr_api.validate_enabled then

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