DBA Data[Home] [Help]

APPS.PAY_IE_SB_API dependencies on HR_API

Line 98: when hr_api.cannot_find_prog_unit then

94: ,p_reduced_standard_cutoff => p_reduced_standard_cutoff
95: ,p_incident_id => l_incident_id
96: );
97: exception
98: when hr_api.cannot_find_prog_unit then
99: hr_api.cannot_find_prog_unit_error
100: (p_module_name => 'create_ie_sb_details_f'
101: ,p_hook_type => 'BP'
102: );

Line 99: hr_api.cannot_find_prog_unit_error

95: ,p_incident_id => l_incident_id
96: );
97: exception
98: when hr_api.cannot_find_prog_unit then
99: hr_api.cannot_find_prog_unit_error
100: (p_module_name => 'create_ie_sb_details_f'
101: ,p_hook_type => 'BP'
102: );
103: end;

Line 151: when hr_api.cannot_find_prog_unit then

147: ,p_effective_start_date => l_effective_start_date
148: ,p_effective_end_date => l_effective_end_date
149: );
150: exception
151: when hr_api.cannot_find_prog_unit then
152: hr_api.cannot_find_prog_unit_error
153: (p_module_name => 'create_ie_sb_details_f'
154: ,p_hook_type => 'AP'
155: );

Line 152: hr_api.cannot_find_prog_unit_error

148: ,p_effective_end_date => l_effective_end_date
149: );
150: exception
151: when hr_api.cannot_find_prog_unit then
152: hr_api.cannot_find_prog_unit_error
153: (p_module_name => 'create_ie_sb_details_f'
154: ,p_hook_type => 'AP'
155: );
156: end;

Line 161: raise hr_api.validate_enabled;

157: --
158: -- When in validation only mode raise the Validate_Enabled exception
159: --
160: if p_validate then
161: raise hr_api.validate_enabled;
162: end if;
163: --
164: -- Set all output arguments
165: --

Line 173: when hr_api.validate_enabled then

169: p_effective_end_date := l_effective_end_Date;
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 70);
172: exception
173: when hr_api.validate_enabled then
174: --
175: -- As the Validate_Enabled exception has been raised
176: -- we must rollback to the savepoint
177: --

Line 210: ,p_absence_start_date in date default hr_api.g_date

206: procedure update_ie_sb_details
207: (p_validate in boolean default false
208: ,p_effective_date in date
209: ,p_datetrack_update_mode in varchar2
210: ,p_absence_start_date in date default hr_api.g_date
211: ,p_absence_end_date in date default hr_api.g_date
212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2

Line 211: ,p_absence_end_date in date default hr_api.g_date

207: (p_validate in boolean default false
208: ,p_effective_date in date
209: ,p_datetrack_update_mode in varchar2
210: ,p_absence_start_date in date default hr_api.g_date
211: ,p_absence_end_date in date default hr_api.g_date
212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number

Line 212: ,p_benefit_amount in number default hr_api.g_number

208: ,p_effective_date in date
209: ,p_datetrack_update_mode in varchar2
210: ,p_absence_start_date in date default hr_api.g_date
211: ,p_absence_end_date in date default hr_api.g_date
212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number
216: ,p_reduced_standard_cutoff in number default hr_api.g_number

Line 213: ,p_benefit_type in varchar2 default hr_api.g_varchar2

209: ,p_datetrack_update_mode in varchar2
210: ,p_absence_start_date in date default hr_api.g_date
211: ,p_absence_end_date in date default hr_api.g_date
212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number
216: ,p_reduced_standard_cutoff in number default hr_api.g_number
217: ,p_incident_id in number default hr_api.g_number

Line 214: ,p_calculation_option in varchar2 default hr_api.g_varchar2

210: ,p_absence_start_date in date default hr_api.g_date
211: ,p_absence_end_date in date default hr_api.g_date
212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number
216: ,p_reduced_standard_cutoff in number default hr_api.g_number
217: ,p_incident_id in number default hr_api.g_number
218: ,p_social_benefit_id in number

Line 215: ,p_reduced_tax_credit in number default hr_api.g_number

211: ,p_absence_end_date in date default hr_api.g_date
212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number
216: ,p_reduced_standard_cutoff in number default hr_api.g_number
217: ,p_incident_id in number default hr_api.g_number
218: ,p_social_benefit_id in number
219: ,p_object_version_number in out nocopy number

Line 216: ,p_reduced_standard_cutoff in number default hr_api.g_number

212: ,p_benefit_amount in number default hr_api.g_number
213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number
216: ,p_reduced_standard_cutoff in number default hr_api.g_number
217: ,p_incident_id in number default hr_api.g_number
218: ,p_social_benefit_id in number
219: ,p_object_version_number in out nocopy number
220: ,p_effective_start_date out nocopy date

Line 217: ,p_incident_id in number default hr_api.g_number

213: ,p_benefit_type in varchar2 default hr_api.g_varchar2
214: ,p_calculation_option in varchar2 default hr_api.g_varchar2
215: ,p_reduced_tax_credit in number default hr_api.g_number
216: ,p_reduced_standard_cutoff in number default hr_api.g_number
217: ,p_incident_id in number default hr_api.g_number
218: ,p_social_benefit_id in number
219: ,p_object_version_number in out nocopy number
220: ,p_effective_start_date out nocopy date
221: ,p_effective_end_date out nocopy date

Line 340: when hr_api.cannot_find_prog_unit then

336: ,p_social_benefit_id => p_social_benefit_id
337: ,p_object_version_number => l_object_version_number
338: );
339: exception
340: when hr_api.cannot_find_prog_unit then
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'update_ie_sb_details'
343: ,p_hook_type => 'BP'
344: );

