compilation errors
Hello all,
I am trying to resolve some errors and I'm not sure how. If someone could show me how to debug the errors, I'd appreciate it.
I am creating XML output for use in a BI Publisher report. If there is an easier way, I'd love to learn. I understand there an XML engine of some kind but I don't understand how to use it.
My output:
Package created.
Warning: compiled but with compilation errors
My PL/SQL:
CREATE OR REPLACE PACKAGE APPS.XXPRK_TRACKING_REPORT
AS
PROCEDURE main (errbuf OUT VARCHAR2,
retcode OUT NUMBER,
p_tracking_num IN VARCHAR2 default null,
I am trying to resolve some errors and I'm not sure how. If someone could show me how to debug the errors, I'd appreciate it.
I am creating XML output for use in a BI Publisher report. If there is an easier way, I'd love to learn. I understand there an XML engine of some kind but I don't understand how to use it.
My output:
Package created.
Warning: compiled but with compilation errors
My PL/SQL:
CREATE OR REPLACE PACKAGE APPS.XXPRK_TRACKING_REPORT
AS
PROCEDURE main (errbuf OUT VARCHAR2,
retcode OUT NUMBER,
p_tracking_num IN VARCHAR2 default null,
0