DBA Data[Home] [Help]

APPS.BEN_BATCH_BNFT_CERT_INFO_API dependencies on HR_API

Line 56: when hr_api.cannot_find_prog_unit then

52: ,p_enrt_ctfn_recd_dt => p_enrt_ctfn_recd_dt
53: ,p_effective_date => trunc(p_effective_date)
54: );
55: exception
56: when hr_api.cannot_find_prog_unit then
57: hr_api.cannot_find_prog_unit_error
58: (
59: p_module_name => 'CREATE_batch_bnft_cert_info'
60: ,p_hook_type => 'BP'

Line 57: hr_api.cannot_find_prog_unit_error

53: ,p_effective_date => trunc(p_effective_date)
54: );
55: exception
56: when hr_api.cannot_find_prog_unit then
57: hr_api.cannot_find_prog_unit_error
58: (
59: p_module_name => 'CREATE_batch_bnft_cert_info'
60: ,p_hook_type => 'BP'
61: );

Line 95: when hr_api.cannot_find_prog_unit then

91: ,p_object_version_number => l_object_version_number
92: ,p_effective_date => trunc(p_effective_date)
93: );
94: exception
95: when hr_api.cannot_find_prog_unit then
96: hr_api.cannot_find_prog_unit_error
97: (p_module_name => 'CREATE_batch_bnft_cert_info'
98: ,p_hook_type => 'AP'
99: );

Line 96: hr_api.cannot_find_prog_unit_error

92: ,p_effective_date => trunc(p_effective_date)
93: );
94: exception
95: when hr_api.cannot_find_prog_unit then
96: hr_api.cannot_find_prog_unit_error
97: (p_module_name => 'CREATE_batch_bnft_cert_info'
98: ,p_hook_type => 'AP'
99: );
100: --

Line 110: raise hr_api.validate_enabled;

106: --
107: -- When in validation only mode raise the Validate_Enabled exception
108: --
109: if p_validate then
110: raise hr_api.validate_enabled;
111: end if;
112: --
113: -- Set all output arguments
114: --

Line 122: when hr_api.validate_enabled then

118: hr_utility.set_location(' Leaving:'||l_proc, 70);
119: --
120: exception
121: --
122: when hr_api.validate_enabled then
123: --
124: -- As the Validate_Enabled exception has been raised
125: -- we must rollback to the savepoint
126: --

Line 154: ,p_benefit_action_id in number default hr_api.g_number

150: --
151: procedure update_batch_bnft_cert_info
152: (p_validate in boolean default false
153: ,p_batch_benft_cert_id in number
154: ,p_benefit_action_id in number default hr_api.g_number
155: ,p_person_id in number default hr_api.g_number
156: ,p_actn_typ_id in number default hr_api.g_number
157: ,p_typ_cd in varchar2 default hr_api.g_varchar2
158: ,p_enrt_ctfn_recd_dt in date default hr_api.g_date

Line 155: ,p_person_id in number default hr_api.g_number

151: procedure update_batch_bnft_cert_info
152: (p_validate in boolean default false
153: ,p_batch_benft_cert_id in number
154: ,p_benefit_action_id in number default hr_api.g_number
155: ,p_person_id in number default hr_api.g_number
156: ,p_actn_typ_id in number default hr_api.g_number
157: ,p_typ_cd in varchar2 default hr_api.g_varchar2
158: ,p_enrt_ctfn_recd_dt in date default hr_api.g_date
159: ,p_object_version_number in out nocopy number

Line 156: ,p_actn_typ_id in number default hr_api.g_number

152: (p_validate in boolean default false
153: ,p_batch_benft_cert_id in number
154: ,p_benefit_action_id in number default hr_api.g_number
155: ,p_person_id in number default hr_api.g_number
156: ,p_actn_typ_id in number default hr_api.g_number
157: ,p_typ_cd in varchar2 default hr_api.g_varchar2
158: ,p_enrt_ctfn_recd_dt in date default hr_api.g_date
159: ,p_object_version_number in out nocopy number
160: ,p_effective_date in date

Line 157: ,p_typ_cd in varchar2 default hr_api.g_varchar2

153: ,p_batch_benft_cert_id in number
154: ,p_benefit_action_id in number default hr_api.g_number
155: ,p_person_id in number default hr_api.g_number
156: ,p_actn_typ_id in number default hr_api.g_number
157: ,p_typ_cd in varchar2 default hr_api.g_varchar2
158: ,p_enrt_ctfn_recd_dt in date default hr_api.g_date
159: ,p_object_version_number in out nocopy number
160: ,p_effective_date in date
161: ) is

Line 158: ,p_enrt_ctfn_recd_dt in date default hr_api.g_date

154: ,p_benefit_action_id in number default hr_api.g_number
155: ,p_person_id in number default hr_api.g_number
156: ,p_actn_typ_id in number default hr_api.g_number
157: ,p_typ_cd in varchar2 default hr_api.g_varchar2
158: ,p_enrt_ctfn_recd_dt in date default hr_api.g_date
159: ,p_object_version_number in out nocopy number
160: ,p_effective_date in date
161: ) is
162: --

Line 198: when hr_api.cannot_find_prog_unit then

194: ,p_object_version_number => p_object_version_number
195: ,p_effective_date => trunc(p_effective_date)
196: );
197: exception
198: when hr_api.cannot_find_prog_unit then
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'UPDATE_batch_bnft_cert_info'
201: ,p_hook_type => 'BP'
202: );

Line 199: hr_api.cannot_find_prog_unit_error

195: ,p_effective_date => trunc(p_effective_date)
196: );
197: exception
198: when hr_api.cannot_find_prog_unit then
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'UPDATE_batch_bnft_cert_info'
201: ,p_hook_type => 'BP'
202: );
203: --

Line 236: when hr_api.cannot_find_prog_unit then

232: ,p_object_version_number => l_object_version_number
233: ,p_effective_date => trunc(p_effective_date)
234: );
235: exception
236: when hr_api.cannot_find_prog_unit then
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'UPDATE_batch_bnft_cert_info'
239: ,p_hook_type => 'AP'
240: );

Line 237: hr_api.cannot_find_prog_unit_error

233: ,p_effective_date => trunc(p_effective_date)
234: );
235: exception
236: when hr_api.cannot_find_prog_unit then
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'UPDATE_batch_bnft_cert_info'
239: ,p_hook_type => 'AP'
240: );
241: --

Line 251: raise hr_api.validate_enabled;

247: --
248: -- When in validation only mode raise the Validate_Enabled exception
249: --
250: if p_validate then
251: raise hr_api.validate_enabled;
252: end if;
253: --
254: -- Set all output arguments
255: --

Line 262: when hr_api.validate_enabled then

258: hr_utility.set_location(' Leaving:'||l_proc, 70);
259: --
260: exception
261: --
262: when hr_api.validate_enabled then
263: --
264: -- As the Validate_Enabled exception has been raised
265: -- we must rollback to the savepoint
266: --

Line 326: when hr_api.cannot_find_prog_unit then

322: ,p_object_version_number => p_object_version_number
323: ,p_effective_date => trunc(p_effective_date)
324: );
325: exception
326: when hr_api.cannot_find_prog_unit then
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'DELETE_batch_bnft_cert_info'
329: ,p_hook_type => 'BP'
330: );

Line 327: hr_api.cannot_find_prog_unit_error

323: ,p_effective_date => trunc(p_effective_date)
324: );
325: exception
326: when hr_api.cannot_find_prog_unit then
327: hr_api.cannot_find_prog_unit_error
328: (p_module_name => 'DELETE_batch_bnft_cert_info'
329: ,p_hook_type => 'BP'
330: );
331: --

Line 354: when hr_api.cannot_find_prog_unit then

350: ,p_object_version_number => l_object_version_number
351: ,p_effective_date => trunc(p_effective_date)
352: );
353: exception
354: when hr_api.cannot_find_prog_unit then
355: hr_api.cannot_find_prog_unit_error
356: (p_module_name => 'DELETE_batch_bnft_cert_info'
357: ,p_hook_type => 'AP'
358: );

Line 355: hr_api.cannot_find_prog_unit_error

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

Line 369: raise hr_api.validate_enabled;

365: --
366: -- When in validation only mode raise the Validate_Enabled exception
367: --
368: if p_validate then
369: raise hr_api.validate_enabled;
370: end if;
371: --
372:
373:

Line 378: when hr_api.validate_enabled then

374: hr_utility.set_location(' Leaving:'||l_proc, 70);
375: --
376: exception
377: --
378: when hr_api.validate_enabled then
379: --
380: -- As the Validate_Enabled exception has been raised
381: -- we must rollback to the savepoint
382: --