DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_DIM dependencies on HRI_BPL_JOB

Line 450: hri_bpl_job.g_warning_flag := 'N';

446: hri_bpl_conc_log.dbg('Full refresh: ' || l_full_refresh);
447: hri_bpl_conc_log.dbg('Collect from: N/A');
448:
449: -- Set warning off - in case the session is reused
450: hri_bpl_job.g_warning_flag := 'N';
451:
452: IF (l_full_refresh = 'Y') THEN
453: hri_opl_job_job_role.full_refresh;
454: ELSE

Line 459: IF (hri_bpl_job.g_warning_flag = 'Y') THEN

455: hri_opl_job_job_role.incr_refresh;
456: END IF;
457:
458: -- In case a warning is raised then the process should be marked as warning
459: IF (hri_bpl_job.g_warning_flag = 'Y') THEN
460: errbuf:= 'WARNING';
461: retcode:= 1;
462: END IF;
463: