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

  1. EBS中后台AP发票审批脚本

    Declare    l_Hold_Count Number;    l_Funds_Code Varchar2(30);      l_Approve_Status Varchar2(120); B ...

  2. 【EBS】取数SQL-平均成本更新的物料事务处理追溯到应付发票

    SELECT hou.name,--组织 aia.invoice_num,--发票编号 msib.segment1,--物料编码 mmt.transaction_id--物料事务处理 FROM mtl ...

  3. 所有标准API

    序号 系统版本 模块 应用场景 类型 API/接口 参数规格 样例代码 备注 登记者 登记时间 关键字 1 12.1.3 AP 付款核销 API ap_pay_invoice_pkg.ap_pay_i ...

  4. EBS API及接口清单

    https://www.cnblogs.com/lizicheng/p/9521742.html 模块 应用场景 类型 API/接口 AP 付款核销 API ap_pay_invoice_pkg.ap ...

  5. 应付系统选项 Payables Options

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

  6. ERP应收应付进阶操作与子流程--开源软件诞生29

    赤龙ERP应收应付进阶讲解--第29篇 用日志记录"开源软件"的诞生 [进入地址 点亮星星]----祈盼着一个鼓励 博主开源地址: 码云:https://gitee.com/red ...

  7. AP_AP系列 - 发票管理分析(案例)

    2014-07-07 Created By BaoXinjian

  8. Oracle EBS AP 发票放弃行

    -- purpose: 应付发票放弃发票行 -- 12.2.6 环境 -- author:jenrry create_date: 2017-06-07 declare l_dummy_msg VARC ...

  9. 知识总结提炼-AP模块

    http://www.cnblogs.com/bruce_zhao/p/3809686.html 应付模块业务操作流程 供应商管理 供应商概述 在您使用 Oracle Purchasing 之前,需要 ...

随机推荐

  1. Podfile 文件的编写

    # Uncomment this line to define a global platform for your projectplatform :ios, '9.0' target 'Cocoa ...

  2. OpenJudge/Poj 1083 Moving Tables

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

  3. 4.MySQL连接并选择数据库(SQL & C)

    在连接了MySQL数据库之后,可以通过SQL命令或者C.PHP.JAVA等程序来指定需要操作的数据库.这里主要介绍SQL命令和相应的C程序. 首先创建用户rick(赋予所有权限) mysql> ...

  4. Sublime Text 3的快捷键

    Sublime Text 3是一个非常了不起的软件,它不仅具有令人难以置信的内置功能(多行编辑和VIM模式),而且还支持插件.代码片段和其它许多东西. 今天,我们来总结一下Sublime Text 3 ...

  5. hybird app

    Hybrid App 是混合模式应用的简称,兼具 Native App 和 Web App 两种模式应用的优势,开发成本低,拥有 Web 技术跨平台特性.目前大家所知道的基于中间件的移动开发框架都是采 ...

  6. Centos7源码安装mysql及读写分离,互为主从

       Linux服务器 -源码安装mysql 及读写分离,互为主从   一.环境介绍: Linux版本: CentOS 7 64位 mysq版本: mysql-5.6.26 这是我安装时所使用的版本, ...

  7. Centos7 设置IPtables

    entOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙. 1.关闭firewall: systemctl stop firewalld.service #停止fire ...

  8. 解决IE6下Position:fixed问题(只用css)

    在IE6.0及以下版本的浏览器里是不支持position:fixed.而在IE7,IE8,firefox,opera,chrome都可以完美的支持此特性的.解决此问题的要点主要有: 1).容器要有一个 ...

  9. iis7以上版本权限控制

    IIS7.5中(仅win7,win2008 SP2,win2008 R2支持),应用程序池的运行帐号,除了指定为LocalService,LocalSystem,NetWorkService这三种基本 ...

  10. centos6.5 mysql配置整理

    安装 // 安装mysql yum -y install mysql-server //设置开机启动 chkconfig mysqld on //启动MySql服务 service mysqld st ...