Oracle Assets FAQ for Initial Mass Copy (FAIMCP) and Periodic Mass Copy (FAMCP) to Tax Book [ID 125886.1]

2011年11月23日 2 comments
  1. Can I add an asset to a tax book without using Mass Copy?
  2. Can I copy from one corp book to another corp book or from one tax book to another tax book?
  3. What detailed information gets copied from the corp book to tax book for the Initial Mass Copy?
  4. Why is it that Initial Mass Copy did not copy all the assets I had expected?
  5. Are there any implications for transactions if there are multiple corp book periods (monthly) to a tax book period (quarterly)?
  6. When do I run Initial Mass Copy?
  7. Can I run Periodic Mass Copy without running Initial Mass Copy?
  8. Can I run Initial Mass Copy more than once for the same period?  Can I run Periodic Mass Copy more than once for the same period?
  9. When I define a new tax book, can I define its first open period before my corp book’s first period?
  10. Can I run Periodic Mass Copy on the associated corp book’s current open period?
  11. If I perform an asset transaction manually in a tax book, will Periodic Mass Copy duplicate the transaction?
  12. If my corp book uses a monthly calendar and my tax book uses a quarterly calendar, when do I run Periodic Mass Copy?
  13. How to create an asset in the corp book only so that Mass Copy will not copy it to the tax book?
  14. How to determine why Periodic Mass Copy will not copy adjustments?
  15. How can I mass copy a period if I have skipped it by mistake?
  16. Periodic Mass Copy completes successfully but still shows the period in the LOV which was already copied.
  17. There is no book in the LOV for Initial Mass Copy but I have setup new tax books.
  18. Some adjustment transactions made in the corp book do not get copied to the tax book. Which ones will not be copied?
  19. How do I make the capitalized asset behave like an expensed asset when copied to the tax book?
  20. How to add CIP assets into a tax book when the Allow CIP Assets checkbox was not selected?
分类: 财务 标签: 173次阅读

Fixed Assets– Depreciation Methods and Calculations

2011年11月23日 没有评论

The purpose of this document is to provide insight into the various method of depreciation in Oracle Assets. There are numerous situations in which users end up in unexpected amount of depreciation for the period. We are attempting to give an overview of setups, which affects depreciation calculation. This document can also be used for determining the type of set ups required to achieve an expected amount of depreciation for an asset. Also table level details are explained.
Following topics are out of scope of this document;
- Bonus rule
- Group Asset
- Depreciation basis rule

 

分类: 财务 标签: 267次阅读

Oracle E-Business Suite R12.1 Financials Pre-Upgrade, Setup and Operational Tips

2011年11月23日 109 comments

This document describes Release 12.1 Financials product-specific changes and planning considerations. It also provides tips related to pre-upgrade, post-upgrade, setup, operational, and troubleshooting activities. Many of the changes listed here were first introduced in Release 12.0. You should use this document in conjunction with all other referenced documents.

分类: 财务 标签: 436次阅读

How To Setup Gapless Document Sequencing in Receivables

2011年10月25日 27 comments

1. Enable Sequential Numbering Profile Option

The profile option Sequential Numbering must be enabled in order to use the document sequence feature.To ensure gapless numbering, it is recommended that this is set at the application level as Always Used

Note: By setting this profile to Always used, you will also need to complete the setup of document sequence for your Receipt Methods and Receivable Activities.

Responsibility: System Administrator
Navigation: Profile > System

Query on:
Application = Receivables
Responsibility = Receivables Manager
Profile = Sequential Numbering

 

2. Setup System Options

   a. Set Document Number Generation System Option to When Completed

The setting of Document Number Generation Level in the System Options form allows you to specify when Receivables should generate a document number for your transactions. This should be set to When completed so that the sequence is only invoked when the transaction is finalized.

   b. Disable Changes to Printed Transactions and Transaction Deletion

To prevent the removal of transactions which have already been assigned gapless document sequence numbers, uncheck the check boxes for Allow Change to Printed Transactions and Allow Transaction Deletion.

Responsibility: Receivables Manager
Navigation: Setup > System > System Options


3. Define a Transaction Type

Define a transaction type which you will use to create invoices. A document category (discussed in step 5) is automatically created for each transaction type you create.

Responsibility: Receivables Manager
Navigation: Setup > Transactions > Transaction Type


4. Define a Batch Source 

There is no way to enforce gapless numbering directly on transaction number and the only way to do this is to create a gapless document sequence and then have it replace the transaction number by enabling Copy Document number to Transaction number.

Responsibility: Receivables Manager
Navigation: Setup > Transactions > Sources

 

Take note of the following settings:

  • Automatic Transaction Numbering – this check box has nothing to do with document sequencing. This feature simplifies the data entry process by assigning a system generated transaction number to the invoices that are created using this batch source. The number is unique but is not guaranteed to be gapless. When you check this, you are required to enter a value in Last Number.
  • Last Number – this field contains the starting sequence number from which a counter will be created to determine the next value to assign to subsequent invoices created using this Batch Source.
  • Copy Document Number to Transaction Number – this check box is impacted by the document sequence setup. By checking this, you are instructing Receivables to generate a document sequence for your invoice and use that to replace the current transaction number whether it was automatically generated or manually inputted.

5. Define a Document Sequence

Create a database sequence that will be used to generate a document sequence for your transactions.

Responsibility: System Administrator
Navigation: Application > Sequential Numbering > Define

 

A document sequence is defined specifically for a particular application. In this case, GAPLESS_INV1 can only be used within the Receivables application. We specified the Type =Gapless, and provided the Initial Value = 1000. The first time this document sequence is used, the value will be 1000 and will increment by 1 for each subsequent use.

Note: Although you are allowed to enter any number for Initial value, you are advised to keep the number low, and not to exceed 10 digits. Otherwise you will encounter unexpected errors when creating invoices because some pieces of code are unable to handle document sequence values exceeding 10 digits.

 

6. Define a Document Category

This step is no longer necessary in release 11.5, because document categories are automatically created for you when you define a new transaction type (or receipt method or receivable activity).

This step is shown here to provide clarity on how document sequences and document categories are associated to each other.

Responsibility: System Administrator
Navigation: Application > Sequential Numbering > Define

The following screen shot was generated by running a query on Name = GAPLESS INVOICE.

Reminder: You do not need to create the document category as it was already created for you when you setup the Transaction Type.

 
 

 

Note: For all new records created in the following areas, a row will exist in this form with the following data:

Entity

Application

Code

Name

Description

Table Name

Transaction Types

Receivables

Name given for the Transaction Type in the Transaction Types form

same value as Code

Description given for the Transaction Type in the Transaction Types form

RA_CUSTOMER_TRX_ALL

Receipt Methods

Receivables

Name given for the Receipt Method in the Receipt Classes form

same value  as Code

Printed Name given for the Receipt Method in the Receipt Classes form

AR_CASH_RECEIPTS_ALL

Receivable Activities

Receivables

Name given in the Receivable Activities form

same value as code

Description given for the Receivable Activity in the Receivable Activities form

AR_RECEIVABLES_TRX_ALL

 

7. Assign a Document Sequence to the Document Category

In this step, you create a relationship between the document category and the document sequence created earlier through an assignment.

Responsibility: System Administrator
Navigation: Application > Sequential Numbering > Assign

This form has 2 tabs, in the Document tab, create a new record as shown:



The field Method, designates the manner in which invoices using this category will be created:

  • Automatic – transactions are created via a concurrent process, such as an external program or something like AutoInvoice which creates transactions without manual data entry.
  • Manual – transactions are manually created using a form in an application, such as the Transaction workbench.
  • Null - transactions can be created either Automatically or Manually.

For our example, the transaction type GAPLESS INVOICE can be used for both manual and automatic processes. Hence, we set the Method = Null. Another way to implement this is by creating 2 records with the information shown above where all fields are identical except for Method, one row will have Method = Automatic and the other Method = Manual.

In the Assignment tab, we associate this category to the sequence GAPLESS_INV1 we created earlier.



Ensure that you provide a Start Date that comes prior to any transaction date you will use with this transaction type.

8. Test your Setup

Responsibility: Receivables Manager
Navigation: Transactions > Transactions

Create an invoice using the transaction type GAPLESS INVOICE and take note of the behavior.

Prior to completing the invoice, the fields: Number = 2 and Document Num = null. Since our batch source is enabled to use Automatic Transaction Numbering, the value 2, is generated by incrementing the Last Number value in the Batch Source GAPLESS BATCH SOURCE.



