加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

OracleEBSPO模块提交导入标准采购订单请求报错

(2023-08-14 16:11:33)
标签:

导入标准采购订单请求

po_pdoi_grp.start_pr

分类: OracleEBS采购模块
Oracle EBS PO模块提交导入标准采购订单请求报错

导入标准采购订单提示例程 fdpsql 无法读文件 ***/po/12.0.0/sql/PO_PDOI_GRP.start_process

请检查文件是否位于正确的产品目录下。

请检查启动并发管理器的人员是否拥有此目录和文件的读权限
在运行并发请求  requestid 的 SQL*Plus 时,并发管理器出现错误。

有关详情,请复查您的并发请求日志和(或)报表输出文件。


Import Standard Purchase Orders Error cannot read the file PO_PDOI_GRP.start_process issue.

Our programs failing with below error, You may check the concurrent request logs, Will see the error as below.

Concurrent Request logs:- You can check the concurrent request logs using request id.

Routine fdpsql cannot read the file po/12.0.0/sql/PO_PDOI_GRP.start_process

OracleEBSPO模块提交导入标准采购订单请求报错


Import standard purchase orders:-
1)  Verify the executable method in the below PDOI concurrent programs:
 
2)  Check whether the attribute 'MULTI_ORG_CATEGORY' is set to 'S' in all the below concurrent programs:
 
3)  Test and run the program import standard purchase orders. Program will get completed successfully and should not get any error

或者使用以下SQL更新
Update fnd_concurrent_programs
set multi_org_category = 'S'
where concurrent_program_name='POXPOPDOI';



Verify the executable method in the below PDOI concurrent programs:

Import Standard Purchase Orders.

Import Price Catalogs.

Import Contract Purchase Agreements.

 Steps:
     1. Navigate to System Administrator -> Concurrent -> Program -> Define

     2. Query for the program for example 'Import Standard Purchas Orders'.
OracleEBSPO模块提交导入标准采购订单请求报错

     3. Check the Executable method defined for the program. If it is 'SQL*Plus' then select the LOV beside Executable POXPDOI' and  reselect the executable as 'POXPDOI'.
OracleEBSPO模块提交导入标准采购订单请求报错

     4. Confirm that the executable method has been changed as 'PL/SQL Procedure'.
OracleEBSPO模块提交导入标准采购订单请求报错

     5. Do the same for the other programs.

更改后 重新提交请求

OracleEBSPO模块提交导入标准采购订单请求报错


请求运行成功

OracleEBSPO模块提交导入标准采购订单请求报错


-- 刘轶鹤

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有