DBA Data[Home] [Help]

APPS.IRC_IRF_BUS dependencies on PER_ALL_ASSIGNMENTS_F

Line 760: -- per_all_assignments_f.

756: -- {Start Of Comments}
757: --
758: -- Description:
759: -- This procedure is used to ensure that assignment Id exists in table
760: -- per_all_assignments_f.
761: --
762: -- Pre Conditions:
763: -- assignment Id should exist in the table.
764: --

Line 787: from per_all_assignments_f

783: l_assignment_id irc_referral_info.object_id%type ;
784: --
785: cursor csr_applicant_assignment is
786: select 1
787: from per_all_assignments_f
788: where assignment_id = p_assignment_id
789: and assignment_type = 'A'
790: and trunc(p_effective_date) between effective_start_date
791: and effective_end_date;