DataPump Engine Error out Exception occurred in get_assignment_id. Exception raised : ORA-01403: no [message #203606] |
Wed, 15 November 2006 15:09 |
anilkris
Messages: 2 Registered: November 2006
|
Junior Member |
|
|
Hi,
I am using Datapumps in oracle HRMS for batch processing.
After the datapump APIs are used to insert reccords for creating a new employee, when I execute the seeded DataPump Engine Concurrent program to Commit data to HRMS, it is throwing the error
"Exception occurred in get_assignment_id. Exception raised : ORA-01403: no data found. Value :"
I don't have any custom code by the name 'get_assignment_id' and I am unable to trace at what point the datapump engine throws this error.
Iam making calls to the following APIs
1.Hrdpp_Create_Us_Employee.Insert_Batch_Lines
2. Hrdpp_Create_Contract.Insert_Batch_Lines
3. Hrdpp_Create_Person_Extra_Info.Insert_Batch_Lines
4. Hrdpp_Update_Us_Emp_Asg.Insert_Batch_Lines
5.Hrdpp_Update_Emp_Asg_Criteria.Insert_Batch_Lines
6. Hrdpp_Hrconv_Create_Asg_Cost.Insert_Batch_Lines
The hr_pump_batch_lines shows that it is error out in the 6th API call above.
Can you help me on this?
thanks
Anil Krishnan
|
|
|
|
|