DBA Data[Home] [Help]

APPS.FA_GENACCTS_PKG dependencies on FND_PROFILE

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

220:
221: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 1000);
222: l_dist_source_book := fa_cache_pkg.fazcbc_record.distribution_source_book;
223:
224: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
225: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
226: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
227: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
228:

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

221: l_batch_size := nvl(fa_cache_pkg.fa_batch_size, 1000);
222: l_dist_source_book := fa_cache_pkg.fazcbc_record.distribution_source_book;
223:
224: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
225: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
226: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
227: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
228:
229: -- if null set accordingly

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

222: l_dist_source_book := fa_cache_pkg.fazcbc_record.distribution_source_book;
223:
224: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
225: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
226: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
227: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
228:
229: -- if null set accordingly
230: if (G_gen_expense is null) then

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

223:
224: fnd_profile.get('FA_GEN_EXPENSE_ACCOUNT', G_gen_expense);
225: fnd_profile.get('FA_PREGEN_ASSET_ACCOUNT', G_pregen_asset_acct);
226: fnd_profile.get('FA_PREGEN_CAT_ACCOUNT', G_pregen_cat_acct);
227: fnd_profile.get('FA_PREGEN_BOOK_ACCOUNT', G_pregen_book_acct);
228:
229: -- if null set accordingly
230: if (G_gen_expense is null) then
231: G_gen_expense := 'N';