DBA Data[Home] [Help]

APPS.BEN_EXT_PURGE dependencies on BEN_POPULATE_RBV

Line 140: if not ben_populate_rbv.validate_mode

136: || lpad(to_char(l_rcd_count),7) ) ;
137:
138: --- for performance commit every single extrct result when the mode is not rollbak
139:
140: if not ben_populate_rbv.validate_mode
141: (p_validate => p_validate)
142: then
143: --
144: hr_utility.set_location('commit '||l_xrs.ext_rslt_id, 15);

Line 152: if ben_populate_rbv.validate_mode

148: end if;
149:
150: end Loop ;
151:
152: if ben_populate_rbv.validate_mode
153: (p_validate => p_validate
154: )
155: then
156: --

Line 289: if not ben_populate_rbv.validate_mode

285: l_person_count := l_person_count + 1 ;
286: l_log_count := l_log_count + 1 ;
287:
288: if mod(l_log_count,1000) = 0 then
289: if not ben_populate_rbv.validate_mode
290: (p_validate => p_validate)
291: then
292: commit;
293: end if ;

Line 318: if ben_populate_rbv.validate_mode

314: end if ;
315: close c_chg_log ;
316:
317:
318: if ben_populate_rbv.validate_mode
319: (p_validate => p_validate
320: )
321: then
322: --