- 1、本文档共5页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
GL追溯子模块的视图
GL追溯子模块的视图已有 181 次阅读2011/10/21 10:21----应收1/*1. 通过 gl_import_reference 表找到来源为应收的记录的 gl_sl_link_id2. 通过 gl_sl_link_id 找到在 xla_ae_lines 表中对应行的 ae_header_id3. 通过 ae_header_id 找到 xla_ae_headers 表中应应的 entity_id4. 通过 entity_id 找到 xla.xla_transaction_entities 表中对应的记录5. 找到 xla.xla_transaction_entities 表中的记录后需要按如下情况分开追溯:? (1). entity_code 为 TRANSACTIONS 和 BILLS_RECEIVABLE 时,表中字段 source_id_int_1 对应的为 ra_customer_trx_all 表中的 customer_trx_id; 字段 security_id_int_1 对应的为 org_id? (2). entity_code 为 ADJUSTMENTS 时,表中字段 source_id_int_1 对应的为 ar_adjustments_all 表中的 adjustment_id; 字段 security_id_int_1 对应的为 org_id? (3). entity_code 为 RECEIPTS 时,表中字段 source_id_int_1 对应的为 ar_cash_receipts_all 表中的 cash_receipt_id; 字段 security_id_int_1 对应的为 org_id? (4). entity_code 为 THIRD_PARTY_MERGE 的情况不会传送至总帐,所以没有追溯。*/Select * From gl_import_references Where je_header_id=2235Select * From xla_ae_lines xal Where xal.gl_sl_link_id=17150Select * From xla_ae_headers? xah Where xah.ae_header_id=15151Select * From xla.xla_transaction_entities? xte Where xte.entity_id=21074Select * From ra_customer_trx_all rct Where rct.customer_trx_id=1415 And rct.org_id=81?----应付1select aca.check_id,aca.check_number,aca.payment_id,gjh.*from gl_je_headers gjh,???? gl_import_references gir,???? xla.xla_transaction_entities xte,???? xla.xla_ae_headers xah,???? ap_checks_all acawhere????? gjh.je_header_id = gir.je_header_id????? and xah.ae_header_id = gir.reference_7????? and xah.entity_id = gir.reference_5????? and xah.event_id = gir.reference_6????? and xah.je_category_name = Payments?????????? and xah.entity_id = xte.entity_id????? and gir.reference_10 is not null????? and xte.source_id_int_1 = aca.check_id????? and aca.check_number = 21?=============================================================--资产FROM XLA_FA_AEL_GL_V XLA_AEL_GL_VWHERE application_id = 140AND je_header_id = 276683FROM XLA_FA_AEL_GL_V XLA_AEL_GL_VWHERE application_id = 140AND je_header_id = 276684--应付FROM XLA_AP_INV_AEL_GL_V XLA_AEL_GL_VWHERE application_id =
您可能关注的文档
- 2010年安顺中考语文试题与答案.doc
- 2010年乌鲁木齐中考语文试题与答案.doc
- 2010年上海高考理综试题与答案.doc
- 2010年石家庄28中一模语文试卷与答案.doc
- 2010年湖北高考考纲语文古诗文背诵篇目与具体内容.doc
- 织物结构和设计习题答案(第四版).doc
- 2010年企业内部控制应用指引与案例讲解_答案-OK.doc
- 2010年贵州省安顺市中考《语文》试题与答案.doc
- 2011-2012年第二学期体育课教案与反思 (水平一).doc
- 201112061349079578篮球规则与裁判法变化.ppt
- 第12课 大一统王朝的巩固 课件(20张ppt).pptx
- 第17课 君主立宪制的英国 课件.pptx
- 第6课 戊戌变法 课件(22张ppt).pptx
- 第三章 物态变化 第2节_熔化和凝固_课件 (共46张ppt) 人教版(2024) 八年级上册.pptx
- 第三章 物态变化 第5节_跨学科实践:探索厨房中的物态变化问题_课件 (共28张ppt) 人教版(2024) 八年级上册.pptx
- 2025年山东省中考英语一轮复习外研版九年级上册.教材核心考点精讲精练(61页,含答案).docx
- 2025年山东省中考英语一轮复习(鲁教版)教材核心讲练六年级上册(24页,含答案).docx
- 第12课近代战争与西方文化的扩张 课件(共48张ppt)1.pptx
- 第11课 西汉建立和“文景之治” 课件(共17张ppt)1.pptx
- 唱歌 跳绳课件(共15张ppt内嵌音频)人音版(简谱)(2024)音乐一年级上册第三单元 快乐的一天1.pptx
文档评论(0)