DBA Data[Home] [Help]

APPS.PER_SUC_BUS dependencies on PER_JOBS_VL

Line 321: from per_jobs_vl per

317: --
318: --
319: cursor c1 is
320: select null
321: from per_jobs_vl per
322: where per.job_id = nvl(p_job_id,-1)
323: and p_effective_date
324: between per.DATE_FROM
325: and nvl(date_to,trunc(sysdate));