DBA Data[Home] [Help]

APPS.HRI_BPL_FACT_SUP_WRKFC_SQL dependencies on HRI_OLTP_PMV_UTIL_SNPSHT

Line 339: p_use_snapshot := hri_oltp_pmv_util_snpsht.use_wrkfc_snpsht_for_mgr

335:
336: /* Check whether a snapshot is available for the given top manager if called */
337: /* for the first time */
338: IF (p_use_snapshot IS NULL) THEN
339: p_use_snapshot := hri_oltp_pmv_util_snpsht.use_wrkfc_snpsht_for_mgr
340: (p_supervisor_id => p_parameter_rec.peo_supervisor_id,
341: p_effective_date => p_parameter_rec.time_curr_end_date);
342:
343: END IF;