R12- HOW TO USE THE GME_API_PUB.CREATE_BATCH API
(Doc ID 984966.1)
Last updated on JULY 23, 2024
Applies to:
Oracle Process Manufacturing Process Execution - Version 12 to 12.2.1 [Release 12 to 12.2]Information in this document applies to any platform.
Goal
In Release 12.0.6 we are attempting to call the GME_API_PUB.CREATE_BATCH Package Body from our own wrapper code, and as far as we can see our list of input parameters matches with the values expected (as shown in file GMEPAPIB.pls)
However when we run our script it fails consistently with:
SQL> /
gme_api_pub.create_batch(
*
ERROR at line 27:
ORA-06550: line 27, column 3:
PLS-00306: wrong number or types of arguments in call to 'CREATE_BATCH'
PL/SQL: Statement ignored
gme_api_pub.create_batch(
*
ERROR at line 27:
ORA-06550: line 27, column 3:
PLS-00306: wrong number or types of arguments in call to 'CREATE_BATCH'
PL/SQL: Statement ignored
Please can you suggest why this error is appearing?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |