Invalid Subledger (XLA) Packages In Release 12.1.3
In this Document
| Goal |
| Solution |
| 1.- Information about These Packages |
| 2.- Solution |
| References |
APPLIES TO:
Oracle Cost Management - Version 12.1.3 and later
Oracle Purchasing - Version 12.1.3 and later
Oracle Subledger Accounting - Version 12.1.2 and later
Information in this document applies to any platform.
GOAL
User currently having the following Invalid Packages, the purpose of this document is to explain how the Package Names are generated and How can this situation be resolved.
| Object Type | Status | Owner |
|---|---|---|
| XLA_00707_AAD_S_000018_PKG | INVALID | APPS |
| XLA_00707_AAD_S_000019_PKG | INVALID | APPS |
| XLA_00201_AAD_S_000005_BC_PKG | INVALID | APPS |
| XLA_00707_AAD_S_000005_PKG | INVALID | APPS |
| XLA_00201_AAD_S_000004_BC_PKG | INVALID | APPS |
| XLA_00707_AAD_S_000003_PKG | INVALID | APPS |
| XLA_00707_AAD_S_000002_PKG | INVALID | APPS |
These Packages are Invalid and customer is unable to compile them manually. How can we resolve this situation?
SOLUTION
1.- Information about These Packages
These packages are functional Subledgers Packages created using some concurrent programs and dependent on the EBS Setup.
Application Accounting Definitions (AAD) Validation concurrent program will recompile what is really needed for Create Accounting - Cost Management and the name of the package is dynamically created like this:
XLA_<PROD ID>_AAD_S_000###_PKG
Where:
<PROD ID> = Is the Product ID in E-business Suite, for example 707 is Cost Management, 200 is Payables, 201 is Purchasing, etc.
In order to find the corresponding product, customer can run $AD_TOP/sql/adutconf.sql and in the output adutconf.lst customer will be able to find the Product Name.
<S_000###> = Is a sequence.
In order to validate these packages, there are functional steps to be completed like for example in document:
Doc
ID 1508902.1 XLA Invalid Objects In The Database After The upgrade to R12, Can this be Ignored?
For example, based upon the following invalids:
XLA_00707_AAD_S_000006_PKG = Costing package
XLA_00200_AAD_S_000012_PKG = Payables package
Run the "Application Accounting Definition Validation Report" and check the output to see if the packages used by the installed applications are compiled. If the output of the "Application Accounting Definition Validation Report" indicates that all the packages
are valid, then it is safe to ignore the invalid AAD objects that show up with the sql:
select object_name, status from all_objects where status = 'INVALID';
2.- Solution
1. These are compiled Subledger (XLA) Packages, there is no need to have them valid unless the customer is using the corresponding Application Accounting Definition. Customer needs to Re-Validate the AAD that
customer is using, verify after the Validation Program from the User Interface the corresponding AAD is valid.
a. Please run the following
XLAABACR Validate Application Accounting Definitions. For Cost Management.
Responsibility= Cost management-SLA
Paramters:
Ledger = null
Uncompile Status Only = No (will make sure that the new imported file is validated for all event types not just the invalid events)
Application = Cost Management
Application Accounting Definition = NULL/ Definition name(ex:Cost Management)
Application Accounting definition owner = NULL/Oracle/ User
b. Review and upload Application Accounting Definition Validation Report, all AADs (of type Oracle and User) attached to ACTIVE Ledgers and ACTIVE Applications must be re-validated.
2. The Invalid Objects can be confirmed via script CstCheck.sql, Please review Doc
ID 378348.1 Data Collection Scripts for Cost Management. (For R11 and R12). Then scroll down to the Invalid Objects.
3. Check if Federal Costing Application Accounting Definition is being used?
4. Check if the CSTCRACC Create Accounting - Cost Management complete successfully.
5. If customer is not using "Federal Costing Application Accounting Definition" and Create Accounting - Cost Management completes successfully. Customer can ignore those invalid Package
Body Objects. Or can even drop these objects.
REFERENCES
NOTE:1529977.1 - Invalid XLA objects
NOTE:300056.1 - Debug and Validate
Invalid Objects
Invalid Subledger (XLA) Packages In Release 12.1.3的更多相关文章
- Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Procedures)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zip Preparing for Patching For ...
- Deploying Customizations in Oracle E-Business Suite Release 12.2
DeployingCustomizations in Oracle E-Business Suite Release 12.2 This documentdescribes how to deploy ...
- Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (文档 ID 393931.1)
In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configurati ...
- Sharing The Application Tier File System in Oracle E-Business Suite Release 12.2
The most current version of this document can be obtained in My Oracle Support Knowledge Document 13 ...
- Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Utilities)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zip Oracle Patch Application As ...
- Globalization Guide for Oracle Applications Release 12
Section 1: Overview Section 2: Installing Section 3: Configuring Section 4: Maintaining Section 5: U ...
- 配置Oracle E-Business Suite Integrated SOA Gateway Release 12.1.2/12.1.3
3.3 配置Oracle E-Business Suite Integrated SOA Gateway Release 12.1.2 注意: 在多节点环境上配置Oracle E-Business S ...
- OA Framework - How to Find the Correct Version of JDeveloper to Use with E-Business Suite 11i or Release 12.x (Doc ID 416708.1)
APPLIES TO: Oracle Applications Framework - Version 11.5.10.0 to 12.2.2 [Release 11.5.10 to 12.2] In ...
- How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 (Doc ID 362496.1)
Modified: 29-Mar-2014 Type: HOWTO In this DocumentGoal Solution 1. Based upon an output file gen ...
随机推荐
- 用Python递归解决阿拉伯数字转为中文财务数字格式的问题(2)--打开思路的一种方法
几天前自己写了个将阿拉伯数字转为中文财务数字的程序.用的递归,不幸的是它是树形递归. 虽然实际过程中不太可能出现金额数字大到让Python递归栈溢出,但是始终是一块心病,这玩意终究在理论上是受限制的. ...
- 23 服务的创建Demo1
结构 MainActivity.java package com.qf.day23_service_demo1; import android.app.Activity; import android ...
- 深入浅出如何解析xml文件---上篇
xml小伙伴们并不陌生,xml是可扩展标记语言,标准通用标记语言语言的子集,是一种用来标记电子文件使其具有结构性的标记语言.我们知道xml可以用dom与sax等方法进行解析,但是xml为什么要解析呢? ...
- linux添加环境变量(path)
分为三步 1.sudo vim /etc/profile 2.export PATH="全路径:$PATH" 3.source /etc/profile 我的微信二维码如下,欢迎交 ...
- 全文检索Lucene (2)
接着全文检索Lucene (1) . 下面我们来深入的研究一下,如何使用Lucene! 从全文检索Lucene (1)中我们可以看出,Lucene就好比一个双向的工作流,一方面是对索引库的维护,另一方 ...
- CUDA5.5 的环境变量设置
为了方便,我写了这个文件用于设置cuda5.5的环境变量. 其中有些环境变量可能用不到,大家根据需要修改就是了. export CUDA_HOME=/usr/local/cuda-5.5 export ...
- Android中JNI编程详解
前几天在参加腾讯模拟考的时候,腾讯出了一道关于JNI的题,具体如下: JNI本身是一个非常复杂的知识,但是其实对于腾讯的这道题而言,如果你懂JNI,那么你可能会觉得这道题非常简单,就相当于C语言中的h ...
- 如何使用EasyUI显示表格界面
还记得前面有篇博客叫---使用TT模板+mvc+wcf实现简单查询,这篇博文的末尾,小编贴了一张查询出来的结果图,那么这篇博客的中新来了,如何使用EasyUI显示出表格样式的界面,以前学习CS的时候, ...
- Java-IO之PipedReader和PipedWriter
PipedReader和PipedWriter与PipedInputStream和PipedOutputStream一样,都可以用于管道通信.PipedWriter是字符管道输出流,继承于Writer ...
- 应用UUID简化设计
应用UUID简化设计(金庆的专栏)UUID(Universally Unique Identifier) 保证每次生成的都是唯一的,不同机器生成UUID也能保证唯一.网游中使用UUID可以避免全局的I ...