(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. (九)Hibernate 检索策略

    所有项目导入对应的hibernate的jar包.mysql的jar包和添加每次都需要用到的HibernateUtil.java 这里的hibernate.cfg.xml配置信息我就不再写了 第一节:检 ...

  2. asp:第三平台登陆

    第三平台登陆接口申请网址: http://open.51094.com/ 文档: 第三方合作登录平台使用说明 为方便更多的开发朋友,本人特将当前市面上所有支持第三方联合登录的接口集为一体,以前需要多次 ...

  3. 【转】图解SQL的各种连接join

    原帖地址:http://www.nowamagic.net/librarys/veda/detail/936 图解SQL的各种连接join 让你对SQL的连接一目了然 在 2011年12月22日 那天 ...

  4. OC1_汉字拼音转换 练习

    // // WordManager.h // OC1_汉字拼音转换 // // Created by zhangxueming on 15/4/27. // Copyright (c) 2015年 z ...

  5. C++ 泛型编程/模板 泛函编程/Lambda/λ演算

    1.泛型编程(C++模板) 其中,Ada, Delpha, Java, C#, Swift 称之为 泛型/generics; ML, Scala和 Haskell 称之为 参数多态/parametri ...

  6. 暑假集训(2)第八弹 ----- Hero(hdu4310)

    K - Hero Crawling in process... Crawling failed Time Limit:3000MS     Memory Limit:65536KB     64bit ...

  7. LNK1169 和 LNK2005

    错误重现: 1> vs2010创建 C++ win32 project, Application type: DLL. 2>为了在工程中使用 CString, 在 stdafx.h 中 I ...

  8. centos6.5 安装python2.7.5

    1. 下载python2.7.5,保存到 /data/http://www.python.org/ftp/python/ 2. 解压文件tar xvf Python-2.7.5.tar.bz2 3. ...

  9. 浏览器检测(BrowserDetect.js)

    浏览器检测是在工作中经常用到的,如果只是简单判断当前是什么浏览器的话可以通过window.navigator.useragent这样的js来直接判断就可以了! 但是针对浏览器版本要求比较高的时候,如果 ...

  10. 关于aspx模板页面元素路径的问题,以及对模板页面的理解

    模板页面仅是模板,它不是单独存在的页面,它的路径就是引用它的内容页面的路径. 换句话说,模板页面,只是内容页面上固定的部分.     模板页面引用了的js和CSS,内容页面就不用重新引用了   css ...