Create Project returns the API Exception PA_NO_GEN_MODE
Hi,
I am trying to create project using the API. I have encountered the error PA_NO_GEN_MODE which is generated at the API
PA_PROJECT_CORE1.get_project_number_by_numcode
.
The g
et_project_number_by_numcode
procedure calls the
PA_PROJECT_UTILS.GetProjNumMode
API to check in the
PA_IMPLEMENTATIONS
synonym for the setup related values for the Project Numbering.
The setup exists for the Manual numbering of the projects but somehow the value is not being obtained by the
PA_PROJECT_UTILS.GetProjNumMode
API.
I have tried using the
SELECT PA_PROJECT_UTILS.GetProjNumMode FROM dual
0