Custom Report submit using FND_REQUEST.SUBMIT_REQUEST
Hi,
Developed and register concurrent program using Multi-Org objects.
I.e., used RA_CUSTOMER_TRX, HZ_CUST_ACCT_SITES, HZ_CUST_SITE_USES objects without ALL
When submitted the concurrent program from View > Requests > Submit a New request, report output generated.
But, When the same concurrent program submitted using FND_REQUEST.SUBMIT_REQUEST report output is blank.
I have match the concurrent program Parameters for both the requests are same.
But, ORG_ID field is blank in FND_CONCURRENT_REQUESTS table for the concurrent program submitted using API, but the concurrent program submitted in application ORG_ID is having a value.