DBA Data[Home] [Help]

APPS.FA_GENACCTS_PKG dependencies on FND_PROFILE

Line 242: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);

238:
239: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 1000);
240: l_dist_source_book := fa_cache_pkg.fazcbc_record.distribution_source_book;
241:
242: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
243: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
244: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
245: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
246:

Line 243: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);

239: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 1000);
240: l_dist_source_book := fa_cache_pkg.fazcbc_record.distribution_source_book;
241:
242: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
243: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
244: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
245: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
246:
247: -- if null set accordingly

Line 244: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);

240: l_dist_source_book := fa_cache_pkg.fazcbc_record.distribution_source_book;
241:
242: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
243: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
244: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
245: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
246:
247: -- if null set accordingly
248: if (G_gen_expense is null) then

Line 245: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);

241:
242: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
243: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
244: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
245: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
246:
247: -- if null set accordingly
248: if (G_gen_expense is null) then
249: G_gen_expense := 'N';