DBA Data[Home] [Help]

APPS.MSD_CS_COLLECTION dependencies on MSD_CS_DEFN_UTL2

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

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

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

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