DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on PER_ASSIGNMENTS_F2

Line 522: from per_assignments_f2 asg

518: -- Cursor to check access to the assignment record
519: --
520: cursor csr_asg_sec is
521: select null
522: from per_assignments_f2 asg
523: where asg.assignment_id = p_assignment_id
524: and p_change_date between asg.effective_start_date
525: and asg.effective_end_date;
526: begin