首页
论坛
门户
空间
手机版
IXPUB
插件
收藏
设置
注册
登录
商店
搜索
培训
Wiki
Blog
归档
丛书
退出
ITPUB论坛
»
Oracle ERP
» APP-PO-14142问题如何处理?
‹‹ 上一主题
|
下一主题 ››
14
1/2
1
2
››
投票
交易
悬赏
活动
评价
|
打印
|
推荐
|
订阅
|
收藏
标题: APP-PO-14142问题如何处理?
本帖已经被作者加入个人空间
hotwish
突破自我
精华贴数 1
个人空间
0
技术积分 5232 (263)
社区积分 280 (2021)
注册日期 2001-11-28
论坛徽章:12
#1
使用道具
发表于 2008-10-5 17:21
APP-PO-14142问题如何处理?
如图,在打开requirsition summary的时候出现error
APP-PO-14142:Get_po_parameters-10:ORA-01402:no data founds,请教该如何解决?
hotwish 上传了这个附件:
2008-10-5 17:21
pr.JPG
(28.94 KB)
__________________
I have to face the AP DB DEVELOP ANALYSIS about oracle ERP
只看该作者
hotwish
突破自我
精华贴数 1
个人空间
0
技术积分 5232 (263)
社区积分 280 (2021)
注册日期 2001-11-28
论坛徽章:12
#2
使用道具
发表于 2008-10-5 17:53
在线等,多谢
__________________
I have to face the AP DB DEVELOP ANALYSIS about oracle ERP
只看该作者
donkey0424
驴子
精华贴数 0
个人空间
0
技术积分 1451 (1195)
社区积分 324 (1856)
注册日期 2007-4-20
论坛徽章:4
#3
使用道具
发表于 2008-10-5 18:35
在metalink上copy的,希望对你有用!
*** 08/19/98 03:36 pm *** .Tries to enter Req? Gets error: app-14142 get_po_parameters-10 ora-01403 no data found cause a sql error occ in get_po_parameters error is &lsql_err .Tries to go to Autocreate and gets error user is not an employee . Had ct check to see if they can access PO Options since most of the entries on this have to do with the parameters. Was able to change options. Had ct run the following script: select fsp.inventory_organization_id FROM financials_system_params_all fsp, gl_sets_of_books sob, po_system_parameters_all psp, rcv_parameters rcv WHERE fsp.set_of_books_id = sob.set_of_books_id Ct received 1 row of output which is their master org id. They said they have multiple inventory orgs. (Looks like possible problem?) Asked them to check the MO:Operating Unit to be sure it was not different at site vs responsibility. . They went to the sql fnd_profile_option_values tables and found there were 3 rows created about the same time the system went down. Dont know if it is relevent. a Alert patch and increased the Next parameter in FND. Also had set up a user with more responsibility, but the user was able to run the report with the new responsibility with no problem. *** 08/19/98 05:19 pm *** They need to run the same sql stmt as above, but change the _all tables so that the _all is removed from the statement. They may have incorrect/mismatched org id\'s in the financials sys parameters tables and the po_system param tables. *** 08/19/98 05:25 pm *** (CHG: Sta->30) See if those two tables have a value in the org_id field in the _all version of the table. The values should match. If the values are not null the value should be be the same as the value in the MO profile option. *** 08/19/98 05:30 pm *** if that looks good, double check by running the sql again 1st setting clientinfo : begin dbms_application_info.set_client_info(&op_unit); end; then run sql:
SELECT sob.currency_code, sob.chart_of_accounts_id, nvl(fsp.purch_encumbrance_flag,\'N\'), nvl(fsp.req_encumbrance_flag,\'N\'), sob.set_of_books_id, fsp.ship_to_location_id, fsp.bill_to_location_id, fsp.fob_lookup_code, fsp.freight_terms_lookup_code, fsp.terms_id, psp.default_rate_type, psp.taxable_flag, psp.receiving_flag, nvl(psp.enforce_buyer_name_flag, \'N\'), nvl(psp.enforce_buyer_authority_flag,\'N\'), psp.line_type_id, psp.manual_po_num_type, psp.user_defined_po_num_code, psp.price_type_lookup_code, psp.invoice_close_tolerance, psp.receive_close_tolerance, psp.security_position_structure_id, psp.expense_accrual_code, fsp.inventory_organization_id, fsp.revision_sort_ordering, psp.min_release_amount, nvl(psp.notify_if_blanket_flag,\'N\'), nvl(sob.enable_budgetary_control_flag,\'N\'), psp.user_defined_req_num_code, nvl(psp.rfq_required_flag,\'N\'), psp.manual_req_num_type, psp.enforce_full_lot_quantities, psp.disposition_warning_flag, nvl(fsp.reserve_at_completion_flag,\'N\'), psp.user_defined_receipt_num_code, fsp.use_positions_flag, psp.default_quote_warning_delay, psp.inspection_required_flag, psp.user_defined_quote_num_code, psp.manual_quote_num_type, psp.user_defined_rfq_num_code, psp.manual_rfq_num_type, fsp.ship_via_lookup_code, rcv.qty_rcv_tolerance FROM financials_system_parameters fsp, gl_sets_of_books sob, po_system_parameters psp, rcv_parameters rcv WHERE fsp.set_of_books_id = sob.set_of_books_id *** 08/19/98 10:57 pm *** This may need to wait to morning US time *** 08/20/98 07:33 am *** TAlked to their DBA (AL ORR) and they were able to isolate the problem. Looks like they have some problem with the MO:Operating Unit profile option not defined correctly for the responsibility. . Doing select statement on the fnd_profile_option_values table, they identified records with a space value in the profile_option_value column. . They are going to the SYSADMIN responsibility to fix those records using the Applications forms and they wil make the profile option not updatable to users under the Applictions Dev responsibility. Customer agreed to close BUG. *** 08/20/98 07:34 am *** (CHG: Sta->92)
__________________
菜鸟上路,请多指教。MSN:donkey_chen@163.com
只看该作者
Andy_xixi
圈圈
精华贴数 0
个人空间
0
技术积分 299 (6873)
社区积分 1617 (734)
注册日期 2008-8-30
论坛徽章:2
#4
使用道具
发表于 2008-10-5 18:43
查看一下这个权限的profile是否都已经设置,帮你顶
__________________
不水了,专心菠菜
MSN :candy5tao@163.com
只看该作者
Andy_xixi
圈圈
精华贴数 0
个人空间
0
技术积分 299 (6873)
社区积分 1617 (734)
注册日期 2008-8-30
论坛徽章:2
#5
使用道具
发表于 2008-10-5 18:43
感觉跟你另一个贴的出现的账本问题有关系
__________________
不水了,专心菠菜
MSN :candy5tao@163.com
只看该作者
Andy_xixi
圈圈
精华贴数 0
个人空间
0
技术积分 299 (6873)
社区积分 1617 (734)
注册日期 2008-8-30
论坛徽章:2
#6
使用道具
发表于 2008-10-5 18:44
LZ是在帮人实施ORACLE EBS吗?
__________________
不水了,专心菠菜
MSN :candy5tao@163.com
只看该作者
hotwish
突破自我
精华贴数 1
个人空间
0
技术积分 5232 (263)
社区积分 280 (2021)
注册日期 2001-11-28
论坛徽章:12
#7
使用道具
发表于 2008-10-5 18:48
QUOTE:
原帖由
donkey0424
于 2008-10-5 18:35 发表
在metalink上copy的,希望对你有用!
*** 08/19/98 03:36 pm *** .Tries to enter Req? Gets error: app-14142 get_po_parameters-10 ora-01403 no data found cause a sql error occ in get_po_parameters error is &lsql_err .Tries to go to Autocreate and gets error user is not an employee . Had ct check to see if they can access PO Options since most of the entries on this have to do with the parameters. Was able to change options. Had ct run the following script: select fsp.inventory_organization_id FROM financials_system_params_all fsp, gl_sets_of_books sob, po_system_parameters_all psp, rcv_parameters rcv WHERE fsp.set_of_books_id = sob.set_of_books_id Ct received 1 row of output which is their master org id. They said they have multiple inventory orgs. (Looks like possible problem?) Asked them to check the MO:Operating Unit to be sure it was not different at site vs responsibility. . They went to the sql fnd_profile_option_values tables and found there were 3 rows created about the same time the system went down. Dont know if it is relevent. a Alert patch and increased the Next parameter in FND. Also had set up a user with more responsibility, but the user was able to run the report with the new responsibility with no problem. *** 08/19/98 05:19 pm *** They need to run the same sql stmt as above, but change the _all tables so that the _all is removed from the statement. They may have incorrect/mismatched org id\'s in the financials sys parameters tables and the po_system param tables. *** 08/19/98 05:25 pm *** (CHG: Sta->30) See if those two tables have a value in the org_id field in the _all version of the table. The values should match. If the values are not null the value should be be the same as the value in the MO profile option. *** 08/19/98 05:30 pm *** if that looks good, double check by running the sql again 1st setting clientinfo : begin dbms_application_info.set_client_info(&op_unit); end; then run sql:
SELECT sob.currency_code, sob.chart_of_accounts_id, nvl(fsp.purch_encumbrance_flag,\'N\'), nvl(fsp.req_encumbrance_flag,\'N\'), sob.set_of_books_id, fsp.ship_to_location_id, fsp.bill_to_location_id, fsp.fob_lookup_code, fsp.freight_terms_lookup_code, fsp.terms_id, psp.default_rate_type, psp.taxable_flag, psp.receiving_flag, nvl(psp.enforce_buyer_name_flag, \'N\'), nvl(psp.enforce_buyer_authority_flag,\'N\'), psp.line_type_id, psp.manual_po_num_type, psp.user_defined_po_num_code, psp.price_type_lookup_code, psp.invoice_close_tolerance, psp.receive_close_tolerance, psp.security_position_structure_id, psp.expense_accrual_code, fsp.inventory_organization_id, fsp.revision_sort_ordering, psp.min_release_amount, nvl(psp.notify_if_blanket_flag,\'N\'), nvl(sob.enable_budgetary_control_flag,\'N\'), psp.user_defined_req_num_code, nvl(psp.rfq_required_flag,\'N\'), psp.manual_req_num_type, psp.enforce_full_lot_quantities, psp.disposition_warning_flag, nvl(fsp.reserve_at_completion_flag,\'N\'), psp.user_defined_receipt_num_code, fsp.use_positions_flag, psp.default_quote_warning_delay, psp.inspection_required_flag, psp.user_defined_quote_num_code, psp.manual_quote_num_type, psp.user_defined_rfq_num_code, psp.manual_rfq_num_type, fsp.ship_via_lookup_code, rcv.qty_rcv_tolerance FROM financials_system_parameters fsp, gl_sets_of_books sob, po_system_parameters psp, rcv_parameters rcv WHERE fsp.set_of_books_id = sob.set_of_books_id *** 08/19/98 10:57 pm *** This may need to wait to morning US time *** 08/20/98 07:33 am *** TAlked to their DBA (AL ORR) and they were able to isolate the problem. Looks like they have some problem with the MO:Operating Unit profile option not defined correctly for the responsibility. . Doing select statement on the fnd_profile_option_values table, they identified records with a space value in the profile_option_value column. . They are going to the SYSADMIN responsibility to fix those records using the Applications forms and they wil make the profile option not updatable to users under the Applictions Dev responsibility. Customer agreed to close BUG. *** 08/20/98 07:34 am *** (CHG: Sta->92)
Notice with thanks
__________________
I have to face the AP DB DEVELOP ANALYSIS about oracle ERP
只看该作者
hotwish
突破自我
精华贴数 1
个人空间
0
技术积分 5232 (263)
社区积分 280 (2021)
注册日期 2001-11-28
论坛徽章:12
#8
使用道具
发表于 2008-10-5 18:49
QUOTE:
原帖由
Andy_xixi
于 2008-10-5 18:43 发表
查看一下这个权限的profile是否都已经设置,帮你顶
done and thanks
__________________
I have to face the AP DB DEVELOP ANALYSIS about oracle ERP
只看该作者
hotwish
突破自我
精华贴数 1
个人空间
0
技术积分 5232 (263)
社区积分 280 (2021)
注册日期 2001-11-28
论坛徽章:12
#9
使用道具
发表于 2008-10-5 18:50
QUOTE:
原帖由
Andy_xixi
于 2008-10-5 18:43 发表
感觉跟你另一个贴的出现的账本问题有关系
我也是这样想
__________________
I have to face the AP DB DEVELOP ANALYSIS about oracle ERP
只看该作者
hotwish
突破自我
精华贴数 1
个人空间
0
技术积分 5232 (263)
社区积分 280 (2021)
注册日期 2001-11-28
论坛徽章:12
#10
使用道具
发表于 2008-10-5 18:50
QUOTE:
原帖由
Andy_xixi
于 2008-10-5 18:44 发表
LZ是在帮人实施ORACLE EBS吗?
差不多
__________________
I have to face the AP DB DEVELOP ANALYSIS about oracle ERP
只看该作者
14
1/2
1
2
››
投票
交易
悬赏
活动
相关内容
ITPUB论坛
≡ 数据库技术 ≡
> Oracle数据库管理
> Oracle开发
> Oracle Developer Suite
> Oracle入门与认证
> Oracle专题深入讨论
> Oracle新技术/11g
> Oracle电子文档
> Oracle Fusion中间件
> IBM数据库产品
> MS SQL Server
> Sybase管理与开发
> MySQL及其它开源数据库
> 内存数据库
> 数据仓库与数据挖掘
> 移动及嵌入式数据库
≡ 企业信息化 ≡
> ERP产品与实践
> CRM产品与实践
> HR产品与实践
> 物流
> 供应链
> 供应链建模与仿真
> 物流设备与系统工程
> 企业管理咨询
> 管理协同与办公自动化
> IT服务管理
> 数据中心建设
> ERP二次开发
> Oracle ERP
> Oracle EBS R12
> PeopleSoft与JDE
> EBS相关文档
> SAP R/3
> SAP Business One开发与快速实施
> SAP财务及CRM
> SAP后勤及HR
> mySAP ERP
> 系统开发及跨应用设置
> SAP相关文档
> 国外其它ERP产品
> 国内ERP产品
≡ 开发技术 ≡
> Java入门与认证版
> Java web开发及框架技术
> Java企业开发
> ASP.NET【已迁移到微软开发技术论坛】
> .Net企业开发与应用【已迁移到微软开发技术论坛】
> WEB程序开发
> WEB 2.0技术
> 动态语言
> 移动与游戏开发
≡ 系统设计与项目管理 ≡
> 系统分析与UML
> 系统分析与UML精华区
> 项目管理
> 项目过程
> 软件测试
> 算法讨论与研究
≡ IBM软件技术园地 ≡
> IBM数据库产品
> Lotus
> Tivoli
> Websphere
> Rational
> 与SOA相关的IBM产品与技术
> IBM软件技术精英协会
> 软件技术精英活动专版
≡ 操作系统与硬件 ≡
> AIX及IBM产品【已迁移到IXPUB】
> HP-UX及HP产品【已迁移到IXPUB】
> Solaris及SUN产品【已迁移到IXPUB】
> Linux及其应用 【已迁移到IXPUB】
> 其它UNIX系统【已迁移到IXPUB】
> windows系统及微软相关产品 【已迁移到IXPUB】
> 存储设备与容灾技术 【已迁移到IXPUB】
> 服务器 【已迁移到IXPUB】
≡ 行业纵向讨论区 ≡
> IT业界评论与展望
> 政府与教育事业
> 中国政府信息主管联盟
> 电信行业
> 金融行业
> 医卫行业
> 制造行业
> 电力行业
> 信息安全与审计
≡ 会员交流 ≡
> IT职业生涯
> 招聘求职商务信息
> 体育世界
> 体育博彩专版
> 旅游,驴友
> 汽车世界
> 外语角
> 数码摄影
> 你的故事我的歌
> 音乐推荐区
> 电子图书与IT文档资料
> 软件交流
> 软件交流精华区
≡ ITPUB产品与服务 ≡
> ITPUB地面活动专版
> BLOG天地
> WIKI世界
> 授权用户区
> 站务管理
≡ 微软开发技术 ≡
> 开发工具和语言
> .NET Framework 相关
> Visual Basic/VB.net
> Visual C#
> Visual C++/vc.net
> Visual Studio
> .NET软件架构与模式
> .NET开发辅助工具及框架
> Web开发
> ASP.NET与AJAX
> Web相关技术讨论(IIS等)
> Silverlight 技术
> 微软企业级产品技术
> SQL Server
> windows server
> SharePoint
> Exchange Server
> Biztalk
> 嵌入式及移动开发
> Windows Embedded 嵌入式技术
> Windows 移动设备
> Office开发
> Microsoft office system
> Office Business Application
> 微软产品用户交流区
> .Net电子书籍&&书籍介绍
> .Net人才交流
技术积分榜
社区积分榜
徽章
电子杂志
会员
团队
统计
邮箱
游乐场
帮助
TOP
CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号
联系我们
法律顾问
控制面板首页
编辑个人资料
积分交易
公众用户组
好友列表
升级个人空间
基本概况
论坛排行
主题排行
发帖排行
积分排行
在线时间
管理团队
管理统计