DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_DIM dependencies on HRI_OPL_JOB_JOB_ROLE

Line 453: hri_opl_job_job_role.full_refresh;

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
455: hri_opl_job_job_role.incr_refresh;
456: END IF;
457:

Line 455: hri_opl_job_job_role.incr_refresh;

451:
452: IF (l_full_refresh = 'Y') THEN
453: hri_opl_job_job_role.full_refresh;
454: ELSE
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