DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_DIM dependencies on HRI_BPL_PERSON_TYPE

Line 234: hri_bpl_person_type.g_warning_flag := 'N';

230: hri_bpl_conc_log.dbg('Full refresh: ' || l_full_refresh);
231: hri_bpl_conc_log.dbg('Collect from: N/A');
232:
233: -- Set warning off (in case this session is re-used)
234: hri_bpl_person_type.g_warning_flag := 'N';
235:
236: -- Call the appropriate function depending on full refresh parameter
237: IF (l_full_refresh = 'Y') THEN
238: hri_opl_person_type_ctgry.full_refresh;

Line 245: IF hri_bpl_person_type.g_warning_flag = 'Y' THEN

241: END IF;
242:
243: -- In case a warning was raised in the person type fast formula
244: -- package, then process should be marked as warning
245: IF hri_bpl_person_type.g_warning_flag = 'Y' THEN
246: errbuf := 'WARNING';
247: retcode := 1;
248: END IF;
249: