DBA Data[Home] [Help]

APPS.PJI_PJI_EXTRACTION_UTILS dependencies on BIS_MV_REFRESH

Line 210: BIS_MV_REFRESH.REFRESH_WRAPPER(p_name, p_method);

206: commit; -- we need to end any transactions before altering parallel DML
207:
208: IF (upper(p_name) <> 'ALL') THEN
209:
210: BIS_MV_REFRESH.REFRESH_WRAPPER(p_name, p_method);
211:
212: ELSE
213:
214: IF cur_mv%ISOPEN then

Line 219: BIS_MV_REFRESH.REFRESH_WRAPPER(cur_mv_rec.owner ||'.'||

215: CLOSE cur_mv;
216: END IF;
217:
218: For cur_mv_rec in cur_mv LOOP
219: BIS_MV_REFRESH.REFRESH_WRAPPER(cur_mv_rec.owner ||'.'||
220: cur_mv_rec.mv_name,
221: p_method);
222: End LOOP;
223: