DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FND_PROFILE

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

130: end if;
131:
132:
133: -- save profile sob id
134: fnd_profile.get('GL_SET_OF_BKS_ID', l_profile_sob_id);
135: l_currency_context := SUBSTRB(USERENV('CLIENT_INFO'),45,10);
136:
137:
138: l_index := 0;

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

324:
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: