DBA Data[Home] [Help]

APPS.PER_PYP_BUS dependencies on PER_ASSIGNMENTS_F2

Line 512: from per_assignments_f2 asg

508: -- Cursor to check access to the assignment record
509: --
510: cursor csr_asg_sec is
511: select null
512: from per_assignments_f2 asg
513: where asg.assignment_id = p_assignment_id
514: and p_change_date between asg.effective_start_date
515: and asg.effective_end_date;
516: begin