DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FND_PROFILE

Line 401: fnd_profile.get('GL_SET_OF_BKS_ID', h_set_of_books_id);

397:
398: begin <>
399:
400: -- get mrc related info
401: fnd_profile.get('GL_SET_OF_BKS_ID', h_set_of_books_id);
402:
403: if (h_set_of_books_id is not null) then
404: if not fazcsob
405: (X_set_of_books_id => h_set_of_books_id,

Line 2629: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);

2625:
2626: if not fa_profile_init then
2627:
2628: -- load profiles
2629: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2630: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2631:
2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);

Line 2630: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );

2626: if not fa_profile_init then
2627:
2628: -- load profiles
2629: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2630: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2631:
2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);

Line 2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);

2628: -- load profiles
2629: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2630: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2631:
2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);

Line 2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);

2629: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2630: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2631:
2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);

Line 2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);

2630: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2631:
2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );

Line 2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);

2631:
2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);

Line 2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);

2632: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);

Line 2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);

2633: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);

Line 2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );

2634: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2642:

Line 2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);

2635: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2642:
2643: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);

Line 2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);

2636: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2642:
2643: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2644: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);

Line 2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);

2637: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2638: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2642:
2643: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2644: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);
2645:

Line 2643: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);

2639: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2642:
2643: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2644: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);
2645:
2646: if (nvl(l_fa_crl_enabled, 'N') = 'Y') then
2647: fa_crl_enabled := TRUE;

Line 2644: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);

2640: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2641: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2642:
2643: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2644: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);
2645:
2646: if (nvl(l_fa_crl_enabled, 'N') = 'Y') then
2647: fa_crl_enabled := TRUE;
2648: else

Line 2896: fnd_profile.put('GL_SET_OF_BKS_ID',X_sob_id);

2892: return boolean is
2893: fazcbcsob_err exception;
2894: begin <>
2895:
2896: fnd_profile.put('GL_SET_OF_BKS_ID',X_sob_id);
2897:
2898: if NOT fa_cache_pkg.fazcbc(X_book => X_book,
2899: p_log_level_rec => p_log_level_rec) then
2900: raise fazcbcsob_err;