DBA Data[Home] [Help]

APPS.BEN_BATCH_COMMU_INFO_API dependencies on HR_API

Line 58: when hr_api.cannot_find_prog_unit then

54: ,p_per_cm_prvdd_id => p_per_cm_prvdd_id
55: ,p_to_be_sent_dt => p_to_be_sent_dt
56: );
57: exception
58: when hr_api.cannot_find_prog_unit then
59: hr_api.cannot_find_prog_unit_error
60: (
61: p_module_name => 'CREATE_batch_commu_info'
62: ,p_hook_type => 'BP'

Line 59: hr_api.cannot_find_prog_unit_error

55: ,p_to_be_sent_dt => p_to_be_sent_dt
56: );
57: exception
58: when hr_api.cannot_find_prog_unit then
59: hr_api.cannot_find_prog_unit_error
60: (
61: p_module_name => 'CREATE_batch_commu_info'
62: ,p_hook_type => 'BP'
63: );

Line 99: when hr_api.cannot_find_prog_unit then

95: ,p_to_be_sent_dt => p_to_be_sent_dt
96: ,p_object_version_number => l_object_version_number
97: );
98: exception
99: when hr_api.cannot_find_prog_unit then
100: hr_api.cannot_find_prog_unit_error
101: (p_module_name => 'CREATE_batch_commu_info'
102: ,p_hook_type => 'AP'
103: );

Line 100: hr_api.cannot_find_prog_unit_error

96: ,p_object_version_number => l_object_version_number
97: );
98: exception
99: when hr_api.cannot_find_prog_unit then
100: hr_api.cannot_find_prog_unit_error
101: (p_module_name => 'CREATE_batch_commu_info'
102: ,p_hook_type => 'AP'
103: );
104: --

Line 114: raise hr_api.validate_enabled;

110: --
111: -- When in validation only mode raise the Validate_Enabled exception
112: --
113: if p_validate then
114: raise hr_api.validate_enabled;
115: end if;
116: --
117: -- Set all output arguments
118: --

Line 126: when hr_api.validate_enabled then

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

Line 163: ,p_benefit_action_id in number default hr_api.g_number

159: --
160: procedure update_batch_commu_info
161: (p_validate in boolean default false
162: ,p_batch_commu_id in number
163: ,p_benefit_action_id in number default hr_api.g_number
164: ,p_person_id in number default hr_api.g_number
165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number

Line 164: ,p_person_id in number default hr_api.g_number

160: procedure update_batch_commu_info
161: (p_validate in boolean default false
162: ,p_batch_commu_id in number
163: ,p_benefit_action_id in number default hr_api.g_number
164: ,p_person_id in number default hr_api.g_number
165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number
168: ,p_per_cm_prvdd_id in number default hr_api.g_number

Line 165: ,p_per_cm_id in number default hr_api.g_number

161: (p_validate in boolean default false
162: ,p_batch_commu_id in number
163: ,p_benefit_action_id in number default hr_api.g_number
164: ,p_person_id in number default hr_api.g_number
165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number
168: ,p_per_cm_prvdd_id in number default hr_api.g_number
169: ,p_to_be_sent_dt in date default hr_api.g_date

Line 166: ,p_cm_typ_id in number default hr_api.g_number

162: ,p_batch_commu_id in number
163: ,p_benefit_action_id in number default hr_api.g_number
164: ,p_person_id in number default hr_api.g_number
165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number
168: ,p_per_cm_prvdd_id in number default hr_api.g_number
169: ,p_to_be_sent_dt in date default hr_api.g_date
170: ,p_object_version_number in out nocopy number

Line 167: ,p_business_group_id in number default hr_api.g_number

163: ,p_benefit_action_id in number default hr_api.g_number
164: ,p_person_id in number default hr_api.g_number
165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number
168: ,p_per_cm_prvdd_id in number default hr_api.g_number
169: ,p_to_be_sent_dt in date default hr_api.g_date
170: ,p_object_version_number in out nocopy number
171: ) is

Line 168: ,p_per_cm_prvdd_id in number default hr_api.g_number

164: ,p_person_id in number default hr_api.g_number
165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number
168: ,p_per_cm_prvdd_id in number default hr_api.g_number
169: ,p_to_be_sent_dt in date default hr_api.g_date
170: ,p_object_version_number in out nocopy number
171: ) is
172: --

Line 169: ,p_to_be_sent_dt in date default hr_api.g_date

165: ,p_per_cm_id in number default hr_api.g_number
166: ,p_cm_typ_id in number default hr_api.g_number
167: ,p_business_group_id in number default hr_api.g_number
168: ,p_per_cm_prvdd_id in number default hr_api.g_number
169: ,p_to_be_sent_dt in date default hr_api.g_date
170: ,p_object_version_number in out nocopy number
171: ) is
172: --
173: -- Declare cursors and local variables

