0

Query to get details of XML/BI Publisher Template and Data Definition

posted on , by Adarsh

 SELECT XDDV.data_source_code   "Data Definition Code",       XDDV.data_source_name   "Data Definition",       XDDV.description        "Data Definition Description",       XTB.template_code       "Template Code",       XTT.template_name       "Template Name",       XTT.description         "Template ...

0

Query to find the output file name and path

posted on , by Adarsh

SELECT outfile_name output_file_pathFROM    fnd_concurrent_requestsWHERE    request_id = :p_request_ ...