DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FND_PROFILE

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

127: -- initialize debug message stack.
128: fa_debug_pkg.initialize;
129: end if;
130:
131: fnd_profile.get ('GL_SET_OF_BKS_ID',l_orig_set_of_books_id);
132: l_orig_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
133:
134:
135: -- Check version of the API

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

253: ,p_log_level_rec => g_log_level_rec);
254: end if;
255:
256: -- Set the gl_sob profile to this book
257: fnd_profile.put('GL_SET_OF_BKS_ID', l_asset_hdr_rec.set_of_books_id);
258: fnd_client_info.set_currency_context (l_asset_hdr_rec.set_of_books_id);
259:
260: if (NOT FA_UTIL_PVT.get_period_rec (
261: p_book => l_asset_hdr_rec.book_type_code,

Line 512: fnd_profile.put('GL_SET_OF_BKS_ID',

508: l_reporting_flag := 'R';
509: end if;
510:
511: -- Set the gl_sob profile to this reporting book
512: fnd_profile.put('GL_SET_OF_BKS_ID',
513: l_mrc_asset_hdr_rec.set_of_books_id);
514: fnd_client_info.set_currency_context (
515: l_mrc_asset_hdr_rec.set_of_books_id);
516:

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

842: end loop;
843:
844: -- BUG# 2376085
845: -- reset GL sob id to original value before moving to next book
846: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
847: fnd_client_info.set_currency_context (l_orig_currency_context);
848:
849: end loop;
850:

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

897: COMMIT WORK;
898: end if;
899:
900: -- Reset the gl_sob profile
901: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
902: fnd_client_info.set_currency_context (l_orig_currency_context);
903:
904: -- Standard call to get message count and if count is 1 get message info.
905: fnd_msg_pub.count_and_get (

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

914:
915: ROLLBACK TO do_addition;
916:
917: -- set back to original environment when the procedure is finished
918: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
919: fnd_client_info.set_currency_context (l_orig_currency_context);
920:
921: fa_srvr_msg.add_message
922: (calling_fn => 'fa_addition_pub.do_addition'

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

934:
935: ROLLBACK TO do_addition;
936:
937: -- set back to original environment when the procedure is finished
938: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
939: fnd_client_info.set_currency_context (l_orig_currency_context);
940:
941: fa_srvr_msg.add_message
942: (calling_fn => 'fa_addition_pub.do_addition'

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

951:
952: ROLLBACK TO do_addition;
953:
954: -- set back to original environment when the procedure is finished
955: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
956: fnd_client_info.set_currency_context (l_orig_currency_context);
957:
958: fa_srvr_msg.add_message(calling_fn => l_calling_fn
959: ,p_log_level_rec => g_log_level_rec);

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

970:
971: ROLLBACK TO do_addition;
972:
973: -- set back to original environment when the procedure is finished
974: fnd_profile.put('GL_SET_OF_BKS_ID', l_orig_set_of_books_id);
975: fnd_client_info.set_currency_context (l_orig_currency_context);
976:
977: fa_srvr_msg.add_sql_error
978: (calling_fn => 'fa_addition_pub.do_addition'