Oracle EBS PR 导入请求错误 POCIRM-001: ORA-01403: no data found
Concurrent program POCIRM returned error
Cause: POCIRM encountered an internal error. Parameters: REQIMPORT,CUX,6,ALL,TESTPRNO0001,N,N,
Action: Note both this error number and the actions you are trying to perform. Contact
POCIRM-001: ORA-01403: no data found
Cause: A SQL error has occurred in POCIRM. The SQL error is &LSQL_ERR.
Action: Take note of both this error number and the actions you were
解决办法:
1 检查下 调用 导入申请 的参数是否正确
2.检查下 以下是否正确
fnd_global.APPS_INITIALIZE (l_user_id, l_resp_id, l_appl_id);
MO_GLOBAL.init('PO');
mo_global.set_policy_context('S',p_org_id);
FND_REQUEST.SET_ORG_ID((ORG_ID);
3.检查下代码中的参数赋值是否正确
-- 刘轶鹤