FA-分配行重分配报错【APP-OFA-48313】

news2024/10/2 8:22:51

FA-重分配行报错

已存在行只能分多次转移调整

Ref1:

APP-OFA-48313 You Cannot Create Identical Distribution Lines with Transfer (Doc ID 336894.1)

APPLIES TO:

Oracle Assets - Version 11.5.10.0 and later
Information in this document applies to any platform.

GOAL

How do I transfer units (or fractions of a unit) from multiple distributions?

SOLUTION

This will have to be done in several transaction as there can only be 1 transfer entered at a time.

Example 1:

The assignment looks a follows:

Units Distribution
.25    1
.25    2
.25    3
.25    4

You want to move .15 from distribution 1 to 3 on to distribution 4. So you do your first transfer:

In/Out Units Distribution
-.15      .25   1
            .25   2
            .25   3
.15       .25   4

and then save. Go back into the assignments window and do the second transfer:

In/Out Units Distribution
           .1     1
-.15     .25   2 
           .25   3
 .15     .4     4

and then save. Go back into the assignments window and do the third transfer:

In/Out Units Distribution
           .1     1
           .1     2
-.15     .25   3
  .15    .55   4

and save. When you go back and review the distributions it will now look like this:

Units Distribution
.1      1 
.1      2
.1      3
.7      4

Ref2:

Unable To Add Units To The Same Distribution In The Assignments Form (Doc ID 267007.1)

APPLIES TO:

Oracle Assets - Version 11.5.10.0 and later
Information in this document applies to any platform.
FAXASSET - Asset Workbench
 

SYMPTOMS

When attempting to add additional units with the same distribution information
(expense account and location), receive the error:

APP-OFA-48313 You cannot create identical distribution lines.

CHANGES

CAUSE

The applications does not allow two lines to have the same distribution.

SOLUTION

Change the units in the Asset Workbench > Asset Details window to new # of units,
than go to the Assignments window.

1) Assign the additional X units to the same expense account but a different location.
Now there will be 2 rows one with original # of units and another with X units.

2) Save.

3) Than put -X in the unit change column of the row to which X units were assigned,
and X in the unit change column of the original distribution.

4) Save. Now you should have one distribution again with the correct total units.

Ref3:

How To Transfer Units from Multiple Distributions to a Single Distribution Without APP-OFA-48395, APP-OFA-48392? (Doc ID 1269754.1)

APPLIES TO:

Oracle Assets - Version 11.5.10.2 to 12.2.6 [Release 11.5 to 12.2]
Information in this document applies to any platform.

GOAL

Is it possible to transfer units (or fractions of a unit) from multiple distributions to a single distribution?

Example 1:
----------
An asset has 1 unit but the assignment is split between 6 employees with fractional units as follows: 5 *0.17 + 1* 0.15.
When attempting to assign the asset to only one employee (transfer all fractional units to a single distribution), the following message appears:

APP-OFA-48392: The asset_dist_tbl structure contains invalid transaction units.

Example 2:
-----------

Trying to transfer multiple assignment lines into a new assignment line.

Asset has 3 lines with units:
.25 = 01.110.7360.0000.000
.5 = 01.120.7360.0000.000
.25 = 01.130.7360.0000.000

Try to transfer all into new single 1 unit line = 01.111.7360.0000.000

The following message appears:

APP-OFA-48395: Program exited with errors:

The asset_dist_tbl structure contains invalid transaction units.


Possible causes are:

1.  Null or zero units were entered
2.  Positive or negative units were entered incorrectly
3.  Not enough units were entered

SOLUTION

Only ONE distribution (assignment line) can be directly transferred to one or more new distributions, NOT vice versa.  This is standard and current functionality.

Reference: Note 213593.1 Multidistributed Asset Transfer into One Distribution Line Fails with APP-OFA-48392: FA_INVALID_TXN_UNITS

An Enhancement Request has been raised for this issue:

ER Bug:9484636 ERROR APP-OFA-48392 WHEN TRANSFER MULTIDISTRIBUTION TO ONE DISTIBUTIION LINE

The following workaround can be used:

In order to be able to transfer fractional units from multiple distributions to a single distribution, and overcome restrictions like 'APP-OFA-48313 You cannot create identical distribution lines', please follow the steps below.

1.  Change the number of units in the Asset Workbench > Asset Details window to 2 units.  Save.


2.  Go to the Assignments screen and add a new distribution line for one unit (with the new distribution desired).  Save.

3.  Go back to the Asset Workbench > Asset Details window and change back the number of units for the asset to 1 unit.  Save.

4.  Go back to the Assignments screen and null out the old fractional distributions (put -X in the unit change column of the rows where X is the needed number of units to change).  Save.

Now the asset will have the entire unit assigned to a single distribution.

Ref4:

Transfer Error APP-OFA-48313 You Cannot Create Identical Distribution Lines (Doc ID 1663571.1)

APPLIES TO:

Oracle Assets - Version 11.5.10.2 to 12.2.6 [Release 11.5 to 12.2]
Information in this document applies to any platform.
This document replaces duplicate document 336894.1, which has been deleted.

SYMPTOMS

When performing a transfer in Asset Assignments, the following error occurs:

Error Message:
APP-OFA-48313:  You cannot create identical distribution lines

Example 1:

NoUnit ChangeUnitsExpense AccountLocation
Line1-1110.100.10.E1000.100New York
Line2520.200.20.E2000.200Boston
Line31120.200.20.E2000.200Boston

NOTE:  This is attempting to transfer to new Line3 from old Line1, and Line2 and Line3 use the same account and location.

 Example 2:

The assignment looks a follows:

Units Distribution
.25 1
.25 2
.25 3
.25 4

You want to move .15 from distribution 1 to 3 on to distribution 4.

CAUSE

This is working as intended as Oracle Assets does not allow a duplicate assignment line on an asset.

SOLUTION

Transfer the line to Line2 directly.

Example 1:

NoUnit ChangeUnitsExpense AccountLocation
Line1-1110.100.10.E1000.100New York
Line2 1520.200.20.E2000.200Boston

NOTE:  Set "Unit Change" to "1" on Line2 directly.

Example 2:

Perform your first transfer:

In/Out Units Distribution
-.15 .25 1
.25 2
.25 3
.15 .25 4

and then save. Go back into the assignments window and do the second transfer:

In/Out Units Distribution
.1 1
-.15 .25 2
.25 3
.15 .4 4

and then save. Go back into the assignments window and do the third transfer:

In/Out Units Distribution
.1 1
.1 2
-.15 .25 3
.15 .55 4

and save. When you go back and review the distributions it will now look like this:

Units Distribution
.1 1
.1 2
.1 3
.7 4

Ref5:

Multidistributed Asset Transfer into One Distribution Line Fails with APP-OFA-48392: FA_INVALID_TXN_UNITS (Doc ID 213593.1)

APPLIES TO:

Oracle Assets - Version 11.5.10.2 and later
Information in this document applies to any platform.
 

SYMPTOMS

Transfering from two assignment lines to one or more new lines fails with error.
 APP-OFA-48392: FA_INVALID_TXN_UNITS
APP-OFA-48392: The asset_dist_tbl structure contains invalid transaction units.

CHANGES

CAUSE

Possible causes are:
1. Null or zero units were entered.
2. Positive or negative units were entered incorrectly.
3. Not enough units were entered.
This is desired functionality. You can transfer from ONLY ONE
assignment line to one or more new lines.

Reference:
Orace Assets User Guide
Chapter 3 Asset Maintenance
Section:  Transferring Assets

SOLUTION

Perform such transfer in two steps:
1. Transfer from first source line and save.
2. Then transfer from the second source line to the same destination line as in p.1 or to the new line.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1402358.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

ESP32-UDP通信 (Arduino)

ESP32配置UDP通信 介绍 用户数据报协议UDP UDP(User Datagram Protocol)是一种在计算机网络中常用的传输层协议,它与TCP(Transmission Control Protocol)一样属于传输层协议的一种。UDP主要用于在网络中传输数据&…

算法每日一题: 分割数组的最大值 | 动归 | 分割数组 | 贪心+二分

Hello,大家好,我是星恒 呜呜呜,今天给大家带来的又是一道经典的动归难题。 题目:leetcode 410给定一个非负整数数组 nums 和一个整数 k ,你需要将这个数组分成 k_ 个非空的连续子数组。设计一个算法使得这 k _个子数组…

【Linux】第三十三站:日志

文章目录 一、实现一个简单的日志1.简介2.可变参数3.错误等级4.时间5.打印每一条参数6.与前面的一些代码搭配使用 二、完整代码 一、实现一个简单的日志 1.简介 我们运行代码的时候,我们希望有各种各样的运行时候的一些信息。这也就是日志 它一半有日志时间&…

Python 字符串不可变性的优缺点

随着计算机技术的快速发展,越来越多的编程语言被发明出来,每种编程语言都有自己独特的特点和优势。以我经常使用python写爬虫为例,在 Python 中,字符串是不可变的,这意味着一旦字符串被创建,就不能被修改。…

【机组】微程序控制单元实验的解密与实战

​🌈个人主页:Sarapines Programmer🔥 系列专栏:《机组 | 模块单元实验》⏰诗赋清音:云生高巅梦远游, 星光点缀碧海愁。 山川深邃情难晤, 剑气凌云志自修。 ​ 目录 🌺一、 实验目…

Laykefu客服系统 任意文件上传漏洞复现

0x01 产品简介 Laykefu 是一款基于workerman+gatawayworker+thinkphp5搭建的全功能webim客服系统,旨在帮助企业有效管理和提供优质的客户服务。 0x02 漏洞概述 Laykefu客服系统/admin/users/upavatar.html接口处存在文件上传漏洞,而且当请求中Cookie中的”user_name“不为…

嵌入式C语言基本编写规范

最重要的一条规则 编写代码时最重要的一条规则是:检查周围的代码并尝试模仿它。 作为维护人员,如果收到的补丁明显与周围代码的编码风格不同,这是令人沮丧的。这是不尊重人的,就像某人穿着泥泞的鞋子走进一间一尘不染的房子。 …

RT-Thread 17. 中断发送信号量后线程去处理信号量

1. 代码 //sem.c #include <rtthread.h> #include <rtdevice.h> #include "drv_gpio.h"#define THREAD_PRIORITY 25 #define THREAD_TIMESLICE 5#define LED3_PIN GET_PIN(B, 3) ALIGN(RT_ALIGN_SIZE) static char thread3_stack[1024]; static struct…

2023 IoTDB Summit:北京城建智控科技股份有限公司高级研发主管刘喆《IoTDB在城市轨道交通综合监控系统中的应用》...

12 月 3 日&#xff0c;2023 IoTDB 用户大会在北京成功举行&#xff0c;收获强烈反响。本次峰会汇集了超 20 位大咖嘉宾带来工业互联网行业、技术、应用方向的精彩议题&#xff0c;多位学术泰斗、企业代表、开发者&#xff0c;深度分享了工业物联网时序数据库 IoTDB 的技术创新…

CRM是什么软件?

阅读本文&#xff0c;你将了解&#xff1a;一、CRM是什么软件&#xff1b;二、CRM软件如何进行客户管理&#xff1b;三、CRM软件有什么价值&#xff1b;四、优秀案例分享。 一、CRM是什么软件 CRM&#xff08;Customer Relationship Management&#xff0c;客户关系管理&…

用pandas实现用前一行的excel的值填充后一行

今天接到一份数据需要分析&#xff0c;数据在一个excel文件里&#xff0c;内容大概形式如下&#xff1a; 后面空的格子里的值就是默认是前面的非空的值&#xff0c;由于数据分析的需要需要对重复的数据进行去重&#xff0c;去重就需要把控的cell的值补上&#xff0c;然后根据几…