Line 209: when hr_api.cannot_find_prog_unit then

205: ,p_to_be_sent_dt => p_to_be_sent_dt
206: ,p_object_version_number => p_object_version_number
207: );
208: exception
209: when hr_api.cannot_find_prog_unit then
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'UPDATE_batch_commu_info'
212: ,p_hook_type => 'BP'
213: );

Line 210: hr_api.cannot_find_prog_unit_error

206: ,p_object_version_number => p_object_version_number
207: );
208: exception
209: when hr_api.cannot_find_prog_unit then
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'UPDATE_batch_commu_info'
212: ,p_hook_type => 'BP'
213: );
214: --

Line 249: when hr_api.cannot_find_prog_unit then

245: ,p_to_be_sent_dt => p_to_be_sent_dt
246: ,p_object_version_number => l_object_version_number
247: );
248: exception
249: when hr_api.cannot_find_prog_unit then
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'UPDATE_batch_commu_info'
252: ,p_hook_type => 'AP'
253: );

Line 250: hr_api.cannot_find_prog_unit_error

246: ,p_object_version_number => l_object_version_number
247: );
248: exception
249: when hr_api.cannot_find_prog_unit then
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'UPDATE_batch_commu_info'
252: ,p_hook_type => 'AP'
253: );
254: --

Line 264: raise hr_api.validate_enabled;

260: --
261: -- When in validation only mode raise the Validate_Enabled exception
262: --
263: if p_validate then
264: raise hr_api.validate_enabled;
265: end if;
266: --
267: -- Set all output arguments
268: --

Line 275: when hr_api.validate_enabled then

271: hr_utility.set_location(' Leaving:'||l_proc, 70);
272: --
273: exception
274: --
275: when hr_api.validate_enabled then
276: --
277: -- As the Validate_Enabled exception has been raised
278: -- we must rollback to the savepoint
279: --

Line 336: when hr_api.cannot_find_prog_unit then

332: p_batch_commu_id => p_batch_commu_id
333: ,p_object_version_number => p_object_version_number
334: );
335: exception
336: when hr_api.cannot_find_prog_unit then
337: hr_api.cannot_find_prog_unit_error
338: (p_module_name => 'DELETE_batch_commu_info'
339: ,p_hook_type => 'BP'
340: );

Line 337: hr_api.cannot_find_prog_unit_error

333: ,p_object_version_number => p_object_version_number
334: );
335: exception
336: when hr_api.cannot_find_prog_unit then
337: hr_api.cannot_find_prog_unit_error
338: (p_module_name => 'DELETE_batch_commu_info'
339: ,p_hook_type => 'BP'
340: );
341: --

Line 362: when hr_api.cannot_find_prog_unit then

358: p_batch_commu_id => p_batch_commu_id
359: ,p_object_version_number => l_object_version_number
360: );
361: exception
362: when hr_api.cannot_find_prog_unit then
363: hr_api.cannot_find_prog_unit_error
364: (p_module_name => 'DELETE_batch_commu_info'
365: ,p_hook_type => 'AP'
366: );

Line 363: hr_api.cannot_find_prog_unit_error

359: ,p_object_version_number => l_object_version_number
360: );
361: exception
362: when hr_api.cannot_find_prog_unit then
363: hr_api.cannot_find_prog_unit_error
364: (p_module_name => 'DELETE_batch_commu_info'
365: ,p_hook_type => 'AP'
366: );
367: --

Line 377: raise hr_api.validate_enabled;

373: --
374: -- When in validation only mode raise the Validate_Enabled exception
375: --
376: if p_validate then
377: raise hr_api.validate_enabled;
378: end if;
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 70);
381: --

Line 384: when hr_api.validate_enabled then

380: hr_utility.set_location(' Leaving:'||l_proc, 70);
381: --
382: exception
383: --
384: when hr_api.validate_enabled then
385: --
386: -- As the Validate_Enabled exception has been raised
387: -- we must rollback to the savepoint
388: --