应付分配集 Distribution Sets
(N) AP > Setup > Invoice > Distribution Sets (定义分配集)

You can use a Distribution Set to automatically enter distributions for an invoice when you are
not matching it to a purchase order. For example, you can create for an advertising supplier a
Distribution Set that allocates advertising expense on an invoice to four advertising departments.
You can assign a default Distribution Set to a supplier site so Payables will use it for every invoice
you enter for that supplier site. If you do not assign a default Distribution Set to a supplier site,
you can always assign a Distribution Set to an invoice when you enter it.
Use Full Distribution Sets to create distributions with set percentage amounts, or use Skeleton
Distribution Sets to create distributions with no set distribution amounts. For example, a Full
Distribution Set for a rent invoice assigns 70% of the invoice amount to the Sales facility expense
account and 30% to the Administration facility expense account. A Skeleton Distribution Set for
the same invoice would create one distribution for the Sales facility expense account and one
distribution for the Administration facility expense account, leaving the amounts zero. You could
then enter amounts during invoice entry depending on variables such as that month's headcount
for each group.
If you enable and use a descriptive flexfield with your distribution set lines, the data in the
flexfield will be copied to the invoice distributions created by the Distribution Set.
Creating Distribution Sets
To create a Full Distribution Set:
1. In the Distribution Sets window, enter the Name and Description of the Distribution Set
you are creating. Enter an Inactive On date to specify when this distribution set is no
longer available.
2. Enter the Account and Description for each distribution and enter the Percentage of the
invoice amount that you want to distribute to the Account. You can enter positive and
negative percentages. Create as many distributions as you need. The sum of the
distribution percentages must equal 100.
If you are creating a Distribution Set for a federally reportable supplier, optionally enter an
Income Tax Type.
3. Save your work. Payables automatically assigns type Full to your Distribution Set.
To create a Skeleton Distribution Set:
1. In the Distribution Sets window enter the Name and Description of the Distribution Set
you are creating. Enter an Inactive On date to specify when this distribution set is no
longer available.
Suggestion: If you create a skeleton Distribution Set, include skeleton in the name to remind you
to enter the line amounts.
2. Enter the Account and Description for each distribution and leave the Percentage at zero.
Create as many distributions as you need.
If you are creating a Distribution Set for a federally reportable supplier, optionally enter an
Income Tax Type.
3. Save your work. Payables automatically assigns type Skeleton to your Distribution Set.
Creating a Project Related Distribution Set
If you have Oracle Projects installed, you can associate a distribution with a project by entering
project information on invoice distributions. The system uses the project information to build the
distribution accounts. If you use a project related distribution set, Payables automatically enters
the project information on the distribution for you. You can override the project fields on the
distribution. The Account Generator will then create accounts based on the new information.
Prerequisite
• Oracle Project Costing is installed.
To create a project related Distribution Set:
1. Enter either a Skeleton or Full Distribution Set in the Distribution Sets window.
2. If a distribution is project related, check Project Related.
Enter the Project, Task, Expenditure Type, and Organization.
If you use Oracle Grants Accounting, you can enter a value for Award Number, to record the
award associated with the project.
3. Save your work
应付分配集 Distribution Sets的更多相关文章
- 并查集 (Union-Find Sets)及其应用
定义 并查集是一种树型的数据结构,用于处理一些不相交集合(Disjoint Sets)的合并及查询问题.常常在使用中以森林来表示. 集就是让每个元素构成一个单元素的集合,也就是按一定顺序将属于同一组的 ...
- 数据结构之并查集Union-Find Sets
1. 概述 并查集(Disjoint set或者Union-find set)是一种树型的数据结构,常用于处理一些不相交集合(Disjoint Sets)的合并及查询问题. 2. 基本操作 并查集 ...
- 并查集(union-find sets)
一.并查集及其优化 - 并查集:由若干不相交集合组成,是一种简单但是很好用的数据结构,拥有优越的时空复杂性,一般用于处理一些不相交集合的查询和合并问题. - 三种操作: 1.Make_Set(x) 初 ...
- TSQL 分组集(Grouping Sets)
分组集(Grouping Sets)是多个分组的并集,用于在一个查询中,按照不同的分组列对集合进行聚合运算,等价于对单个分组使用“union all”,计算多个结果集的并集.使用分组集的聚合查询,返回 ...
- Redis源码阅读(四)集群-请求分配
Redis源码阅读(四)集群-请求分配 集群搭建好之后,用户发送的命令请求可以被分配到不同的节点去处理.那Redis对命令请求分配的依据是什么?如果节点数量有变动,命令又是如何重新分配的,重分配的过程 ...
- 应付系统选项 Payables Options
(N) AP > Setup > Options > Payables Options应付系统选项设置整个应付系统使用的控制项和默认值.我们可以在此窗口中设置默认值,从而简化供应商输 ...
- EBS业务学习之应付INVOICE类型
INVOICE类型 类 型 描 述 标准INVOICE 是指由于采购货物或接受劳务,从供应商处取得的INVOICE (标准INVOICE,既可以和订单匹配,也可以不匹配) ...
- Elasticsearch 教程--分布式集群
集群 补充章节 正如前文提到的,这就是第个补充的章节,这里会介绍 Elasticsearch 如何在分布式环境中运行. 本章解释了常用术语,比如 集群 (cluster), 节点 (node) 以及 ...
- ElasticSearch之二——集群
ElasticSearch 集群 首先看下ElasticSearch(ES)的架构: 术语解释: cluster:代表一个集群,集群中有多个节点,其中有一个master节点,master通过选举自动产 ...
随机推荐
- SVN服务器从Windows迁移到Linux
gerui 2013.9.14 ge-rui@sohu.com 一.备份VisualSVN项目 1. 现在要使用Linux作为svn服务器,之前是在windows Server 2008上的,用的是V ...
- asp:get请求写法
写在前面的话 XMLHttpRequest对象的open方法的第一个参数为request-type,取值可以为get或post.本篇介绍get请求. get请求的目的,主要是为了获取数据.虽然get请 ...
- java集合 collection-list-LinkedList
import java.util.*; /* LinkedList:特有方法: addFirst(); addLast(); getFirst(); getLast(); 获取元素,但不删除元素.如果 ...
- MFC GDI相关对象
首先说明几个名词: CDC 是MFC对Wind32 API的设备上下文(DC)进行封装的C++类,由他继承的类包括 CPaintDC(常用)CWindowDC(现在软件基本不用) CClientDC( ...
- bzoj 1066: [SCOI2007] 蜥蜴
这道题还是挺好想的,但我一开始还是想错了…… 把每个石柱拆成两个点,一个入度,一个出度,两个点连一条容量为高度的边,这样就可以限制从此石柱上经过的蜥蜴的数量.关于蜥蜴是否单独成点,我是单独当成了一个点 ...
- Linux DNS 设置失败
在执行 yum install gcc 时 发现下载失败 ping www.baidu.com ping 不通 ping 百度的IP:220.181.111.188却能ping 通 由此证明是DNS的 ...
- Python3 内建模块 hashlib、itertools、HTMLParser、urllib
Python的hashlib提供了常见的摘要算法,如MD5,SHA1等等. 什么是摘要算法呢?摘要算法又称哈希算法.散列算法.它通过一个函数,把任意长度的数据转换为一个长度固定的数据串(通常用16进制 ...
- 简单的JQuery分页代码
1. [代码][JavaScript]代码 001 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
- Linux下简易蜂鸣器驱动代码及测试实例
驱动代码: #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> ...
- CSS学习_属性选择器
CSS选择器参考 [attribute]——选取带有指定属性的元素: [attribute=value]——选取带有指定属性和值的元素: [attribute~=value]——选取属性值中包含指定词 ...