DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_DATA_PKG dependencies on IRC_POSTING_CONTENTS_VL

Line 201: irc_posting_contents_vl ipc

197: from per_all_vacancies pav,
198: per_jobs pj,
199: hr_all_positions_f pp,
200: per_recruitment_activities pra,
201: irc_posting_contents_vl ipc
202: where vacancy_id = c_vacancyId
203: and pav.job_id = pj.job_id(+)
204: and pav.position_id = pp.position_id(+)
205: and trunc(c_effectiveDate) between trunc(pav.date_from)