DBA Data[Home] [Help]

APPS.PAY_FRR_INS dependencies on PAY_FRR_BUS

Line 595: pay_frr_bus.set_effective_end_date

591: --
592: -- Set the effective end date of the FRR according to the
593: -- business rule.
594: --
595: pay_frr_bus.set_effective_end_date
596: (p_effective_date => p_effective_date
597: ,p_result_rule_type => p_rec.result_rule_type
598: ,p_result_name => p_rec.result_name
599: ,p_status_processing_rule_id => p_rec.status_processing_rule_id

Line 608: pay_frr_bus.insert_validate

604: );
605: --
606: -- Call the supporting insert validate operations
607: --
608: pay_frr_bus.insert_validate
609: (p_rec => p_rec
610: ,p_effective_date => p_effective_date
611: ,p_datetrack_mode => l_datetrack_mode
612: ,p_validation_start_date => l_validation_start_date