Bugs in the APIs
If someone (like me) points out a bug in an Oracle API like PA_PROJECT_PUB would development be interested ? Or does development only pay attention to bugs logged by customers ?
Example...
I am testing PA_PROJECT_PUB.BULK_ADD_TASKS_LITE
There is no column in this procedure for Allow Cross Charge.
The bug is, the API writes ^ into the column which is the "missing" or default value for a Varchar2 parameter. The same bug exists in LOAD_TASK but is easily worked around by passing a value such as Y or N into the API.
It is not possible to work around the bug in BULK_ADD_TASKS_LITE because there is no parameter in the procedure.