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 ...
随机推荐
- 【转】jQuery on()选择器函数
on()函数用于为指定元素的一个或多个事件绑定事件处理函数. 此外,你还可以额外传递给事件处理函数一些所需的数据. 从jQuery 1.7开始,on()函数提供了绑定事件处理程序所需的所有功能,用于统 ...
- jQuery停止事件冒泡
event.stopPropagation(); 在jQuery中提供了stopPropagation()方法来停止事件冒泡.终止事件在传播过程的捕获.目标处理或起泡阶段进一步传播.调用该方法后,该节 ...
- collection set
http://blog.csdn.net/humingfiy/article/details/7946408 Collection:List.SetMap:HashMap.HashTable 如何在它 ...
- IIS7性能优化:启用浏览器本地缓存
原文地址:http://jingyan.baidu.com/article/597035521b96e88fc00740af.html
- 迪杰斯特拉(Dijkstra)算法
# include <stdio.h> # define MAX_VERTEXES //最大顶点数 # define INFINITY ;//代表∞ typedef struct {/* ...
- POJ1007
2014-08-22 题目意思: 按照各个字符串的逆序数排序(稳定排序,即若A=B,则AB的顺序还是原来的样子) 思路: 求出每个字符串的逆序数后,排序输出即可 代码: //Memory Time ...
- ubuntu下tcpdump使用
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get install tcpdump即可安装. (如果遇到tcpdump: no suitable devi ...
- AndroidUI 视图动画-自定义动画效果 (Animation)
如果Android提供的四种动画 效果 和混合动画效果 不能够 满足需求的话,可以使用自定义动画效果 : 新建一个类CustomAnimation 使其继承自 android.view.animati ...
- aui
#encoding:utf-8import wximport wx.auiclass MyFrame(wx.Frame): def __init__(self, *args, **kwargs): w ...
- 打包ipa分发给测试机安装步骤
1.确定可以打包的Mac电脑,即该Mac电脑已经具备可以打包的权限. 需要上传一份Mac电脑的描述文件,即csr文件. 2.创建bundle id 3.添加测试设备 4.生成证明描述文件 5.Xcod ...