Oracle Solution for Error ora-23321

Solution for Oracle Error ORA-23321

ORA-23321: Pipename may not be null

What triggered the Error:

u called dbms_pipe with a null pipe name.

What should we do to fix it:

nd out the name of the pipe and call function with non-null pipename.