After completing the invoice, the fields: Number and Document Num now contain 1000. This value is from the sequence GAPLESS_INV1. This shows that during completion, the document sequence returned the the value 1000, and this value becomes the Document Num as well as replaces the Transaction Number.


9. Representation in AR Tables

If you are interested in seeing what the data looks like in the back-end:



The original transaction number prior to replacement with document number is stored in the field OLD_TRX_NUMBER.

 

10. Other Gapless Sequence Configurations

Using the number series to help identify the transaction type:
You can repeat this process for as many transaction types as you need to be Gapless. You can define the Initial value of the sequences so that you can identify a transaction’s type from it’s transaction number. For example: Invoices have transaction numbers in the 100000 series, Credit Memos have transaction numbers in the 200000 series and Debit Memos have transaction numbers in the 300000 series.

In doing such an implementation, care must be taken to ensure that the document sequence values never overlap, otherwise you will no longer be able to identify the transaction types from just the transaction number, further the transaction numbers will no longer be unique.

Using the same document sequence across operating units:
If you have the business requirement of sharing a document sequence across operating units, this can be done by assigning the same Gapless document sequence to different document categories. However, please remember the following restrictions:

You can associate several transaction types to a particular document sequence for as long as all these transaction types belong to operating units that use the same ledger, you cannot assign a document sequence defined in ledger 1 to a document category in ledger 2.

Impact of Gapless numbering on Consolidated Billing Invoices
In release 11.5, the Consolidated Billing Invoices (CBI) feature is used to group individual invoices for a particular customer. The numbering of a consolidated bill is not covered by the Gapless transaction numbering feature, as this is simply an artificial grouping of distinct invoices, hence your CBI number may have gaps. True gapless numbering is only implemented on individual invoices.

11. References

For a more general discussion of Document Sequences in Receivables, please review
Note 1086565.1, How To Setup Document Sequences In Receivables.

Also, the following documentation provides more information on Document Sequences:
Oracle Receivables Implementation Guide, Chapter 2: General Receivables Setup, Implementing Document Sequences.
Oracle Applications System Administrator’s Guide – Configuration,  Chapter 14: Document Sequences.

12. Troubleshooting Document Sequences

If you encounter issues using document sequences, please review Note 1087122.1, Troubleshooting Document Sequences in Receivables.


 

分类: 财务 标签: 402次阅读

Oracle EBS R12.1.3 银行项目实施完整资料

2011年10月16日 95 comments

来自EBS R12.1.3银行业项目实施资料(资料受控,仅用于学习)

点击这里进入淘宝网店购买

特别说明本文档为国内某银行Oracle EBS 导入项目完整资料,资料受控,下单时请备注中声明:购买该资料仅用于个人学习用。


资料特色

①完整的银行业ORACLE EBS实施资料,实施方法为ORACLE AIM;

②包括MD050和MD070的银行业报表开发和与核心业务系统的接口开发文档;

③银行业会计核算设计及业务流程管控。

④使用优质光盘介质刻录(美国威宝刻录盘),保证一般性能的光驱都能够读取。

⑤本资料侧重与银行个核心业务系统的无缝集成解决方案

⑥赠送ORACLE EBS R12 内部资料,约300M(大部分为英文)。


适应对象

①可以作为学生手册,结合EBS系统,作为上机学习教材;

②欲从事ORACLE ERP咨询行业工作的人士,特别是银行业者,

可作为实施入门教材;

③欲从ORACLE EBS开发转从事项目实施咨询的人士;

④有一定经验的实施人员,希望加强Oracle EBS 银行业实施及银行业系统集成的实施咨询人士;

⑤对Oracle EBS 银行业实施咨询有浓厚兴趣的人士。

分类: 项目完整资料 标签: 693次阅读

某著名汽车制造企业ORACLE EBS 完整项目实施资料,包括生产制造/分销/财务

2011年10月16日 86 comments

来自IBM咨询服务部(资料受控,仅用于学习)

点击这里进入淘宝网店购买

  完整项目文档控制体系

从文档的编控,学习控制项目的进度、风险和质量,展示项目成果,保证项目成功,它还会告诉你哪些必须签字那些要灵活对待
1

  Oracle EBS 完整业务流程

包括生产,分销,财务,成本,等等,最完整的Oracle EBS应用
2

  完整的目标流程及设计等

包括生产制造,分销及财务,详细的流程设计及分析

