DBA Data[Home] [Help]

APPS.FA_CACHE_PKG dependencies on FND_PROFILE

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

2339:
2340: if not fa_profile_init then
2341:
2342: -- load profiles
2343: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2344: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', fa_large_rollback);
2345: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);

Line 2344: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', fa_large_rollback);

2340: if not fa_profile_init then
2341:
2342: -- load profiles
2343: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2344: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', fa_large_rollback);
2345: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);

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

2341:
2342: -- load profiles
2343: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2344: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', fa_large_rollback);
2345: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);

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

2343: fnd_profile.get('FA_DEBUG_FILE', fa_debug_file);
2344: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', fa_large_rollback);
2345: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);

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

2344: fnd_profile.get('FA_LARGE_ROLLBACK_SEGMENT', fa_large_rollback);
2345: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);

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

2345: fnd_profile.get('FA_ANNUAL_ROUND', fa_annual_round );
2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );

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

2346:
2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);

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

2347: fnd_profile.get('CRL-FA ENABLED', l_fa_crl_enabled);
2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);

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

2348: fnd_profile.get('PRINT_DEBUG', l_fa_print_debug);
2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);

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

2349: fnd_profile.get('FA_USE_THRESHOLD', l_fa_use_threshold);
2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2357:

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

2350: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', l_fa_gen_expense_account);
2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2357:
2358: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);

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

2351: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', l_fa_pregen_asset_account);
2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2357:
2358: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2359: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);

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

2352: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', l_fa_pregen_book_account);
2353: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', l_fa_pregen_cat_account );
2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2357:
2358: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2359: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);
2360:

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

2354: fnd_profile.get('FA_MCP_ALL_COST_ADJ', l_fa_mcp_all_cost_adj);
2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2357:
2358: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2359: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);
2360:
2361: if (nvl(l_fa_crl_enabled, 'N') = 'Y') then
2362: fa_crl_enabled := TRUE;

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

2355: fnd_profile.get('FA_DEPRN_OVERRIDE_ENABLED', l_fa_deprn_override_enabled);
2356: fnd_profile.get('FA_ENABLED_DEPRN_BASIS_FORMULA', l_fa_deprn_basis_enabled);
2357:
2358: fnd_profile.get('FA_BATCH_SIZE', l_fa_batch_size);
2359: fnd_profile.get('FA_CUSTOM_GEN_CCID', l_fa_custom_gen_ccid);
2360:
2361: if (nvl(l_fa_crl_enabled, 'N') = 'Y') then
2362: fa_crl_enabled := TRUE;
2363: else