DBA Data[Home] [Help]

APPS.OKS_BILL_MIGRATION dependencies on USER_JOBS

Line 276: from user_jobs

272: and hdr.scs_code in ('SERVICE','WARRANTY');
273:
274: cursor l_jobs_csr(l_job number) is
275: select count(*)
276: from user_jobs
277: where job = l_job;
278:
279: ---------------------------------------------------------------------
280: --Newly added cursor to check whether migration has already happened.

Line 368: from user_jobs

364: ----and hdr.scs_code in ('SERVICE','WARRANTY');
365:
366: cursor l_jobs_csr(l_job number) is
367: select count(*)
368: from user_jobs
369: where job = l_job;
370:
371: cursor l_check_mig_csr is
372: select 'x'