DBA Data[Home] [Help]

APPS.PAY_PL_PAYE_API dependencies on HR_API

Line 127: when hr_api.cannot_find_prog_unit then

123: ,p_income_reduction => p_income_reduction
124: ,p_income_reduction_amount => p_income_reduction_amount
125: ,p_rate_of_tax => p_rate_of_tax);
126: exception
127: when hr_api.cannot_find_prog_unit then
128: hr_api.cannot_find_prog_unit_error
129: (p_module_name => 'create_pl_paye_details'
130: ,p_hook_type => 'BP'
131: );

Line 128: hr_api.cannot_find_prog_unit_error

124: ,p_income_reduction_amount => p_income_reduction_amount
125: ,p_rate_of_tax => p_rate_of_tax);
126: exception
127: when hr_api.cannot_find_prog_unit then
128: hr_api.cannot_find_prog_unit_error
129: (p_module_name => 'create_pl_paye_details'
130: ,p_hook_type => 'BP'
131: );
132: end;

Line 182: when hr_api.cannot_find_prog_unit then

178: ,p_effective_start_date => l_effective_start_date
179: ,p_effective_end_date => l_effective_end_date
180: );
181: exception
182: when hr_api.cannot_find_prog_unit then
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'create_pl_paye_api'
185: ,p_hook_type => 'AP'
186: );

Line 183: hr_api.cannot_find_prog_unit_error

179: ,p_effective_end_date => l_effective_end_date
180: );
181: exception
182: when hr_api.cannot_find_prog_unit then
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'create_pl_paye_api'
185: ,p_hook_type => 'AP'
186: );
187: end;

Line 192: raise hr_api.validate_enabled;

188: --
189: -- When in validation only mode raise the Validate_Enabled exception
190: --
191: if p_validate then
192: raise hr_api.validate_enabled;
193: end if;
194: --
195: -- Set all IN OUT and OUT parameters with out values
196: --

Line 204: when hr_api.validate_enabled then

200: p_effective_end_date := l_effective_end_date;
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 70);
203: exception
204: when hr_api.validate_enabled then
205: --
206: -- As the Validate_Enabled exception has been raised
207: -- we must rollback to the savepoint
208: --

Line 246: ,p_tax_reduction in varchar2 default hr_api.g_varchar2

242: ,p_effective_date in date
243: ,p_datetrack_update_mode in varchar2
244: ,p_paye_details_id in number
245: ,p_object_version_number in out nocopy number
246: ,p_tax_reduction in varchar2 default hr_api.g_varchar2
247: ,p_tax_calc_with_spouse_child in varchar2 default hr_api.g_varchar2
248: ,p_income_reduction in varchar2 default hr_api.g_varchar2
249: ,p_income_reduction_amount in number default hr_api.g_number
250: ,p_rate_of_tax in varchar2 default hr_api.g_varchar2

Line 247: ,p_tax_calc_with_spouse_child in varchar2 default hr_api.g_varchar2

243: ,p_datetrack_update_mode in varchar2
244: ,p_paye_details_id in number
245: ,p_object_version_number in out nocopy number
246: ,p_tax_reduction in varchar2 default hr_api.g_varchar2
247: ,p_tax_calc_with_spouse_child in varchar2 default hr_api.g_varchar2
248: ,p_income_reduction in varchar2 default hr_api.g_varchar2
249: ,p_income_reduction_amount in number default hr_api.g_number
250: ,p_rate_of_tax in varchar2 default hr_api.g_varchar2
251: ,p_effective_start_date out nocopy date

Line 248: ,p_income_reduction in varchar2 default hr_api.g_varchar2

244: ,p_paye_details_id in number
245: ,p_object_version_number in out nocopy number
246: ,p_tax_reduction in varchar2 default hr_api.g_varchar2
247: ,p_tax_calc_with_spouse_child in varchar2 default hr_api.g_varchar2
248: ,p_income_reduction in varchar2 default hr_api.g_varchar2
249: ,p_income_reduction_amount in number default hr_api.g_number
250: ,p_rate_of_tax in varchar2 default hr_api.g_varchar2
251: ,p_effective_start_date out nocopy date
252: ,p_effective_end_date out nocopy date

Line 249: ,p_income_reduction_amount in number default hr_api.g_number

245: ,p_object_version_number in out nocopy number
246: ,p_tax_reduction in varchar2 default hr_api.g_varchar2
247: ,p_tax_calc_with_spouse_child in varchar2 default hr_api.g_varchar2
248: ,p_income_reduction in varchar2 default hr_api.g_varchar2
249: ,p_income_reduction_amount in number default hr_api.g_number
250: ,p_rate_of_tax in varchar2 default hr_api.g_varchar2
251: ,p_effective_start_date out nocopy date
252: ,p_effective_end_date out nocopy date
253: )

