随笔分类 -  Oracle EBS GL

摘要:/* Formatted on 2018/3/15 10:04:03 (QP5 v5.256.13226.35538) */ SELECT xel.subinventory_code 子库 , DECODE (xel.lot_number, '', '来源,非库存') 批次 -- , cux_public_pkg.get_item_segment1 (8... 阅读全文
posted @ 2018-03-15 10:06 全威儒 阅读(730) 评论(0) 推荐(0)
摘要:General Ledger Useful SQL Scripts – Oracle Applications 11i Contents GL Set of Books Configuration Overview ... 阅读全文
posted @ 2015-07-08 09:51 全威儒 阅读(28071) 评论(0) 推荐(0)
摘要:In this Document Symptoms Cause Solution Applies to: Oracle Order Management - Version 11.5.10.0 and laterInformation in this document applies to any platform.***Checked for relevance on 10-JUN-2... 阅读全文
posted @ 2015-07-06 09:36 全威儒 阅读(2151) 评论(0) 推荐(0)
摘要:SYMPTOMS ============================================================ GL > Setup > Financials > Sequences > Document > Assign (Form Title: Sequence Assignments) Click Sequence column show tips: FRM-41... 阅读全文
posted @ 2015-07-06 09:20 全威儒 阅读(1633) 评论(0) 推荐(0)
摘要:--自动生成当前年份所有月的会计期间 --Parameters: --:YEAR 当前年份 --:TYPE 会计日历类型 SELECT INITCAP (TO_CHAR (TO_DATE (ROWNUM, 'MM'), 'MON')) PREFIX, :TYPE TYPE, :YEAR YEAR, TO_CHAR ... 阅读全文
posted @ 2015-07-03 19:05 全威儒 阅读(548) 评论(0) 推荐(0)
摘要:1. (N) Inventory > Accounting Close Cycle > Inventory Accounting Periods Insert data: CST_PERIOD_CLOSE_SUMMARY WIP_TRANSACTIONS WIP_TXN_ALLOCATIONS Up 阅读全文
posted @ 2013-09-08 18:10 全威儒 阅读(863) 评论(0) 推荐(0)
摘要:prompt ****************************************************************************** 总账接口主要完成其他模块的总账数据或者外围系统的总账数据导入总账生成日记账的过程。这些数据我们要先导入到总账接口表gl_Inte 阅读全文
posted @ 2013-09-07 23:52 全威儒 阅读(5047) 评论(1) 推荐(0)
摘要:View request Log details: >> glstchk() 06-APR-2013 11:58:47 STPM0004: The rollup group "Sales Director" is not defined in value set: "SCF_GL_ACCFLXFLD 阅读全文
posted @ 2013-04-06 12:55 全威儒 阅读(2466) 评论(0) 推荐(0)
摘要:--根据日记帐查询其事件信息 select '_^_' "KEY" xla_transaction_entities ,xte.application_id "应用" ,xte.entity_id ,xte.ledger_id "分类帐SOB" ,xte.entity_code ,xett.name 阅读全文
posted @ 2012-09-26 20:22 全威儒 阅读(708) 评论(0) 推荐(0)
摘要:要使"日记帐导入"成功地将导入数据转换为日记帐分录,您必须在要求输入值的所有GL_INTERFACE 表列(包括所有非空列)中输入值。请在 GL_INTERFACE表的以下要求列中输入值:1. 状态:输入 NEW 值,以指明您要将新数据导入总帐应用产品。2. SET_OF_BOOKS_ID:输入事务 阅读全文
posted @ 2012-09-26 19:48 全威儒 阅读(2313) 评论(0) 推荐(0)
摘要:总账系统 系统报表名 中文译名 用途描述 Journals-Voucher 日记账传票 通过提交该报表来打印日记账传票 Journals-Document Nummber 传票文档号 按传票的文档序列号来打印日记账传票列表,可作为装订每月传票的附件. Journals-Entry 日记账 按本位币或 阅读全文
posted @ 2012-09-26 19:34 全威儒 阅读(4127) 评论(0) 推荐(0)
摘要:gl_code_combinations:科目组合 字段名 含义 备注 code_combination_id 主键,科目编码ID,自动编号 segment1 分行代码 setgment2 是受益部门 segment3 科目代码 segment4 产品 segment5 渠道 segment6 来源 阅读全文
posted @ 2012-09-26 19:31 全威儒 阅读(4254) 评论(0) 推荐(0)
摘要:GL_SETS_OF_BOOKS 账簿表 SET_OF_BOOKS_ID 账簿ID NAME账簿名称 CHART_OF_ACCOUNTS_ID 账簿科目体系ID -- 单位OU与帐簿SOB关系。一个帐簿可对多个单位 -- 一个单位可在多个帐簿 SELECT sob.name sob_name, co 阅读全文
posted @ 2012-09-26 19:17 全威儒 阅读(1021) 评论(0) 推荐(0)