DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on PER_RI_CONFIG_POS_KF_SEG_V

Line 372: from per_ri_config_pos_kf_seg_v

368: select position_segment_name,
369: position_segment_type,
370: industry_attribute,
371: CONFIG_SEQUENCE
372: from per_ri_config_pos_kf_seg_v
373: where configuration_code = cp_configuration_code
374: and industry_attribute = per_ri_config_main.g_global_fed_pos_non_fed_att
375: order by CONFIG_SEQUENCE;
376:

Line 379: from per_ri_config_pos_kf_seg_v

375: order by CONFIG_SEQUENCE;
376:
377: cursor csr_config_position_no_rv_cnt (cp_configuration_code in varchar2) IS
378: select count(*)
379: from per_ri_config_pos_kf_seg_v
380: where configuration_code = cp_configuration_code
381: and industry_attribute = per_ri_config_main.g_global_fed_pos_non_fed_att;
382:
383: l_proc varchar2(72) := g_package || 'create_positions_no_rv_keyflex';