DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on PER_RI_CONFIG_POS_KF_SEG_V

Line 27: from per_ri_config_pos_kf_seg_v

23: where configuration_code = p_configuration_code;
24:
25: cursor csr_pos_seg_defined (cp_configuration_code in varchar2) IS
26: select count(*)
27: from per_ri_config_pos_kf_seg_v
28: where configuration_code = p_configuration_code;
29:
30: cursor csr_grd_seg_defined (cp_configuration_code in varchar2) IS
31: select count(*)