DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on PER_RI_CONFIG_JOB_KF_SEG_V

Line 29: from per_ri_config_job_kf_seg_v

25: select job_segment_name,
26: job_segment_type,
27: industry_attribute,
28: CONFIG_SEQUENCE
29: from per_ri_config_job_kf_seg_v
30: where configuration_code = cp_configuration_code
31: and industry_attribute = per_ri_config_main.g_global_fed_job_non_fed_att
32: order by CONFIG_SEQUENCE;
33: