Oracle Message ORA-23430 - argument string cannot be NULL or empty string

ERRORargument string cannot be NULL or empty string
CAUSEThe caller has provided an argument whose value cannot be NULL or the empty string.
ACTIONCheck that the varchar2 value provided is not NULL or the empty string, and retry the call.