(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的更多相关文章

  1. 并查集 (Union-Find Sets)及其应用

    定义 并查集是一种树型的数据结构,用于处理一些不相交集合(Disjoint Sets)的合并及查询问题.常常在使用中以森林来表示. 集就是让每个元素构成一个单元素的集合,也就是按一定顺序将属于同一组的 ...

  2. 数据结构之并查集Union-Find Sets

    1.  概述 并查集(Disjoint set或者Union-find set)是一种树型的数据结构,常用于处理一些不相交集合(Disjoint Sets)的合并及查询问题. 2.  基本操作 并查集 ...

  3. 并查集(union-find sets)

    一.并查集及其优化 - 并查集:由若干不相交集合组成,是一种简单但是很好用的数据结构,拥有优越的时空复杂性,一般用于处理一些不相交集合的查询和合并问题. - 三种操作: 1.Make_Set(x) 初 ...

  4. TSQL 分组集(Grouping Sets)

    分组集(Grouping Sets)是多个分组的并集,用于在一个查询中,按照不同的分组列对集合进行聚合运算,等价于对单个分组使用“union all”,计算多个结果集的并集.使用分组集的聚合查询,返回 ...

  5. Redis源码阅读(四)集群-请求分配

    Redis源码阅读(四)集群-请求分配 集群搭建好之后,用户发送的命令请求可以被分配到不同的节点去处理.那Redis对命令请求分配的依据是什么?如果节点数量有变动,命令又是如何重新分配的,重分配的过程 ...

  6. 应付系统选项 Payables Options

    (N) AP > Setup > Options > Payables Options应付系统选项设置整个应付系统使用的控制项和默认值.我们可以在此窗口中设置默认值,从而简化供应商输 ...

  7. EBS业务学习之应付INVOICE类型

    INVOICE类型 类      型 描           述 标准INVOICE 是指由于采购货物或接受劳务,从供应商处取得的INVOICE (标准INVOICE,既可以和订单匹配,也可以不匹配) ...

  8. Elasticsearch 教程--分布式集群

    集群 补充章节 正如前文提到的,这就是第个补充的章节,这里会介绍 Elasticsearch 如何在分布式环境中运行. 本章解释了常用术语,比如 集群 (cluster), 节点 (node) 以及  ...

  9. ElasticSearch之二——集群

    ElasticSearch 集群 首先看下ElasticSearch(ES)的架构: 术语解释: cluster:代表一个集群,集群中有多个节点,其中有一个master节点,master通过选举自动产 ...

随机推荐

  1. ###学习《C++ Primer》- 4

    点击查看Evernote原文. #@author: gr #@date: 2014-10-16 #@email: forgerui@gmail.com Part 4: STL关联容器(第11章) 一. ...

  2. 关于Asp.Net Forms身份认证

    Asp.Net管道式的构建个我们提供了通过IHttpMoudle来订阅管线事件来达到干预HTTP请求的目的,Asp.Net的身份认证正是通过此种方式来对请求来执行身份认证的,这篇文章仅仅谈论Forms ...

  3. java集合框架示例图

  4. Java创建线程的第二种方式:实现runable接口

    /*需求:简单的卖票程序多个窗口买票 创建线程的第二种方式:实现runable接口 *//*步骤1.定义类实现Runable接口2.覆盖Runable接口中的run方法    将线程要运行的代码存放在 ...

  5. javaee学习-新建servlet 直接返回html

    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletExcepti ...

  6. ZOJ 3211 Dream City(DP)

    题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3374 题目大意:JAVAMAN 到梦幻城市旅游见到了黄金树,黄金树上 ...

  7. 九度OJ 1511 从尾到头打印链表

    题目地址:http://ac.jobdu.com/problem.php?pid=1511 题目描述: 输入一个链表,从尾到头打印链表每个节点的值. 输入: 每个输入文件仅包含一组测试样例. 每一组测 ...

  8. OpenJudge/Poj 1226 Substrings

    1.链接地址: http://bailian.openjudge.cn/practice/1226/ http://poj.org/problem?id=1226 2.题目: 总时间限制: 1000m ...

  9. Arrays 标准库算法

    Binary Search public static int binarySearch0(Object[] a, int fromIndex, int toIndex, Object key) { ...

  10. html分页

    <div class="fy"> <a href="" title="上一页">上一页</a> < ...