DBA Data[Home] [Help]

APPS.FA_MASS_RECLASS_PKG dependencies on FA_CACHE_PKG

Line 305: if not (fa_cache_pkg.fazcbc(X_book => mr_rec.book_type_code,

301: OPEN mass_reclass;
302: FETCH mass_reclass INTO mr_rec;
303: CLOSE mass_reclass;
304:
305: if not (fa_cache_pkg.fazcbc(X_book => mr_rec.book_type_code,
306: p_log_level_rec => g_log_level_rec)) then
307: raise mrcl_failure;
308: end if;
309:

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

306: p_log_level_rec => g_log_level_rec)) then
307: raise mrcl_failure;
308: end if;
309:
310: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 200);
311:
312: l_recl_opt_rec.copy_cat_desc_flag := mr_rec.copy_cat_desc_flag;
313: l_recl_opt_rec.redefault_flag := mr_rec.redefault_flag;
314: l_asset_cat_rec.category_id := mr_rec.to_category_id;

Line 354: if not fa_cache_pkg.fazsys then

350: END IF;
351: END IF;
352:
353: /* Get the new category code from the new category id. */
354: if not fa_cache_pkg.fazsys then
355: RAISE mrcl_failure;
356: end if;
357:
358: l_cat_flex_struct := fa_cache_pkg.fazsys_record.category_flex_structure;

Line 358: l_cat_flex_struct := fa_cache_pkg.fazsys_record.category_flex_structure;

354: if not fa_cache_pkg.fazsys then
355: RAISE mrcl_failure;
356: end if;
357:
358: l_cat_flex_struct := fa_cache_pkg.fazsys_record.category_flex_structure;
359:
360: FA_RX_SHARED_PKG.Concat_Category(
361: struct_id => l_cat_flex_struct,
362: ccid => mr_rec.to_category_id,