DBA Data[Home] [Help]

APPS.IBU_SR_UTIL dependencies on DUAL

Line 42: select lengthb(p_string(i)) into l_length from dual;

38: For i in p_string.FIRST..p_string.LAST Loop
39: l_out_array(i) := 'S';
40: l_length := 0;
41: If p_string(i) Is Not Null Then
42: select lengthb(p_string(i)) into l_length from dual;
43:
44: If l_length > p_max_byte(i) Then
45: l_out_array(i) := 'F';
46: End If;