DBA Data[Home] [Help]

APPS.PAY_PAYMENT_METHODS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 785: from per_all_assignments_f

781: -- refuse to allow the date change. #293382.
782: --
783: cursor payroll_on_new_date is
784: select payroll_id
785: from per_all_assignments_f
786: where assignment_id = to_number (p_asg_id)
787: and fnd_date.canonical_to_date(p_new_date) between effective_start_date
788: and effective_end_date;
789: --