3


详情

①该项目文档包括应收/应付/资产/现金管理/总账/成本/库存/销售/采购/车间/计划/质量/BOM 众多模组;

②全部文档为中文文档,主要格式为PPT/XLS/DOC,,整个文档分为: 00_项目管理/A_项目准备/B_需求分析/C_系统设计/D_系统集成/E_构筑与上线/F_参考文档 六大部分;

③如果需要更详细的目录资料,请QQ/旺旺或者Email联系我(注,以上图片为本资料的截图)。

④使用优质光盘介质刻录(美国威宝刻录盘),保证一般性能的光驱都能够读取。

⑤本资料侧重整体解决方案,特别是生产制造解决方案

⑥赠送ORACLE EBS R12 内部资料,约300M(大部分为英文)。


适应对象

①可以作为学生手册,结合EBS系统,作为上机学习教材;

②欲从事ORACLE ERP咨询行业工作的人士,可作为实施入门教材,特别适合于汽车/机械生产企业

③欲从ORACLE EBS开发转从事项目实施咨询的人士;

④有一定经验的实施人员,希望加强Oracle EBS 制造、分销实施的实施咨询人士;

⑤对Oracle EBS 生产制造、财务、分销有浓厚兴趣的人士。

分类: 项目完整资料 标签: 647次阅读

Performance Management Applications Overview

2011年10月8日 81 comments
 

 


To remain agile in today’s fast-changing global market, organizations must find a better way to manage mission-critical processes than spreadsheets and point solutions. Oracle’s market-leading performance management applications provide a more effective solution by integrating strategy, planning, and execution into a seamless process.

Oracle’s performance management applications are a modular suite of integrated applications that integrate with both Oracle and non-Oracle transactional systems. Each application can be deployed independently and delivers a high degree of value, but they work better together, integrating strategic, financial, and operational management processes while delivering a low cost of deployment and ownership.

Product Areas

 

To remain agile in today’s fast-changing global market, organizations must find a better way to manage mission-critical processes than spreadsheets and point solutions. Oracle’s market-leading performance management applications provide a more effective solution by integrating strategy, planning, and execution into a seamless process.

Oracle’s performance management applications are a modular suite of integrated applications that integrate with both Oracle and non-Oracle transactional systems. Each application can be deployed independently and delivers a high degree of value, but they work better together, integrating strategic, financial, and operational management processes while delivering a low cost of deployment and ownership.

Product Areas

分类: Hyperion 标签: 560次阅读

甲骨文发布新版Hyperion 重点关注两特性

2011年10月7日 77 comments

经过了一年多的等待,甲骨文终于发布了最新企业绩效管理软件Oracle Hyperion Enterprise Performance Management (EPM) 11.1.2.1。比起上一个版本11.1.2,最新的Oracle EPM软件用户体验更加友好,它添加了一个新的工具并进行了大面积的Bug修复。可以说与11.1.2相比,11.1.2.1发生了脱胎换骨的变化。

当然,这意味着新版本在各个方面都要复杂一些,我们需要学习了解的东西很多。在部署阶段,用户首先要熟读Oracle官方给出的“安装与配置指南”,这里面提供了一些关键的信息,比如部署Hyperion EPM 11.1.2.1之前需要做好哪些准备。

Oracle Hyperion 11.1.2.1的两个关键更新

尽管Oracle Hyperion 11.1.2.1仅仅是维护性发布版本,但是它与之前版本相比的更改还是非常多的。其中两个最受欢迎的改进都与在Windows 2008平台运行Hyperion相关。

我们知道在Hyperion 11.1.2中,甲骨文引入了对微软Windows 2008平台的支持,但与此同时也带来了很多的挑战。除了要学习新的软件,用户还需要学习如何使用一个新的操作系统。其中一个就涉及到Windows 2008的安全问题,确切来说就是Windows 2008的一个新功能叫做用户访问控制(User Access Control,UAC)。UAC可以禁止特定的用户群在服务器上进行任何操作,该功能与其他新的Windows 2008特性混合起来,就使得整个Hyperion 11.1.2部署变得问题重重。

