DBA Data[Home] [Help]

APPS.ECX_UTIL_API dependencies on DBMS_LOB

Line 827: l_clobLen := dbms_lob.getLength(p_xmlclob);

823: x_validate := getValidationFlag();
824:
825: if not (x_validate) then
826: l_max_size := getMaximumXMLSize();
827: l_clobLen := dbms_lob.getLength(p_xmlclob);
828:
829: if (l_clobLen is null) then
830: l_cloblen := 0;
831: end if;