DBA Data[Home] [Help]

APPS.ZPB_DATA_COLLECTION_UTIL_PVT dependencies on DBMS_LOB

Line 134: l_length := dbms_lob.getlength(l_lob);

130: exit when j=0;
131: end loop;
132:
133: --remove the comma at end of lob
134: l_length := dbms_lob.getlength(l_lob);
135: dbms_lob.trim(l_lob, l_length -1);
136:
137: x_owner_list := l_lob;
138: end if;

Line 135: dbms_lob.trim(l_lob, l_length -1);

131: end loop;
132:
133: --remove the comma at end of lob
134: l_length := dbms_lob.getlength(l_lob);
135: dbms_lob.trim(l_lob, l_length -1);
136:
137: x_owner_list := l_lob;
138: end if;
139: