DBA Data[Home] [Help]

APPS.PAY_PAYMENT_METHODS_PKG dependencies on PER_ALL_ASSIGNMENTS_F

Line 788: from per_all_assignments_f

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