Line 250: ,p_rate_of_tax in varchar2 default hr_api.g_varchar2

246: ,p_tax_reduction in varchar2 default hr_api.g_varchar2
247: ,p_tax_calc_with_spouse_child in varchar2 default hr_api.g_varchar2
248: ,p_income_reduction in varchar2 default hr_api.g_varchar2
249: ,p_income_reduction_amount in number default hr_api.g_number
250: ,p_rate_of_tax in varchar2 default hr_api.g_varchar2
251: ,p_effective_start_date out nocopy date
252: ,p_effective_end_date out nocopy date
253: )
254: is

Line 304: when hr_api.cannot_find_prog_unit then

300: ,p_rate_of_tax => p_rate_of_tax
301: ,p_object_version_number => l_object_version_number
302: );
303: exception
304: when hr_api.cannot_find_prog_unit then
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'update_pl_paye_details'
307: ,p_hook_type => 'BP'
308: );

Line 305: hr_api.cannot_find_prog_unit_error

301: ,p_object_version_number => l_object_version_number
302: );
303: exception
304: when hr_api.cannot_find_prog_unit then
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'update_pl_paye_details'
307: ,p_hook_type => 'BP'
308: );
309: end;

Line 352: when hr_api.cannot_find_prog_unit then

348: ,p_effective_end_date => l_effective_end_date
349: );
350:
351: exception
352: when hr_api.cannot_find_prog_unit then
353: hr_api.cannot_find_prog_unit_error
354: (p_module_name => 'update_pl_paye_details'
355: ,p_hook_type => 'AP'
356: );

Line 353: hr_api.cannot_find_prog_unit_error

349: );
350:
351: exception
352: when hr_api.cannot_find_prog_unit then
353: hr_api.cannot_find_prog_unit_error
354: (p_module_name => 'update_pl_paye_details'
355: ,p_hook_type => 'AP'
356: );
357: end;

Line 362: raise hr_api.validate_enabled;

358: --
359: -- When in validation only mode raise the Validate_Enabled exception
360: --
361: if p_validate then
362: raise hr_api.validate_enabled;
363: end if;
364: --
365: -- Set all IN OUT and OUT parameters with out values
366: --

Line 374: when hr_api.validate_enabled then

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

Line 466: when hr_api.cannot_find_prog_unit then

462: ,p_datetrack_delete_mode => p_datetrack_delete_mode
463: ,p_object_version_number => p_object_version_number
464: );
465: exception
466: when hr_api.cannot_find_prog_unit then
467: hr_api.cannot_find_prog_unit_error
468: (p_module_name => 'delete_pl_paye_details'
469: ,p_hook_type => 'BP'
470: );

Line 467: hr_api.cannot_find_prog_unit_error

463: ,p_object_version_number => p_object_version_number
464: );
465: exception
466: when hr_api.cannot_find_prog_unit then
467: hr_api.cannot_find_prog_unit_error
468: (p_module_name => 'delete_pl_paye_details'
469: ,p_hook_type => 'BP'
470: );
471: end;

Line 503: when hr_api.cannot_find_prog_unit then

499: ,p_effective_end_date => l_effective_end_date
500: );
501:
502: exception
503: when hr_api.cannot_find_prog_unit then
504: hr_api.cannot_find_prog_unit_error
505: (p_module_name => 'delete_pl_paye_details'
506: ,p_hook_type => 'AP'
507: );

Line 504: hr_api.cannot_find_prog_unit_error

500: );
501:
502: exception
503: when hr_api.cannot_find_prog_unit then
504: hr_api.cannot_find_prog_unit_error
505: (p_module_name => 'delete_pl_paye_details'
506: ,p_hook_type => 'AP'
507: );
508: end;

Line 513: raise hr_api.validate_enabled;

509: --
510: -- When in validation only mode raise the Validate_Enabled exception
511: --
512: if p_validate then
513: raise hr_api.validate_enabled;
514: end if;
515: --
516: -- Set all IN OUT and OUT parameters with out values
517: --

Line 526: when hr_api.validate_enabled then

522:
523: --
524: hr_utility.set_location(' Leaving:'||l_proc, 70);
525: exception
526: when hr_api.validate_enabled then
527: --
528: -- As the Validate_Enabled exception has been raised
529: -- we must rollback to the savepoint
530: --