DBA Data[Home] [Help]

APPS.HR_PFT_UPD dependencies on FND_FLEX_EXT

Line 412: l_pft_rec.name := fnd_flex_ext.get_segs( 'PER'

408: --Set the session language (this also clears the key flex cache)
409: hr_kflex_utility.set_session_nls_language(l_language.nls_language);
410:
411: --Populate the local record with translated key flex meanings
412: l_pft_rec.name := fnd_flex_ext.get_segs( 'PER'
413: , 'POS'
414: , l_language.id_flex_num
415: , p_position_definition_id
416: );