DBA Data[Home] [Help]

APPS.HRI_OLTP_CONC_DIM dependencies on HRI_OPL_PERSON_TYPE_CTGRY

Line 238: hri_opl_person_type_ctgry.full_refresh;

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;
239: ELSE
240: hri_opl_person_type_ctgry.incr_refresh;
241: END IF;
242:

Line 240: hri_opl_person_type_ctgry.incr_refresh;

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;
239: ELSE
240: hri_opl_person_type_ctgry.incr_refresh;
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

Line 263: (p_package_name => 'HRI_OPL_PERSON_TYPE_CTGRY'

259:
260: g_msg_sub_group := NVL(g_msg_sub_group, 'INCR_REFRESH');
261:
262: hri_bpl_conc_log.log_process_info
263: (p_package_name => 'HRI_OPL_PERSON_TYPE_CTGRY'
264: ,p_msg_type => 'ERROR'
265: ,p_msg_group => 'PRSN_TYP_CNGS'
266: ,p_msg_sub_group => g_msg_sub_group
267: ,p_sql_err_code => SQLCODE