应付发票审批 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 之前,需要 ...
随机推荐
- 第二篇、C_递归算法
简介: 在实际应用当中,我们常常会接触到一些递归的数法. 递归算法的特点 递归算法是一种直接或者间接地调用自身算法的过程.在计算机编写程序中,递归算法对解决一大类问题是十分有效的,它往往使算法的描述简 ...
- 第九篇、UITabbar增加类别用来标红点
1.系统中只有设置bage的方式,设置为nil也是为一个红点,但是很大,并不是我们需要的 2.扩充标红点的方法 (常用于有新的动态提示标志) #import <UIKit/UIKit.h> ...
- iOS夯实:ARC时代的内存管理
iOS夯实:ARC时代的内存管理 文章转自 ARC时代的内存管理 什么是ARC Automatic Reference Counting (ARC) is a compiler feature tha ...
- Java获取方法参数名、Spring SpEL解析
@Test public void testParse() { //表达式解析 ExpressionParser expressionParser = new SpelExpressionParser ...
- Oracle PL/SQL 多重选择句
Oracle中语句块的基本格式: declare --变量定义,初始化赋值. begin --变量的赋值,函数调用,if,while等. end: Oracle中的语句:关系运算符:= <> ...
- Apache服务
Apache服务的安装: Apache服务程序的软件包名称是:httpd 安装方法: rpm软件包安装.源码编译安装.yum安装 yum install httpd 安装完成后启动: revice h ...
- Linux EMACS的简单使用
1 File 菜单项 open file 打开文件 close 关闭当前操作的文件 save 保存当前操作的文件 save buffer as 另存为 split window 拆分窗口 ,同时操作不 ...
- Linux下的ntp时钟同步问题
前段时间,项目中有个需求,需要将linux和windows的时间进行同步,网上也有很多类似时钟同步的帖子,大致类似:不过本次的linux的机器有点特殊,没有service命令,而且要求在另一台suse ...
- C# 中关闭当前线程的四种方式 .
.net类库已经帮助我们实现了窗口的关闭,如果此窗口是系统的主窗口,关闭此窗口即应该退出了整个应用程序.但事实上有时候并不是这样的,关闭窗口,只是停止了当前窗口的消息循环.系统主窗口,实质上是Main ...
- 图片裁切插件jCrop的使用心得(三)
在这一篇里,我来具体讲讲代码该如何写. 下面是jCrop的初始化代码 //图片裁剪插件Jcrop初始化 function initJcrop() { // 图片加载完成 document.getEle ...