DBA Data[Home] [Help]

APPS.FA_TXRSV_PKG dependencies on FND_PROFILE

Line 993: fnd_profile.get('GL_SET_OF_BKS_ID', l_profile_sob_id);

989: FA_DEBUG_PKG.Initialize;
990: end if;
991:
992: -- get the current values for sob for later use
993: fnd_profile.get('GL_SET_OF_BKS_ID', l_profile_sob_id);
994: l_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
995:
996: -- Begin substitute code for faxgtv (asset level)
997: fin_info.current_time := X_sysdate_val;

Line 1053: fnd_profile.put('GL_SET_OF_BKS_ID', c_rec.sob_id);

1049: l_mrc_sob_type_code := 'R';
1050: end if;
1051:
1052: -- set the profile and currency context for each iteration
1053: fnd_profile.put('GL_SET_OF_BKS_ID', c_rec.sob_id);
1054: fnd_client_info.set_currency_context (c_rec.sob_id);
1055:
1056: -- calculate /populate amounts based on whether this is reporting or primary
1057: if (c_rec.index_id = 1) then

Line 1177: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);

1173: END LOOP; -- end primary reporting loop
1174:
1175:
1176: -- reset the sob to original values
1177: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1178: fnd_client_info.set_currency_context (l_currency_context);
1179:
1180: return (TRUE);
1181:

Line 1185: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);

1181:
1182: exception
1183: when faxtxa_err then
1184: -- reset the sob to original values
1185: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1186: fnd_client_info.set_currency_context (l_currency_context);
1187:
1188: fa_srvr_msg.add_sql_error (
1189: calling_fn => 'fa_txrsv_pkg.faxtxa');

Line 1194: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);

1190: return (FALSE);
1191:
1192: when others then
1193: -- reset the sob to original values
1194: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
1195: fnd_client_info.set_currency_context (l_currency_context);
1196:
1197: fa_srvr_msg.add_sql_error (
1198: calling_fn => 'fa_txrsv_pkg.faxtxa');