DBA Data[Home] [Help]

APPS.PER_APL_BUS dependencies on PER_ASSIGNMENTS_F

Line 661: from per_assignments_f

657: -- Cursors
658: --
659: cursor csr_chk_asg_future_changes is
660: select assignment_id
661: from per_assignments_f
662: where application_id = p_application_id
663: and assignment_type ='A' -- 13782503
664: and effective_start_date > p_date_end;
665: