DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on IRC_INTERVIEW_DETAILS

Line 3165: from irc_interview_details iid

3161: or (p_datetrack_mode = 'DELETE'
3162: and date_start > p_validation_start_date))
3163: and not exists
3164: (select null
3165: from irc_interview_details iid
3166: where pe.event_id = iid.event_id)
3167: );
3168: --
3169: -- Start of 3096114