Paramaters being returned with: FND_CONC_STAT.COLLECT; [message #290417] |
Fri, 28 December 2007 15:38 |
by_tgreger
Messages: 1 Registered: December 2007
|
Junior Member |
|
|
EXEC FND_CONC_STAT.COLLECT
1.) I created an OraApps Pl/Sql concurrent program.
2.) The program has 3 parameters: org, shipto, schdtype and all are required.
3.) All are entered using good value sets.
4.) When the program runs, the three entered parameters show up in the parameters field correctly.
For Debugging I set up a DBMS_OUTPUT message that records the parameters it is using.
5.)Program completes by Exiting with a no data found error.
The program finishes without finding data because this is what it recorded as parameters:-------------------------------------------------------------
Enter value for 3: EXEC FND_CONC_STAT.COLLECT;
Enter value for 2:
Enter value for 1: EXIT
No Data Found for Org:EXIT, Ship To, EXEC FND_CONC_STAT.COLLECT; SCHEDULES ---------------------------------------------------------------
Any Ideas?
|
|
|