Oracle EBS-SQL (GL-2):从总帐追溯到库存
SELECT je_header_id,
je_line_num,trx_class_name, trx_type_name, trx_number_displayed, trx_date,
comments, doc_sequence_name, doc_sequence_value,acct_line_type_name,
currency_code, entered_dr, entered_cr, accounted_dr,accounted_cr,
taxable_entered_dr, taxable_entered_cr,taxable_accounted_dr,taxable_accounted_cr,
currency_conversion_date,currency_user_conversion_type, currency_conversion_rate,
third_party_name, third_party_number,third_party_sub_name,
accounting_date, gl_transfer_status_name,transfer_system_name,
gl_transfer_from_to_name, accounting_complete_name,
ae_line_reference, tax_code, accounting_rule_name,tax_exempt_number,
trx_line_type_name, trx_line_number,trx_detail_line_number,
trx_quantity, sales_order_number, salesrep_name, tax_rate,
unit_selling_price, trx_uom, trx_source_name,
asset_number,
asset_description, asset_book_type_code,
accounting_event_number,
accounting_event_type, accounting_event_type_name,
accounting_line_number, aeh_accounting_error_name,
ael_accounting_error_name, user_je_category_name,
transfer_status_detail_name, application_date,
applied_to_trx_hdr_currency, applied_to_trx_hdr_date,
applied_to_trx_hdr_id, applied_to_trx_hdr_number_c,
applied_to_trx_hdr_number_disp,
applied_to_trx_hdr_table,
applied_to_trx_line_number, applied_to_trx_line_type,
applied_to_trx_line_type_name, ar_activity_name,
ar_adjustment_creation_type, ar_adjustment_type,
bank_account_name,
bank_statement_doc_seq_id, bank_statement_doc_seq_name,
bank_statement_doc_seq_value, bank_statement_line_number,
bank_statement_number, bom_department_code,
bom_department_name,
chargeback_number, cost_element_id, cost_element_name,
distribution_set_name, gl_batch_id,
inventory_item_locator_id,
inventory_item_locator_name, inventory_item_revision,
item_description, inventory_organization_code,
inventory_organization_id, cost_type_id, cost_type_name,
mfg_operation_seq_num, payment_cleared_date,
payment_date,
payment_deposit_date, payment_number,
payment_recon_currency,
po_line_num, po_order_number, po_order_release_num,
price_override,
po_order_shipment_num, po_order_distribution_num,
po_order_type,
rcv_receipt_num, rcv_shipment_header_id,
reversal_comments,
reversal_date, subinventory, trx_hdr_currency,
trx_reason_name,
trx_source_type_id, trx_source_type_name, unit_cost,
unit_price,
wip_assembly, wip_basis, wip_flow_schedule_number,
wip_job_id,
wip_job_name, wip_line_code, wip_line_id,
wip_resource_id,
wip_resource_name, wip_resource_seq_num,
pa_employee_num,
pa_employee_name, pa_supplier_num, pa_supplier_name,
pa_project_num,
pa_project_name, pa_task_num, pa_task_name,
pa_ei_ev_org,
pa_nl_resource_org, pa_nl_resource, pa_ei_ev_type,
pa_event_num,
pa_quantity, pa_uom, pa_period_date,
pa_gl_transfer_date,
pa_customer_number, pa_customer_name, pa_agreement_num,
pa_accrue_thru_date, pa_dri_number, pa_trans_id,
pa_line_number,
prvdr_organization_name, recvr_organization_name,
prvdr_ou_name,
recvr_ou_name, cc_type_name, cc_proc_method_name,
application_id,
asset_id, asset_category_id,
asset_key_ccid, code_combination_id, inventory_item_id,
set_of_books_id, org_id, trx_class, trx_type_n,
trx_type_c,
trx_number_n, trx_number_c, doc_sequence_id,
trx_hdr_table,
trx_hdr_id, acct_line_type, currency_conversion_type,
third_party_type, third_party_id, third_party_sub_id,
gl_transfer_status, source_table, source_id, ael_table,
ael_id,
aeh_accounting_error_code, ael_accounting_error_code,
je_category,
trx_line_type, trx_source_id, last_update_date,
last_updated_by,
creation_date, created_by, last_update_login,
request_id,
program_application_id, program_id, program_update_date,
pa_project_id, pa_view_labor_cost
FROM xla_inv_ael_gl_v xla_ael_gl_v
WHERE je_header_id = 1573
AND je_line_num = 1205
ORDER BY trx_date,
trx_number_displayed,
acct_line_type_name,
cost_element_name
Oracle EBS-SQL (GL-2):从总帐追溯到库存的更多相关文章
- Oracle EBS-SQL (GL-3):从总帐追溯到发票
SELECT je_header_id, je_line_num, trx_class_name, trx_type_name, trx_number_displayed, trx_date,comm ...
- Oracle EBS-SQL (GL-1):从总帐追溯到接收
SELECT je_header_id, je_line_num, trx_class_name, trx_type_name, trx_number_displayed, trx_date,comm ...
- Oracle Ebs R12 SLA与GL关系变化
http://www.cnblogs.com/bruce_zhao/p/3809886.html Oracle Ebs R12 SLA与GL关系变化 SLA概念:SLA(Subledger Accou ...
- Oracle EBS中分类账和法人实体 的关系(有sql语句实例)
Oracle EBS中分类账和法人实体 的关系(有sql语句实例) 2012-12-06 16:05 2822人阅读 评论(0) 收藏 举报 分类: Oracle EBS(12) Oracle数据 ...
- Oracle EBS DBA常用SQL - 安装/补丁【Z】
Oracle EBS DBA常用SQL - 安装/补丁 检查应用补丁有没有安装:select bug_number,last_update_date from ad_bugs where bug_nu ...
- 用友财务总帐(GL)模BI数据ETL分析
业务需求,如下面的: 现在用友总帐一家公司BI分析案例. /* Sql Server2012使用作业设置定时任务,为了保证有一天运行时间 */ /* 意temp1表里一定要保证要有记录,否则以temp ...
- EBS 定义显示总帐快码设置
自定义一个功能如下,挂到菜单上就可以了功能 用户功能名 表单 参数GL_GLXDQMLK(自定义) 总帐代码列表 定义代码 VIEW_APPLICATION="SQLGL" HEL ...
- Oracle EBS R12经验谈(二)
作者: jianping.ni 时间: 2009-2-13 12:52 标题: Oracle EBS R12经验谈(二) OAF页面:银行帐户开户人LOV值列表无值 在输入 应付超 ...
- [转]oracle EBS 基础100问
from:http://www.cnblogs.com/xiaoL/p/3593691.html http://f.dataguru.cn/thread-51057-1-1.html 1001 OR ...
随机推荐
- Mongodb集群搭建
搭建高可用Mongodb集群 http://www.lanceyan.com/category/tech/mongodb/page/2 再看MongoDB副本集 http://blog.itpub. ...
- Scala入门指南与建议
最近在学习使用Scala语言做项目,感觉这门语言实在是太优美了!作为一个本科数学.研究生机器学习专业的混合人才(哈哈),这门语言真的是满足了普通计算机编程(告诉计算机怎么做)和函数式编程(告诉计算机做 ...
- VB execl文件后台代码,基础语法
Excel宏与VBA 程序设计实验指导1 实验1 Excel宏与VBA 语法基础 一.实验目的 1.熟练掌握录制宏.执行宏.加载宏的方法: 2.熟练使用Excel VBA编辑环境,掌握VBA的编辑工具 ...
- JAVA 8 新特性和改进
Java 8的所有新特性及改进包括(JEP全称为JDK Enhancement Proposal,JDK改进建议): 语言改进: JEP 126:Lambda表达式 & 虚拟扩展方法 JEP ...
- python 爬虫时遇到问题及解决
源代码: #unicoding=utf-8import reimport urllib def gethtml(url): html=urllib.urlopen(url) page=html.rea ...
- SQL Server 数据库的自动选项
自动选项影响SQL Server 可能会自动进行的操作,所有的这些都是bool值,值为on 或off 1. auto_close: 当这个为on 时.数据库在最后一个用户退出后完全关闭,这样数据库就不 ...
- Linux下安装Wireshark
Linux下安装Wireshark wireshark依赖于libpcap,所以如果系统中未安装libpcap,也要将其一并安装 一.下载源码 源码文件 wireshark-x.x.x.tar.gz ...
- AndroidUI 视图动画-旋转动画效果 (RotateAnimation)
RotateAnimation,能实现Android的视图的旋转效果,废话不多说直接上代码. 新建一个Android 项目,在activity_main.xml中添加一个按钮,然后使用Relative ...
- Struts2 二、为Action的参数注入值
为Action参数注入值,主要使用在的场景为,Action的一个参数的值不是固定的是可以改变的,所以不能直接写在Action中,可以通过Struts配置的方式将值配置到Struts中,然后通过注入的方 ...
- Necklace of Beads(polya计数)
Necklace of Beads Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 7451 Accepted: 3102 ...