DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FND_PROFILE

Line 143: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);

139: end if;
140:
141: -- get the current info for the primary book
142:
143: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
144: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
145:
146: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
147: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);

Line 146: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);

142:
143: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
144: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
145:
146: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
147: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
148:
149: -- Account for transaction submitted from a responsibility
150: -- that is not tied to a SOB_ID by getting the value from

Line 235: fnd_profile.put('GL_SET_OF_BKS_ID', l_asset_hdr_rec.set_of_books_id);

231: end if;
232:
233:
234: -- set the gl sob info for the primary tax book
235: fnd_profile.put('GL_SET_OF_BKS_ID', l_asset_hdr_rec.set_of_books_id);
236: fnd_client_info.set_currency_context (l_asset_hdr_rec.set_of_books_id);
237:
238: if not do_all_books
239: (px_asset_hdr_rec => l_asset_hdr_rec , -- tax

Line 265: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);

261:
262: when del_err then
263: ROLLBACK TO do_delete;
264:
265: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
266: fnd_client_info.set_currency_context (l_orig_currency_context);
267:
268: fa_srvr_msg.add_message(calling_fn => l_calling_fn
269: ,p_log_level_rec => g_log_level_rec);

Line 282: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);

278:
279: when others then
280: ROLLBACK TO do_delete;
281:
282: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
283: fnd_client_info.set_currency_context (l_orig_currency_context);
284:
285: fa_srvr_msg.add_sql_error(
286: calling_fn => l_calling_fn

Line 434: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then

430: AND book_Type_Code = px_asset_hdr_rec.book_type_code;
431:
432:
433: -- Asset hierarchy delete
434: if (nvl(fnd_profile.value('CRL-FA ENABLED'), 'N') = 'Y') then
435: fa_cua_wb_ext_pkg.facuas1(px_asset_hdr_rec.Asset_Id);
436: end if;
437:
438: