DBA Data[Home] [Help]

APPS.PAY_FRR_DEL dependencies on PAY_FRR_BUS

Line 441: pay_frr_bus.set_effective_end_date

437: -- Set the effective end date of the FRR according to the
438: -- business rule.
439: --
440: If p_datetrack_mode = hr_api.g_delete_next_change then
441: pay_frr_bus.set_effective_end_date
442: (p_effective_date => p_effective_date
443: ,p_result_rule_type => pay_frr_shd.g_old_rec.result_rule_type
444: ,p_result_name => pay_frr_shd.g_old_rec.result_name
445: ,p_status_processing_rule_id =>

Line 457: pay_frr_bus.delete_validate

453: End If;
454: --
455: -- Call the supporting delete validate operation
456: --
457: pay_frr_bus.delete_validate
458: (p_rec => p_rec
459: ,p_effective_date => p_effective_date
460: ,p_datetrack_mode => p_datetrack_mode
461: ,p_validation_start_date => l_validation_start_date