代码语言
.
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
/
1073
--发票分录 SELECT hou.NAME org_name, ai.invoice_num, ai.invoice_date, pv.segment1 vendor, pv.vendor_name, 'AEL' source_table, ael.ae_line_id source_id, ael.ae_line_type_code line_type, --ar_lookups.lookup_type = 'AUTOGL_TYPE' gcc_ori.code_combination_id orig_ccid, gcc_ori.concatenated_segments orig_acct, ael.entered_dr, ael.entered_cr, (SELECT gcc_new.code_combination_id FROM gl_code_combinations_kfv gcc_new WHERE gcc_new.segment1 = gcc_ori.segment1 AND gcc_new.segment2 = gcc_ori.segment2 AND gcc_new.segment3 = gcc_ori.segment3 AND gcc_new.segment4 = (CASE WHEN ael.ae_line_type_code IN ('LIABILITY','AP ACCRUAL') THEN gcc_pay.segment4 WHEN ael.ae_line_type_code IN ('PREPAY') THEN gcc_pre.segment4 END) AND gcc_new.segment5 = gcc_ori.segment5 AND gcc_new.chart_of_accounts_id = gcc_ori.chart_of_accounts_id) new_ccid, (CASE WHEN ael.ae_line_type_code IN ('LIABILITY','AP ACCRUAL') THEN gcc_ori.segment1 || '.' || gcc_ori.segment2 || '.' || gcc_ori.segment3 || '.' || gcc_pay.segment4 || '.' || gcc_ori.segment5 WHEN ael.ae_line_type_code IN ('PREPAY') THEN gcc_ori.segment1 || '.' || gcc_ori.segment2 || '.' || gcc_ori.segment3 || '.' || gcc_pre.segment4 || '.' || gcc_ori.segment5 END) new_acct, gcc_pay.segment4 pay_acc, gcc_pre.segment4 pre_acc FROM ap_invoices_all ai, hr_operating_units hou, po_vendors pv, po_vendor_sites_all pvs, gl_code_combinations_kfv gcc_pay, gl_code_combinations_kfv gcc_pre, ap_accounting_events_all ae, ap_ae_headers_all aeh, ap_ae_lines_all ael, gl_code_combinations_kfv gcc_ori WHERE ai.org_id = hou.organization_id AND ai.vendor_id = pv.vendor_id AND ai.vendor_site_id = pvs.vendor_site_id AND pvs.accts_pay_code_combination_id = gcc_pay.code_combination_id(+) AND pvs.prepay_code_combination_id = gcc_pre.code_combination_id(+) AND ai.invoice_id = ae.source_id AND ae.source_table = 'AP_INVOICES' AND ae.accounting_event_id = aeh.accounting_event_id AND aeh.ae_header_id = ael.ae_header_id AND ael.code_combination_id = gcc_ori.code_combination_id AND pv.vendor_name = 'xxxxxx';
试试其它关键字
发票分录
同语言下
.
设置窗体的位置
.
初始化操作
.
在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