想要找出原因所在是费时又费力的。包括组件限制以及Oracle Weblogic临时存储目录无效等都可能造成Hyperion服务的中断,甲骨文在11.1.2.1版本中解决了Windows 2008平台中的问题,他们在官方文档中给出了如何停止UAC的方法。用户反馈整个流程非常平缓,没有再出现大的问题。此外,甲骨文还修改了Weblogic的临时存储位置bug,这样Hyperion服务就不会再中断了。

11.1.2.1版本的新工具和增强型功能使得整个软件升级的过程变得更加简单。据悉,甲骨文还将在其他一些新的软件产品中添加这些功能,用户在升级软件方面将获得更多的便利。

TechTarget中国原创内容,原文链接:http://www.searchdatabase.com.cn/showcontent_48031.htm

分类: Hyperion 标签: 469次阅读

Hyperion模块分类说明及下载

2011年10月7日 96 comments

Hyperion System 9 是一个综合性的企业绩效管理系统。它将财务应用程序与商务智能平台集成在一起,可提供适应任何业务需要的模块化系统。

Hyperion System 9 的主要组件包括 Hyperion System 9 Applications+、Hyperion System 9 Foundation Services 和 Hyperion System 9 BI+。

模块分类说明:

前期名称

Hyperion system 9 BI+中的名称

说明

 

Hyperion system 9 BI+

Hyperion System 9 BI+ 是一个综合性的商务智能平台。它可针对任何数据源提供管理报表和分析。这些数据源包括:交易系统、数据仓库、SAP BW、Analytic Services 和 Hyperion 财务应用程序。

Essbase aso

Enterprise analytics

(Analytic Services)

essbase的主要服务,提供Olap服务等。

Essbase bso

Essbase analytics

可为高性能多维报表生成、分析和建模提供强大的 OLAP 功能 Essbase Analytics

Intelligence

Interactive reporting

提供关系数据库的自助服务、特定查询和分析,允许用户执行交互式旋转透视操作、分片处理摘要以及钻取摘要直至获得详细数据Interactive Reporting

Sqr

Production reporting

提供带有参数的大容量企业报表,并以清晰的方式显示 Production Reporting

Report

Financial reporting

提供可访问 Hyperion System 9 Applications+、Hyperion System 9 BI+ Analytic Services 和 SAP BW 的高度格式化财务报表 Financial Reporting Analytic Services

Analyzer

Web analysis

根据 Hyperion System 9 BI+ Analytic Services、Hyperion System 9 Applications+ 和 SAP BW 提供交互式操作、可视化呈现以及报表生成功能Web Analysis

Mertics builder

Enterpeise metrics

通过个性化的交互式仪表板提供企业范围的度量管理和分析 Enterprise Metrics

 

Hyperion system 9 App+

Hyperion System 9 Applications+ 是一组用于规划、合并以及记分卡的封包应用程序

Strategic finance

Strategic finance

战略财务

Planning

Planning

计划

Wordforce planning

Wordforce planning

人力计划

Financial management

Financial management

财务管理

Performance scorecard

Performance scorecard

计分卡

 

HS 9 Foundation Services

Hyperion System 9 Foundation Services 则是多项产品所使用的公共技术的基础。它可简化安装和配置过程,并提供了元数据管理和公共的 Microsoft Office 接口

Hyperion hub

Foundationshared services

(Hyperion System 9 Shared Services、)

“Shared Services 用户管理可集中管理用户对创建于不同产品的不同项目中的应用程序所拥有的访问权限和可达性 (accessibility)。用户管理进程允许管理员或受委派的管理员将用户和组与项目关联在一起,并赋予管理员该应用程序中的特定角色。

     

Master data management

Master data management

 

Application link advanced

Application link advanced

 
 

Hyperion System 9 Data and Application Integration

 
 

Hyperion System 9 BI+ Workspace

 
 

Hyperion License Server

 
 

Hyperion System 9 Smart View for Office

连接office必须安装的

Hyperion产品下载地址,要简单注册。包括产品和文档,很全的。

http://edelivery.oracle.com

license:http://licensecodes.oracle.com/hyperion.html


 

分类: Hyperion 标签: 481次阅读

IFRS is on the horizon—are your systems ready?

2011年10月7日 99 comments

The heart of the matter :
Getting your Oracle® E-Business Suite (EBS) IFRS-ready
An in-depth discussion :
Considerations—effecting a smooth transition to IFRS
What this means for your business
Reaping the benefits of early action

Click link below to read:

分类: 财务|Accouting 标签: 458次阅读