DBA Data[Home] [Help]

APPS.MSD_CS_COLLECTION dependencies on MSD_CS_DEFN_UTL2

Line 1745: nvl(upper(msd_cs_defn_utl2.get_char_property(p_where_cond, start_pos, end_pos, 4)), 'N');

1741: end_pos := instr(p_where_cond, '''', start_pos);
1742:
1743: if substr(upper(para_type), 1, 5) = 'CHAR:' then /* Character type */
1744: l_multi_flag :=
1745: nvl(upper(msd_cs_defn_utl2.get_char_property(p_where_cond, start_pos, end_pos, 4)), 'N');
1746:
1747: l_default_col := msd_cs_defn_utl2.get_char_property(p_where_cond, start_pos, end_pos, 5);
1748:
1749: IF l_multi_flag = 'Y' THEN

Line 1747: l_default_col := msd_cs_defn_utl2.get_char_property(p_where_cond, start_pos, end_pos, 5);

1743: if substr(upper(para_type), 1, 5) = 'CHAR:' then /* Character type */
1744: l_multi_flag :=
1745: nvl(upper(msd_cs_defn_utl2.get_char_property(p_where_cond, start_pos, end_pos, 4)), 'N');
1746:
1747: l_default_col := msd_cs_defn_utl2.get_char_property(p_where_cond, start_pos, end_pos, 5);
1748:
1749: IF l_multi_flag = 'Y' THEN
1750: /* If multi input parar then check whether user entered
1751: any values for the multi input parameters */