应付发票审批 Hold and Release Names
(N) AP > Setup > Invoice > Hold and Release Names
这里一般默认就可以了。
Use the Invoice Hold and Release Names window to define the names that you use to manually
hold or release invoices. You can define hold names that you assign to an invoice during entry to
place the invoice on hold. For example, "Needs CFO Approval". You can also define release names
that you use in the Invoice Holds tab or Invoice Actions window to remove the holds you apply to
invoices. For example, "CFO Approved". You cannot pay an invoice that has a hold applied to it.
You can define as many invoice hold and release names as you need.
You can also determine whether to allow accounting entry creation for the hold names you
define. If you assign to an invoice a hold name that does not allow accounting, then you cannot
create accounting entries for the invoice until you remove the hold.
Payables predefined invoice hold names
Payables predefines hold names and release holds that it uses to apply and release invoice holds
during Invoice Validation.
In the Invoice Hold and Release Names window, you can query the predefined hold and release
names that Payables provides, but you cannot modify them.
Invoice Hold Types
The following table shows the hold names that are predefined in Payables.

Invoice Release Types
The following table shows the release names that are predefined in Payables.

Defining Supplier Controls
You can automatically apply holds to invoices for a supplier site by enabling invoice controls for
the site. Payables provides controls that you can enable in the Supplier Sites region of the
Suppliers page. You can also define default values for these controls in the Suppliers page at the
supplier level. Payables automatically assigns defaults you define for a supplier to any new sites
you enter for the supplier. See: Defining Invoice Management Defaults.
Defining Invoice Hold and Release Names
To define invoice hold or release name:
1. In the Invoice Hold and Release Names window enter a unique Name and Description to
identify the hold or release name. The name and reason will appear on a list of values
whenever you need to enter the hold or release name.
2. Enter the type of name you are defining. You can define either hold or release names.
For detailed information on any field, see: Invoice Hold and Release Names Window
Reference
3. If you are defining a hold name, enable the Accounting Allowed option if you want to
allow Payables to create accounting entries for invoices that have this hold applied.
4. If you want to make the hold or release name inactive on and after a certain date enter a
value in the Inactive On field.
5. Save your work.
应付发票审批 Hold and Release Names的更多相关文章
- EBS中后台AP发票审批脚本
Declare l_Hold_Count Number; l_Funds_Code Varchar2(30); l_Approve_Status Varchar2(120); B ...
- 【EBS】取数SQL-平均成本更新的物料事务处理追溯到应付发票
SELECT hou.name,--组织 aia.invoice_num,--发票编号 msib.segment1,--物料编码 mmt.transaction_id--物料事务处理 FROM mtl ...
- 所有标准API
序号 系统版本 模块 应用场景 类型 API/接口 参数规格 样例代码 备注 登记者 登记时间 关键字 1 12.1.3 AP 付款核销 API ap_pay_invoice_pkg.ap_pay_i ...
- EBS API及接口清单
https://www.cnblogs.com/lizicheng/p/9521742.html 模块 应用场景 类型 API/接口 AP 付款核销 API ap_pay_invoice_pkg.ap ...
- 应付系统选项 Payables Options
(N) AP > Setup > Options > Payables Options应付系统选项设置整个应付系统使用的控制项和默认值.我们可以在此窗口中设置默认值,从而简化供应商输 ...
- ERP应收应付进阶操作与子流程--开源软件诞生29
赤龙ERP应收应付进阶讲解--第29篇 用日志记录"开源软件"的诞生 [进入地址 点亮星星]----祈盼着一个鼓励 博主开源地址: 码云:https://gitee.com/red ...
- AP_AP系列 - 发票管理分析(案例)
2014-07-07 Created By BaoXinjian
- Oracle EBS AP 发票放弃行
-- purpose: 应付发票放弃发票行 -- 12.2.6 环境 -- author:jenrry create_date: 2017-06-07 declare l_dummy_msg VARC ...
- 知识总结提炼-AP模块
http://www.cnblogs.com/bruce_zhao/p/3809686.html 应付模块业务操作流程 供应商管理 供应商概述 在您使用 Oracle Purchasing 之前,需要 ...
随机推荐
- Ext.Net学习笔记17:Ext.Net GridPanel Selection
Ext.Net学习笔记17:Ext.Net GridPanel Selection 接下来是Ext.Net的GridPanel的另外一个功能:选择. 我们在GridPanel最开始的用法中已经见识过如 ...
- ###《Effective STL》--Chapter6
点击查看Evernote原文. #@author: gr #@date: 2014-09-27 #@email: forgerui@gmail.com Chapter6 函数子.函数子类.函数及其他 ...
- UITableViewCell左滑的时候添加多个按钮的方法(iOS8+)以及UIRefreshControl(iOS6+)的使用。
之前想在cell左滑的时候添加更多的按钮而不是只有‘删除’按钮如下所示,貌似不是一件简单的事.但是现在只要实现几个方法就行了. 代码写的比较垃圾,重在理解这个知识.. . 具体代码: // // T ...
- JAVA笛卡尔曲线
效果图如下: import java.applet.*; import java.awt.*; public class Descartes extends Applet { int AppletWi ...
- 生产项目加入到SVN版本控制
零.介绍 每天定时备份是通过ftp打包和同步的方式,这些都是比较粗的备份,没法恢复到指定时间的文件,所以需要用到svn控制版本. (请不要问我为什么不用git) 一.现有项目文件加入版本控制 因为项目 ...
- 解决rtl8723be无线网卡驱动频繁断网问题
买了新本子,用的是rtl8723be无线网卡,连WIFI时总是断网.Windows下好解决,Ubuntu下可就麻烦了,又是升级内核又是编译驱动的,折腾了一天,终于找到了解决办法: # echo &qu ...
- 纯javascript 回到 顶部 实例
很多网站都会采用瀑布式的加载模式,像qq空间加载好友动态,为了用户体验更好,很多网站会加上回到顶部的连接,但大多数网站都是一下子就回到了顶部,当然,这样有这样的好处,但是我是个比较喜欢很炫的东西的人, ...
- 客户端(android,ios)与服务器通信
android,ios客户端与服务器通信为了便于理解,直接用PHP作为服务器端语言 其实就是一个 http请求响应的过程序,先从 B/S模式说起浏览器发起http请求,服务器响应请求,并把数据返回给浏 ...
- [C#]判断是否是合法的IP4,IP6地址
判断一个字符串如果没有端口的话,利用IPAddress.TryParse很好判断,那么有端口怎么判断呢,正则表达式?还是其他方式? 关键代码: /// <summary> /// 判断是否 ...
- hdu 2079 选课时间
hdu 2079 选课时间 题意:选的学分总和为n,并且学分为a的课有b种,总共有K(1<=k<=8)种学分不同的课,并且要选的学分最多为40:问选课方案有多少种?(学分相同的课即认为相同 ...