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

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.mzph.cn/news/639385.shtml

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

相关文章

Ubuntu20 服务器版磁盘扩容

Ubuntu20 服务器版磁盘扩容 Ubuntu20 服务器版磁盘不够用进可以使用fdisk命令对磁盘进行扩容 本案例中是基于vmware虚拟化环境下,ubuntu服务器按默认磁盘大小16G进行安装后,运行一段时间后发面/分区磁盘空间全部用完,导致服务无法正常运行。基…

计算机网络自顶向下Wireshark labs1-Intro

Wireshark labs1 实验文档:http://www-net.cs.umass.edu/wireshark-labs/Wireshark_Intro_v8.0.pdf 介绍 加深对网络协议的理解通常可以通过观察协议的运行和不断调试协议来大大加深,具体而言,就是观察两个协议实体之间交换的报文序列&…

React三大属性

我是南城余!阿里云开发者平台专家博士证书获得者! 欢迎关注我的博客!一同成长! 一名从事运维开发的worker,记录分享学习。 专注于AI,运维开发,windows Linux 系统领域的分享! 知…

只会 Python 不行,不会 Python 万万不行 。。。

当下的环境大家有目共睹,未来一段时间情况如何,想必不少人心里也清楚,技术人走到中年,难免会焦虑,职场上干得不爽,但是跳槽也不容易,加上不少企业裁员,换个满意的工作更是难上加难。…

数学建模--Radar图绘制

1.Radar图简介 最近在数学建模中碰见需要绘制Radar图(雷达图)的情况来具体分析样本的各个特征之间的得分与优劣关系,这样的情况比较符合雷达图的使用场景,一般来说,雷达图适用于展示多个维度的数据,并在一个平面上直观地呈现出不同…

sql数据库的相关概念与底层介绍

本文中的数据库指的是磁盘数据库。如果有sql语言(CRUD,增删改查)的使用经验会更容易理解本文的知识点。 数据库与redis的区别 数据库:数据存储长期在磁盘中,小部分频繁需要的数据会被临时提取在内存中。 Redis&…

np.argsort排序问题(关于位次)-含GitHub上在numpy项目下提问的回复-总结可行方案

np.argsort 与获取位相关问题 位次: 数组中的数据在其排序之后的另一个数组中的位置 [1,0,2,3] 中 0的位次是1 1的位次是2 2的位次是3 3的位次是4 这里先直接给出结论,np.argsort()返回的索引排序与实际位次在确实在某些情况下会出现一致,但后来numpy的开…

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

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

HCIP网络的类型

一.网络类型: 点到点 BMA:广播型多路访问 -- 在一个MA网络中同时存在广播(泛洪)机制 NBMA:非广播型多路访问 -- 在一个MA网络中,没有泛洪机制-----不怎么使用了 MA:多路访问 -- 在一个…

JavaEE 文件操作IO

文件操作&IO 文章目录 文件操作&IO1. 认识文件2. 文件操作2.1 File 类2.2 文件读写2.2.1 FileInputStream2.2.2 FileOutputStream2.2.3 FileReader2.2.4 FileWriter2.2.5 Scanner读取文件 3. 案例练习3.1 案例一3.2 案例二3.3 案例三 在进行文件操作之前,我…

数据操作——缺失值处理

缺失值处理 缺失值的处理思路 如果想探究如何处理无效值, 首先要知道无效值从哪来, 从而分析可能产生的无效值有哪些类型, 在分别去看如何处理无效值 什么是缺失值 一个值本身的含义是这个值不存在则称之为缺失值, 也就是说这个值本身代表着缺失, 或者这个值本身无意义, 比如…

GPT应用程序的开发注意事项

GPT应用程序的开发语言可以选择多种语言,主要取决于您的偏好、团队的技能以及应用程序的具体需求。以下是一些常见的用于GPT应用程序开发的编程语言,希望对大家有所帮助。北京木奇移动技术有限公司,专业的软件外包开发公司,欢迎交…

项目管理流程

优质博文 IT-BLOG-CN 一、简介 项目是为提供某项独特产品【独特指:创造出与以往不同或者多个方面与以往有所区别产品或服务,所以日复一日重复的工作就不属于项目】、服务或成果所做的临时性【临时性指:项目有明确的开始时间和明确的结束时间,不会无限期…

【Web前端开发基础】CSS的盒子模型

CSS的盒子模型 一、学习目标 能够认识不同选择器的优先级公式能够进行CSS权重叠加计算,分析并解决CSS 冲突问题能够认识盒子模型的组成部分能够掌握盒子模型的边框、内边距、外边距的作用及简写形式能够计算盒子的实际大小能够了解外边距折叠现象,并知…

Linux用户空间和内核空间所有15种内存分配方法

在Linux操作系统中,内存管理是一个关键的系统功能。用户空间和内核空间分别使用不同的函数来申请内存。以下是用户空间和内核空间内存申请函数的详细列表: Linux用户空间内存申请函数 1. malloc() 函数: void* malloc(size_t size); 用于…

在IDEA中使用快捷键让XML注释更加规范

Setting -> Editor -> Code Style -> XML 取消勾选 Line comment at first column 这样我们在使用ctrl / 快速注释时,就可以让注释符号紧贴注释内容,不出现空格。

如何唯一标识一个进程

如何唯一标识一个进程 进程ID (PID): 每个运行中的进程都有一个全局唯一的整数标识符,称为进程ID(Process ID)。PID由内核分配,并在整个系统范围内保持唯一。 在shell中输入echo $$来查看当前shell的进程ID&#xf…

ip_vs 的管理以及 keepalived + lvs 案例

ip_vs 的管理 ipvsadm 与 keepalived for lvs ipvsadm 命令及参数介绍 部署和配置LVS服务会经常用到一些命令,如ipvsadm,可以使用“ipvsadm -help”命令查看使用帮助。 ipvsadm 命令的常用参数及其说明如下: # 添加虚拟服务器# 语法&#x…

PLC从HTTP服务端获取JSON文件,解析数据到寄存器

智能网关IGT-DSER集成了多种PLC协议,方便实现各种PLC与HTTP服务端之间通讯。通过网关的参数配置软件绑定JSON文件的字段与PLC寄存器地址,配置URL,即可采用POST命令,将JSON文件提交给HTTP的服务端; 服务端有返回的JSON&…

【JavaEE】认识网络的工作原理

作者主页:paper jie_博客 本文作者:大家好,我是paper jie,感谢你阅读本文,欢迎一建三连哦。 本文于《JavaEE》专栏,本专栏是针对于大学生,编程小白精心打造的。笔者用重金(时间和精力)打造&…