DBA Data[Home] [Help]

APPS.HRI_BPL_FACT_ABS_SQL dependencies on HRI_OLTP_PMV_UTIL_SNPSHT

Line 277: p_use_snapshot := hri_oltp_pmv_util_snpsht.use_wcnt_chg_snpsht_for_mgr

273: /* Check whether a snapshot is available if called for the first time */
274:
275: /* HR DBI 70C Base Line doesn't Suppoer Snap Shot MV's False will be Returned */
276: IF (p_use_snapshot IS NULL) THEN
277: p_use_snapshot := hri_oltp_pmv_util_snpsht.use_wcnt_chg_snpsht_for_mgr
278: (p_supervisor_id => p_parameter_rec.peo_supervisor_id,
279: p_effective_date => p_parameter_rec.time_curr_end_date);
280: END IF;
281: