i have the job in my PLSQL package & its returning jobno when i debug , how this job number generated ?
DBMS_JOB.SUBMIT(jobNo, 'begin AsyncContractInvDet_pkg. async_response(JOB); end;');
log_debug('jobNo::::'||jobNo);
How to write equivalent DBMS_scheduler.create for above job and where i can pass jobno as in parameter because my pkg.proc having in parameter