DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FND_CLIENT_INFO

Line 329: fnd_client_info.set_currency_context (l_currency_context);

325: -- SLA: removing interco call as SLA / interco engine will handle this
326:
327: -- reset GL sob id to original value
328: fnd_profile.put('GL_SET_OF_BKS_ID', l_profile_sob_id);
329: fnd_client_info.set_currency_context (l_currency_context);
330:
331: return TRUE;
332:
333: EXCEPTION