DBA Data[Home] [Help]

APPS.HR_PFT_UPD dependencies on PER_POSITION_DEFINITIONS

Line 391: , per_position_definitions pd

387: select l.language_code
388: , l.nls_language
389: , pd.id_flex_num
390: from fnd_languages l
391: , per_position_definitions pd
392: where pd.position_definition_id = p_position_definition_id
393: and l.installed_flag IN ('B', 'I');
394:
395: begin