代码语言
.
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
】
How to join (ap invoice distributions all) AP tabl
作者:
专注Oracle EBS
/ 发布于
2012/11/29
/
709
Below is the SQL for AP->PO->SLA->GL for *R12
select ph.segment1 po_number, aps.vendor_name, msi.segment1 item_number, msi.description item_description, 'A/P PO Match' accrual_transaction, 'AP*' source, (select organization_name from apps.org_organization_definitions where organization_id = pd.destination_organization_id) org, ai.invoice_num doc_number, ai.invoice_date doc_date, aid.invoice_line_number line, pl.unit_meas_lookup_code uom, aid.quantity_invoiced quantity, aid.unit_price, (nvl(xdl.unrounded_accounted_dr, 0) - nvl(xdl.unrounded_accounted_cr, 0)) accounted_amount, (nvl(xdl.unrounded_entered_cr, 0) - nvl(xdl.unrounded_entered_cr, 0)) entered_amount, xal.currency_code from apps.gl_je_headers gjh, apps.gl_je_lines gjl, apps.gl_import_references gir, apps.xla_ae_lines xal, apps.xla_ae_headers xah, apps.xla_events xe, apps.xla_event_types_tl xet, apps.xla_event_classes_tl xect, apps.xla_distribution_links xdl, apps.ap_invoice_distributions_all aid, apps.ap_invoices_all ai, apps.po_headers_all ph, apps.po_distributions_all pd, apps.po_lines_all pl, apps.ap_suppliers aps, apps.mtl_system_items_b msi where gjh.je_header_id = gjl.je_header_id and gjh.je_header_id = gir.je_header_id and gjl.je_header_id = gir.je_header_id and gir.je_line_num = gjl.je_line_num and gir.gl_sl_link_id = xal.gl_sl_link_id and xal.ae_header_id = xah.ae_header_id and xah.event_id = xe.event_id and xe.event_type_code = xet.event_type_code and xe.application_id = xet.application_id and xet.language = userenv('LANG') and xect.entity_code = xet.entity_code and xect.event_class_code = xet.event_class_code and xect.application_id = xe.application_id and xect.language = userenv('LANG') and xah.ae_header_id = xdl.ae_header_id and xal.ae_line_num = xdl.ae_line_num and xdl.source_distribution_type = 'AP_INV_DIST' and xdl.source_distribution_id_num_1 = aid.invoice_distribution_id and ai.invoice_id = aid.invoice_id and aid.po_distribution_id = pd.po_distribution_id and gjh.je_source = 'Payables' and ph.po_header_id = pd.po_header_id and pl.po_header_id = ph.po_header_id and pd.po_line_id = pl.po_line_id and pd.org_id = &org_id and ph.org_id = &org_id and ai.org_id = &org_id and aid.org_id = &org_id and gjl.code_combination_id = &ccid and ph.vendor_id = aps.vendor_id and msi.inventory_item_id = pl.item_id and msi.organization_id = pd.destination_organization_id
试试其它关键字
ap
invoice
distributions
all)
同语言下
.
设置窗体的位置
.
初始化操作
.
在FORMS调用WEB页面
.
判断数据块的项是否为空
.
EBS 循环处理块记录
.
Oracle Form中调用并发请求生成报表并输出为PDF的方法
.
添加并发程序到指定职责API
.
EBS请求查询输出
.
删除 AP 发票相关脚本
.
ebs安全性
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
专注Oracle EBS
贡献的其它代码
(
66
)
.
ERP系统里的BOM展开函数
.
EBS查找报表或菜单所属职责
.
查询用户客户化的文件配置
.
SQL写出带扩展数量的BOM多级清单
.
oracle开发常用LOV
.
Oracle Patch 版本的查询
.
科目余额SQL
.
根据报表文件名称关键字查找报表的执行文件名称等信息
.
查找在标准请求组里提交的报表所在的职责
.
查找在菜单里提交的报表所在职责
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3