Line 341: hr_api.cannot_find_prog_unit_error

337: ,p_object_version_number => l_object_version_number
338: );
339: exception
340: when hr_api.cannot_find_prog_unit then
341: hr_api.cannot_find_prog_unit_error
342: (p_module_name => 'update_ie_sb_details'
343: ,p_hook_type => 'BP'
344: );
345: end;

Line 396: when hr_api.cannot_find_prog_unit then

392: ,p_effective_start_date => l_effective_start_date
393: ,p_effective_end_date => l_effective_end_date
394: );
395: exception
396: when hr_api.cannot_find_prog_unit then
397: hr_api.cannot_find_prog_unit_error
398: (p_module_name => 'pay_ie_sb_api_bk2.update_ie_sb_details_a'
399: ,p_hook_type => 'AP'
400: );

Line 397: hr_api.cannot_find_prog_unit_error

393: ,p_effective_end_date => l_effective_end_date
394: );
395: exception
396: when hr_api.cannot_find_prog_unit then
397: hr_api.cannot_find_prog_unit_error
398: (p_module_name => 'pay_ie_sb_api_bk2.update_ie_sb_details_a'
399: ,p_hook_type => 'AP'
400: );
401: end;

Line 406: raise hr_api.validate_enabled;

402: --
403: -- When in validation only mode raise the Validate_Enabled exception
404: --
405: if p_validate then
406: raise hr_api.validate_enabled;
407: end if;
408: --
409: --
410: -- Set all output arguments

Line 418: when hr_api.validate_enabled then

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

Line 506: when hr_api.cannot_find_prog_unit then

502: ,p_social_benefit_id => p_social_benefit_id
503: ,p_object_version_number => l_object_version_number
504: );
505: exception
506: when hr_api.cannot_find_prog_unit then
507: hr_api.cannot_find_prog_unit_error
508: (p_module_name => 'delete_ie_sb_details'
509: ,p_hook_type => 'BP'
510: );

Line 507: hr_api.cannot_find_prog_unit_error

503: ,p_object_version_number => l_object_version_number
504: );
505: exception
506: when hr_api.cannot_find_prog_unit then
507: hr_api.cannot_find_prog_unit_error
508: (p_module_name => 'delete_ie_sb_details'
509: ,p_hook_type => 'BP'
510: );
511: end;

Line 539: when hr_api.cannot_find_prog_unit then

535: ,p_effective_start_date => l_effective_start_date
536: ,p_effective_end_date => l_effective_end_date
537: );
538: exception
539: when hr_api.cannot_find_prog_unit then
540: hr_api.cannot_find_prog_unit_error
541: (p_module_name => 'delete_ie_sb_details'
542: ,p_hook_type => 'AP'
543: );

Line 540: hr_api.cannot_find_prog_unit_error

536: ,p_effective_end_date => l_effective_end_date
537: );
538: exception
539: when hr_api.cannot_find_prog_unit then
540: hr_api.cannot_find_prog_unit_error
541: (p_module_name => 'delete_ie_sb_details'
542: ,p_hook_type => 'AP'
543: );
544: end;

Line 549: raise hr_api.validate_enabled;

545: --
546: -- When in validation only mode raise the Validate_Enabled exception
547: --
548: if p_validate then
549: raise hr_api.validate_enabled;
550: end if;
551: --
552: -- Set all output arguments
553: --

Line 561: when hr_api.validate_enabled then

557: --
558: hr_utility.set_location(' Leaving:'||l_proc, 70);
559: --
560: exception
561: when hr_api.validate_enabled then
562: --
563: -- As the Validate_Enabled exception has been raised
564: -- we must rollback to the savepoint
565: --