壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3363|回复: 13

View Source Code

[复制链接]
发表于 2007/8/27 23:11:13 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
请问如何查询Oracle可执行程序的源代码?例如:

Application:Oracle Process Manufacturing Financials
Short Name: GMF_TOP
Program Name: OPM Subledger Update

可执行文件:
ll $GEF_TOP/bin
-rwxr-xr-x  1 applopms apps 4576636 Aug 26 22:18 GMGUPD

在哪里可以找到源代码?
发表于 2007/8/28 08:20:43 | 显示全部楼层
不知道楼主所说的program name是指的什么?请求的??请说明白.
发表于 2007/8/28 08:34:59 | 显示全部楼层
source code 在$AU_TOP/forms/US目录,自己开发的需要首先上传到$AU_TOP/forms/US目录,然后进行编译。


以上假设你用的是英文环境,如果你要看中文源码,请在$AU_TOP/forms/ZHS中查找。


编译的命令为:
cd $AU_TOP/forms/US
f60gen module=DEMVCEOR userid=apps/apps output_file=$DEM_TOP/forms/US/DEMVCEOR.fmx

推荐一个教材给你:

http://bbs.erp100.com/viewthread.php?tid=11874&highlight=form
发表于 2007/8/28 08:55:01 | 显示全部楼层
似乎楼主不是说的FORM的源码.
发表于 2007/8/28 09:16:52 | 显示全部楼层
他要的应该是PRO C*的请求
没源码,呵
发表于 2007/8/28 09:27:59 | 显示全部楼层

oracle 保留了一部分 没有公开的
 楼主| 发表于 2007/8/28 16:50:09 | 显示全部楼层
我说的是Oracle内置可执行文件的源码,不是Form。我举的例子是OPM和OF集成的一个程序,它把OPM subledger传送到OF。现在遇到一个错误:No Standard UOM defined for FM_YIELD_TYPE - 1> <583> .  Process aborting...
查了Metalink,没有找到合适的答案,应此想看看源代码。
谢谢各位的支持。
发表于 2007/8/28 17:24:45 | 显示全部楼层

回复 #7 renzhek 的帖子

那你把你的错误信息抓图 或者 详细的错误信息贴上来阿
大家一起帮你解决
 楼主| 发表于 2007/8/28 18:08:11 | 显示全部楼层

OPM Subledger Update

问题出现在OPM Subledger Update,当运行Test Subledger Update的时候,出现以下错误(line no 8):
LINE_NO        MESSAGE_TEXT
1        Options: Ref. No: 885, Comp: GEPJ, Fiscal Year: 2007, Period 8, Cost method: GEPJ

2        Starting posting of Oracle Purchasing module.

3        No cost for Item:SLX2432TNA9A048TJ6BG, Whse:MR46, Cost Whse:M001, Date:21-AUG-2007.

4        No cost for Item:DEL36-NCJMKB, Whse:MR46, Cost Whse:M001, Date:21-AUG-2007.

5        No cost for Item:V1000-BK1A905J5KB, Whse:MR46, Cost Whse:M001, Date:21-AUG-2007.

6        Starting posting of Inventory Management module.

7        Starting posting of Production Management module.

8        No Standard UOM defined for FM_YIELD_TYPE - 1> <583> .  Process aborting...


Log file(Concurrent正常结束,但没有Post PM的Subledger):

GMGUPD module: OPM Subledger Update
+---------------------------------------------------------------------------+

Current system time is 21-AUG-2007 10:15:36

+---------------------------------------------------------------------------+

(c) 1999 Oracle Corporation - All Rights Reserved  
        GMGUPD rel. 11
21-AUG-2007 10:15:37 - Process started
     0 s - Finished loading 1 rows of control status for reference_no = 885
     0 s - Transactions will be posted even if no cost found for an item as specified in the selection criteria
     0 s - Finished updating control status

........

   262 s - 10726 rows written to sub-ledger for inv trans
   262 s - Finished processing sub-ledger data for source IC
   262 s - Deleting previous sub-ledger data for source PM
   262 s - Finished deleting previous sub-ledger data for source PM
   262 s - Deleting previous sub-ledger variance data for source PM
   262 s - Finished deleting previous sub-ledger variance data for source PM
   262 s - Processing error messages, 8 errors/messages found
   262 s - 8 errors+messages logged
+---------------------------------------------------------------------------+
Start of log messages from FND_FILE
+---------------------------------------------------------------------------+
+---------------------------------------------------------------------------+
End of log messages from FND_FILE
+---------------------------------------------------------------------------+


+---------------------------------------------------------------------------+


Executing request completion options...


Output is not being printed because:
The print option has been disabled for this report.


Finished executing request completion options.
发表于 2007/8/28 18:54:02 | 显示全部楼层
还没见过这样的问题,顶下
 楼主| 发表于 2007/8/29 15:52:42 | 显示全部楼层

期待中

等待高手帮助
发表于 2007/8/29 16:10:20 | 显示全部楼层

FM_YIELD_TYPE profile option的值选的是什么

请查以下你的GMD: Yield Type profile option 的值, 看起来好象是这个设置的问题.
发表于 2007/8/29 16:15:03 | 显示全部楼层

FM_YIELD_TYPE profile option 的值是什么

请查以下GMD: Yield Type 这个profile option 的值. 看起来是这个值没设或设错了.
 楼主| 发表于 2007/8/29 16:18:47 | 显示全部楼层

FM_YIELD_TYPE profile option

感谢12楼。
FM_YIELD_TYPE profile option的值是: MASS。最近没有人改动过它。我猜测是新的某个Formula或Batch有问题,可是找不到是哪个。查了所有Formula 的UOM,都可以转换成KG (Mass)。有没有其他Idea如何查到原因?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 15:06 , Processed in 0.017306 second(s), 14 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表