Assuming that you have imported the XML file ,and when you run the application the most common error would be (see the screen Shot)
( click the image to expand )
The first thing to check here is whether you have successfully imported the XML page or not.To check this :
Run : On Sql * Plus or SqlDeveloper ,
DECLARE
BEGIN
jdr_utils.printdocument ( p_document => ' /oracle/apps/per/selfservice/appraisals/somePG' )
END ;
The parameter to p_document is your XML path you wish to check . Few of the jdr_utils package will be discussed in coming posts.
No comments:
Post a Comment