DBA Data[Home] [Help]

APPS.IRC_OFFER_NOTIFICATIONS_PKG dependencies on IRC_POSTING_CONTENTS_VL

Line 97: ,irc_posting_contents_vl ipc

93: ,per_all_vacancies vac
94: ,per_jobs_vl job
95: ,per_all_assignments_f asg
96: ,per_all_people_f ppf
97: ,irc_posting_contents_vl ipc
98: where
99: iof.offer_status = 'CLOSED'
100: and iof.vacancy_id = vac.vacancy_id
101: and vac.job_id = job.job_id(+)