最佳 C++ 编译器

我喜欢 C&#xff0c;这已经不是什么秘密。我偏爱 C 的一个原因是&#xff0c;C 是一个“开放”的编程语言&#xff0c;任何人都可以使用自己喜欢的编译器。当然&#xff0c;C 编译器的种类也很多。同样&#xff0c; C IDE 也不少&#xff0c;我在之前的一个博客中讨论过这个话…

深度了解六西格玛培训:用MINITAB软件优化数据处理和项目管理——张驰咨询

在追求卓越的道路上&#xff0c;六西格玛培训不仅是一种管理哲学&#xff0c;更是一套科学精细的工具箱。它起源于摩托罗拉的制造车间&#xff0c;但如今它的精粹已经应用到各个行业&#xff0c;无论规模大小&#xff0c;都在追求完美的产品和服务质量。 在张驰咨询&#xff0…

SwiftUI 纯手工打造 100% 可定制的导航栏

功能需求 何曾几时,我们是否也厌倦了 SwiftUI 界面中刻板守旧的导航栏外观,而想要自己动手充分展示灵动炸裂的创造力呢? 如上图所示:我们在 SwiftUI 中通过纯手工打造了一款 100 在本篇博文中,您将学到以下内容 功能需求1. 导航栏基本结构2. 如何感知当前发生用户拖拽行为…

Unity SRP 管线【第五讲:URP烘培光照】

本节&#xff0c;我们将跟随数据流向讲解UEP管线中的烘培光照。 文章目录 一、URP烘培光照1. 搭建场景2. 烘培光照参数设置MixedLight光照设置&#xff1a;直观感受 Lightmapping Settings参数设置&#xff1a; 3. 我们如何记录次表面光源颜色首先我们提取出相关URP代码&#…

ctfshow-反序列化(web267-web270)

目录 web267 web268 web269 web270 总结 web267 页面用的什么框架不知道 看源码看一下 框架就是一种软件工具&#xff0c;它提供了一些基础功能和规范&#xff0c;可以帮助开发者更快地构建应用程序。比如Yii框架和ThinkPHP框架就是两个流行的PHP框架&#xff0c;它们提供…

基于Java SSM框架实现共享充电宝管理系统项目【项目源码+论文说明】计算机毕业设计

基于java的SSM框架实现共享充电宝管理系统演示 摘要 随着科学技术的飞速发展&#xff0c;各行各业都在努力与现代先进技术接轨&#xff0c;通过科技手段提高自身的优势&#xff1b;对于共享充电宝管理系统当然也不能排除在外&#xff0c;随着网络技术的不断成熟&#xff0c;带…

开年安全锦囊|保护现代Web应用程序的 7 大关键举措

Web 应用和 API 已成为构建业务关键型应用程序的首选工具&#xff0c;而这些应用程序不但面临着多云环境、新兴架构等带来的复杂性&#xff0c;也受到愈加严峻的暴力破解、信息泄露、会话劫持、跨站脚本、注入攻击等安全挑战。 现代 Web 应用程序防护七大关键 对于安全专业人员…

SpringSecurity(11)——核心组件和认证流程

获取用户信息 // 获取安全上下文对象&#xff0c;就是那个保存在 ThreadLocal 里面的安全上下文对象 // 总是不为null(如果不存在&#xff0c;则创建一个authentication属性为null的empty安全上下文对象) SecurityContext securityContext SecurityContextHolder.getContext(…

免费的WordPress插件大全

在当今数字化的时代&#xff0c;拥有一个强大的在线存在变得至关重要。而对于使用WordPress建站的用户来说&#xff0c;插件是提高网站功能的关键。在这篇文章中&#xff0c;我们将为您推荐三款免费的WordPress插件&#xff0c;它们不仅是147SEO软件中的佼佼者&#xff0c;而且…