0% found this document useful (0 votes)
44 views2 pages

Run Reports As Scheduled Processes

This document discusses running reports as scheduled processes and provides details on a customer aging report by location and sales including the report name, path, and sample SQL query.

Uploaded by

khaled_ghrbia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views2 pages

Run Reports As Scheduled Processes

This document discusses running reports as scheduled processes and provides details on a customer aging report by location and sales including the report name, path, and sample SQL query.

Uploaded by

khaled_ghrbia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Run Reports as Scheduled Processes

XXALJ Customer Aging by Location And Sales


XXALJ_Customer_Aging_by_Location_And_Sales
/Custom/XXALJI_CUSTOM_REPORTS/FINANCE/
/Custom/XXALJI_CUSTOM_REPORTS/FINANCE/ALJ Customer Aging by Location And
Sales Channel.xdo

SELECT ROWNUM AS LOV_ID, ACCOUNT_NUMBER, ACCOUNT_NAME,


CUST_ACCOUNT_ID
from hz_cust_accounts

You might also like