OracleERP培训教程ppt课件_第1页
OracleERP培训教程ppt课件_第2页
OracleERP培训教程ppt课件_第3页
OracleERP培训教程ppt课件_第4页
OracleERP培训教程ppt课件_第5页
已阅读5页,还剩44页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、1 目 录Oracle ERP系统开发工具及开发过程3开放式接口 / 运用编程接口(API)5如何在系统中注册表单4如何在系统中注册报表6其它2Oracle ERP系统构造 1. 三层逻辑体系构造User InterfaceApplication logicDatabase logic客户端运用效力器数据库效力器客户端Use a web browserNetscapeInternet ExplorerOn WindowsMacintoshTo displayJavaHTML 运用效力器层MobileJSPFormsReportsDiscovererBC4JServlet EngineWeb L

2、istenerLogin ServerIntegrationPortalApplication Server 9i 1.0.2.2.2数据库效力器层:8i9i9iR2StoredProceduresPL/SQL 运转原理运用效力器数据库效力器WebApplicationsDictionaryListenerDataBrowserPL/SQLGateway客户端WorkflowJava code downloaded as neededApplet cached on client Forms Network TrafficBrowser running Forms java appletDat

3、a ServerForms ServerLANWANDial-up系统灵敏性 历史记录和诊断、检查用户可以看到当前记录来源于哪个表(视图)、哪个字段和最后一查询的SQL语句等其它的信息。这对客户化开发有极大的协助。Custom.pll开发人员只需客户化此文件,而不需求修正Oracle 的规范程序来到达客户化的目的。用户自已在FORM中定义字段,来保管其它的附加信息。弹性域用户自已在FORM中定义字段,来保管其它的附加信息。附件对每一记录能附上文件、文本信息或Web Page的大容量信息.修正Forms 界面的文件功能或Show隐藏字段用户能显示自已想要显示的字段,并能调整顺序Export用户能

4、用export功能从Form 中export数据到文件中。通常用来转换到Excel文件中。2. Oracle 开发工具及开发过程-Form (See AVI File)- Report (See AVI File)- Discoverer (See AVI File)- Workflow (See Following)- PL/SQL- FSG (Financial Statement Generator)Oracle 开发工具及开发过程-Form (See AVI File)- Report (See AVI File)- Discoverer (See AVI File)- Workflo

5、w- PL/SQL- FSG (Financial Statement Generator)实例:3. 如何在系统中注册表单编译表单登记表单注册功能挂上菜单(子菜单 -菜单)分配菜单到职责分配职责到用户 Compiler Forms.fmb文件上传到ServerTelnet 衔接到Server,Login In切换到 $AU_TOP/forms/USCompiler Form4piler Formf60gen apps/f60gen Module=BD_TEST.fmb userid=apps/apps output_file=/u21/oracle/visappl/po/11.5.0/for

6、ms/US/BD_TEST.fmxCompiler Form4piler Formf60gen apps/Compiler Form5piler 胜利 ,Create .fmx 文件用户权限控制构造1,23452、登记表单3、注册功能4.1、挂上菜单(子菜单)4.2、挂上菜单(子系统菜单)4.3、挂上菜单(系统菜单)5、分配菜单到职责6、分配职责到用户客户化表单的界面表单的数据来源(数据表)表单的数据来源(字段)Oracle 开发工具及开发过程-Form (See AVI File)- Report (See AVI File)- Discoverer (See AVI File)- Work

7、flow - PL/SQL- FSG (Financial Statement Generator)4. 如何在系统中注册报表注册可执行并发程序注册并发程序挂上恳求组1、注册可执行并发程序2、注册并发程序3、挂上恳求组运转报表报表结果Oracle 开发工具及开发过程-Form (See AVI File)- Report (See AVI File)- Discoverer (See AVI File)- Workflow - PL/SQL- FSG (Financial Statement Generator)Oracle 开发工具及开发过程-Form (See AVI File)- Rep

8、ort (See AVI File)- Discoverer (See AVI File)- Workflow (See Following)- PL/SQL- FSG (Financial Statement Generator)Workflow:系统中的Workflow:Oracle 开发工具及开发过程-Form (See AVI File)- Report (See AVI File)- Discoverer (See AVI File)- Workflow (See Following)- PL/SQL- FSG (Financial Statement Generator)5. Or

9、acle 开放式接口/运用编程接口(API)开放式接口、运用编程接口(API)原理Excel FileTableOpen Interface TablePackage APIBuild in ProcessOracle ERPOracle ERP系统系统接口数据表和运用编程接口(API)程序Module Function Interface Table/APICommentsAP SuppliersPO_VENDORSPO_VENDOR_SITES_ALLPO_VEDNRO_CONTACTSNo Interface /APIAR CustomersRA_CUSTOMERS_INTERFACE_

10、ALLRA_CUSTOMER_PROFILES_INT_ALLRA_CUSTOMER_BANKS_INT_ALLOpen interface tableAR ReceiptsAR_RECEIPT_API_PUB ARP_PROCESS_MISC_RECEIPTS.INSERT_MISC_RECEIPTAPI packagesGL JournalsGL_INTERFACEOpen interface table6. Oracle运用的其它相关工具-ADI (Application Desktop Integrator)- Dataload (quest)- Sql loader - Fndloa

11、d- Toad- SQL Developer- etcOracle 数据字典全部数据字典在如下三个组- DBA_OBJECTS - DBA_TABLES-DBA_VIEWS - ALL_OBJECTS - ALL_TABLES-ALL_VIEWS- USER_OBJECTS -USER_TABLES-USER_VIEWS系统登录用户 由系统来定义、分配和控制数据库用户只用 APPSOracle 系统命名的规范规那么TypeRulesExampleTableEnglish Plural, start with module nameAP_INVOICESView_VAP_INVOICES_VUn

12、ique Index_U AP_INVOICES_U1Non-Unique Index_NAP_INVOICES_N1Sequence generator_SAP_INVOICES_STrigger_AR_CUSTOMER_PROFILES_BRUOracle 系统 数据库触发器CREATE OR REPLACE TRIGGER ar_customer_profiles_bru/* $Header: arplt26.sql 70.4 96/10/29 15:04:58 porting ship $ */BEFORE UPDATE ON AR.AR_CUSTOMER_PROFILESFOR EA

13、CH ROWDECLARE CreditHold varchar2(1) := null; RiskCode varchar2(30) := null; CreditRating varchar2(30) := null; ChangesMade varchar2(1) := N;BEGIN IF ( :new.credit_hold != :old.credit_hold ) OR ( :new.credit_hold is null and :old.credit_hold is not null ) OR ( :new.credit_hold is not null and :old.c

14、redit_hold is null ) THEN CreditHold := :old.credit_hold; /* IF FIELD VALUE OF credit_hold IS CHANGED THEN SET */ /* THE VALUE OF THIS VARIABLE TO Y */ ChangesMade := Y; END IF; IF ( :new.risk_code != :old.risk_code ) OR ( :new.risk_code is null and :old.risk_code is not null ) OR ( :new.risk_code i

15、s not null and :old.risk_code is null ) THEN RiskCode := :old.risk_code; ChangesMade := Y; END IF; IF ( :new.credit_rating != :old.credit_rating ) OR ( :new.credit_rating is null and :old.credit_rating is not null ) OR ( :new.credit_rating is not null and :old.credit_rating is null ) THEN CreditRati

16、ng := :old.credit_rating; ChangesMade := Y; END IF;IF ChangesMade = Y THEN INSERT INTO ar_credit_histories (credit_history_id, last_updated_by, last_update_date, created_by, creation_date, customer_id, on_hold, hold_date, credit_rating, risk_code, site_use_id) VALUES (ar_credit_histories_s.nextval, :old.last_updated_by, :old.last_update_date, :old.last_updated_by, :old

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论