DBA Data[Home] [Help]

APPS.FA_INTERCO_PVT dependencies on FND_PROFILE

Line 68: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));

64: l_reporting_flag := 'P';
65: else
66: l_reporting_flag := 'R';
67: -- set the sob_id and currency context
68: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));
69: fnd_client_info.set_currency_context (to_char(l_sob_tbl(l_sob_index)));
70: END IF;
71:
72: -- call the cache to set the sob_id used for rounding and other lower

Line 93: fnd_profile.put('GL_SET_OF_BKS_ID', p_src_asset_hdr_rec.set_of_books_id);

89:
90: end loop;
91:
92: -- reset the gl sob info back to the primary book so fazcbc cache is ok
93: fnd_profile.put('GL_SET_OF_BKS_ID', p_src_asset_hdr_rec.set_of_books_id);
94: fnd_client_info.set_currency_context (p_src_asset_hdr_rec.set_of_books_id);
95:
96: return true;
97: