DBA Data[Home] [Help]

APPS.FA_PROCESS_GROUPS_PKG dependencies on FND_PROFILE

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

610: l_mrc_sob_type_code := 'R';
611: l_asset_hdr_rec.set_of_books_id := l_sob_tbl(l_sob_index);
612:
613: -- set the sob_id and currency context
614: fnd_profile.put('GL_SET_OF_BKS_ID', l_sob_tbl(l_sob_index));
615: fnd_client_info.set_currency_context (to_char(l_sob_tbl(l_sob_index)));
616:
617: end if;
618: