DBA Data[Home] [Help]

APPS.FA_MASSTFR_PKG dependencies on FA_CACHE_PKG

Line 294: if not fa_cache_pkg.fazcbc(X_book => l_book_type_code,

290: l_to_loc := mtfr_rec.to_location_id;
291: l_to_emp := mtfr_rec.to_employee_id;
292: l_category_id := mtfr_rec.category_id;
293:
294: if not fa_cache_pkg.fazcbc(X_book => l_book_type_code,
295: p_log_level_rec => g_log_level_rec) then
296: raise masstfr_err;
297: end if;
298:

Line 299: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);

295: p_log_level_rec => g_log_level_rec) then
296: raise masstfr_err;
297: end if;
298:
299: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
300:
301: --dbms_output.put_line(to_char(l_category_id));
302: --dbms_output.put_line('before OPEN CURSOR');
303:

Line 304: if (fa_cache_pkg.fa_crl_enabled) then

300:
301: --dbms_output.put_line(to_char(l_category_id));
302: --dbms_output.put_line('before OPEN CURSOR');
303:
304: if (fa_cache_pkg.fa_crl_enabled) then
305: OPEN CUA_C1;
306: FETCH CUA_C1 BULK COLLECT INTO
307: l_asset_id,
308: l_asset_number,