代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
OracleEBS
】
采购订单关闭
作者:
Dezai.CN
/ 发布于
2013/1/7
/
870
create or replace procedure xx_po_close ( err_buff out varchar2, retcode out number, p_reason_desc varchar2, p_po_from varchar2, p_po_to varchar2) as l_return_code varchar2(2000); l_result boolean; cursor po_close_cur is select poh.segment1, poll.po_header_id, poll.po_line_id, poll.line_location_id from po_line_locations_all poll, po_headers_all poh, po_lines_all pol where poll.po_header_id = poh.po_header_id and poll.po_line_id = pol.po_line_id and pol.po_header_id = poh.po_header_id and upper(poh.authorization_status) = 'APPROVED' and upper(poll.closed_code) = 'CLOSED FOR RECEIVING' and (pol.unit_price = 0 or poh.quantity_billed - poh.quantity >= 0) and poh.segment1 between p_po_from and p_po_to; begin for po_close_rec in po_close_cur loop l_result := po_actions.close_po( p_docid => po_close_rec.po_header_id, p_doctyp => 'PO', p_docsubtyp => 'STANDARD', p_lineid => po_close_rec.po_line_id, p_shipid => po_close_rec.line_location_id, p_action => 'CLOSE', p_reason => p_reason_desc, p_calling_mode => 'PO', p_conc_flag => 'N', p_return_code => l_return_code, p_auto_close => 'N', p_action_date => sysdate, p_origin_doc_id => null); if l_result then fnd_file.put_line(fnd_file.output, po_close_rec.segment1 ' is Closed. '); else fnd_file.put_line(fnd_file.output, po_close_rec.segment1 ' is not Closed. '); end if; end loop; end;
试试其它关键字
采购订单关闭
同语言下
.
设置窗体的位置
.
初始化操作
.
在FORMS调用WEB页面
.
判断数据块的项是否为空
.
EBS 循环处理块记录
.
Oracle Form中调用并发请求生成报表并输出为PDF的方法
.
添加并发程序到指定职责API
.
EBS请求查询输出
.
删除 AP 发票相关脚本
.
ebs安全性
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
Dezai.CN
贡献的其它代码
(
4037
)
.
多线程Socket服务器模块
.
生成随机密码
.
清除浮动样式
.
弹出窗口居中
.
抓取url的函数
.
使用base HTTP验证
.
div模拟iframe嵌入效果
.
通过header转向的方法
.
Session操作类
.
执行sqlite输入插入操作后获得自动编号的ID
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3