DBA Data[Home] [Help]

APPS.FA_MASSADD_PREPARE_PKG dependencies on FA_MASSADD_PREP_ENERGY_PKG

Line 506: IF NOT FA_MASSADD_PREP_ENERGY_PKG.prep_asset_key_category ( p_book_type_code, p_log_level_rec => g_log_level_rec) THEN

502: END IF;
503:
504: /*call the asset key function deprneding upon the package*/
505: IF (l_lookup_rule_value = 'CUSTOM ENERGY') THEN
506: IF NOT FA_MASSADD_PREP_ENERGY_PKG.prep_asset_key_category ( p_book_type_code, p_log_level_rec => g_log_level_rec) THEN
507: l_debug_str := 'Energy prepare asset key returned failure';
508: END IF;
509:
510: /* ------------------------------------------------------------------------------

Line 524: IF NOT FA_MASSADD_PREP_ENERGY_PKG.merge_lines (p_book_type_code,

520: fa_debug_pkg.add ( l_calling_fn, l_debug_str, '',
521: p_log_level_rec => g_log_level_rec);
522: END IF;
523:
524: IF NOT FA_MASSADD_PREP_ENERGY_PKG.merge_lines (p_book_type_code,
525: p_log_level_rec => g_log_level_rec) THEN
526: l_debug_str := 'Energy merge_lines returned failure';
527: END IF;
528: END IF;

Line 586: IF NOT FA_MASSADD_PREP_ENERGY_PKG.prepare_attributes ( l_mass_add_rec_tbl ( l_count), p_log_level_rec => g_log_level_rec) THEN

582: p_log_level_rec => g_log_level_rec);
583: END IF;
584: END IF;
585: ELSIF (l_lookup_rule_value = 'CUSTOM ENERGY') THEN
586: IF NOT FA_MASSADD_PREP_ENERGY_PKG.prepare_attributes ( l_mass_add_rec_tbl ( l_count), p_log_level_rec => g_log_level_rec) THEN
587: l_debug_str := 'Energy prepare attributes returned failure';
588:
589: IF (g_log_level_rec.statement_level) THEN
590: fa_debug_pkg.add ( l_calling_fn, l_debug_str, '',