DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FND_PROFILE

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

72: -- initialize debug message stack.
73: fa_debug_pkg.initialize;
74: end if;
75:
76: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
77: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
78:
79: -- Check version of the API
80: -- Standard call to check for API call compatibility.

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

191: COMMIT WORK;
192: end if;
193:
194: -- Reset the gl_sob profile
195: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
196: fnd_client_info.set_currency_context (l_orig_currency_context);
197:
198:
199: -- Standard call to get message count and if count is 1 get message info.

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

209:
210: ROLLBACK TO do_rollback;
211:
212: -- set back to original environment when the procedure is finished
213: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
214: fnd_client_info.set_currency_context (l_orig_currency_context);
215:
216: fa_srvr_msg.add_message
217: (calling_fn => l_calling_fn,

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

228:
229: ROLLBACK TO do_rollback;
230:
231: -- set back to original environment when the procedure is finished
232: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
233: fnd_client_info.set_currency_context (l_orig_currency_context);
234:
235: fa_srvr_msg.add_sql_error
236: (calling_fn => l_calling_fn,

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

281: BEGIN
282:
283:
284: -- Set the gl_sob profile to this book
285: fnd_profile.put('GL_SET_OF_BKS_ID', px_asset_hdr_rec.set_of_books_id);
286: fnd_client_info.set_currency_context (px_asset_hdr_rec.set_of_books_id);
287: l_sysdate := sysdate;
288:
289: if (NOT FA_UTIL_PVT.get_period_rec (

Line 442: fnd_profile.put('GL_SET_OF_BKS_ID',

438: l_mrc_sob_type_code := 'R';
439: end if;
440:
441: -- Set the gl_sob profile to this reporting book
442: fnd_profile.put('GL_SET_OF_BKS_ID',
443: l_mrc_asset_hdr_rec.set_of_books_id);
444: fnd_client_info.set_currency_context (
445: l_mrc_asset_hdr_rec.set_of_books_id);
446: