GL期间问题

[复制链接]
查看11 | 回复9 | 2011-11-1 16:26:29 | 显示全部楼层 |阅读模式
由于不小心,错误地打开了GL第一期为2011-06,实际上应该是2011-05.
求各路大虾帮帮忙!!!
急!!!!
回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层



回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层


求救啊!!!
帮帮忙!!!!
谢谢!!!
回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层
主题:How to Change the First Accounting Open Period
文档 ID:注释:157642.1 类型:HOWTO
上次修订日期:30-OCT-2007 状态:PUBLISHED
goal: How to Change the First ever Open Accounting Period
fact: Oracle General Ledger
fact: GLXOCPER - Open and Close Periods
fact: If you try to change it you get FRM-40200
fix:
The best solution is to start again so you know exactly what has happened
to the new set of books but sometimes the setup of subledgers connected to this
set of books wil make alternatives worth considering:
1. Make sure no transactions exist in the Set of Books.
a. Determine the Set of Books ID.
b. Look for no transactions posted in GL_BALANCES table.
Using SQL*Plus with APPS schema user.
Select count(*)
From gl_balances
Whereset_of _books_id = &Set_of_books_id;
c. Look for transactions in GL_JE_LINES table.
Using SQL*Plus with APPS schema user.
Select count(*)
From gl_je_lines
Whereset_of_books_d = &Set_of_books_id;
If records are returned then consider the sense of changing the start period when journals
already exist. This will not affect the fix but should be looked at.
d. Look for transactions in GL_INTERFACE table.
Using SQL*Plus with APPS schema user.
Select count(*)
From gl_interface
Whereset_of_books_d = &Set_of_books_id;
If records are returned it means the subledgers are already opened with the
existing period and pointing to this set of books. This does not affect the fix but consideration should be
given as to whether making an earlier first period will affect the subledger
concerned. Generally it will not but you may not be able to open the earlier
period in the subledger.
2. Define a new set of books using the Calendar, Currency and Accounting
Flexfield structure used in the Set of Books where first period was opened
incorrectly.
(N) Setup > Financials > Books > Define
3. Change the Set of Books Name associated with each responsibility by the new
name created in the previous step. This is defined by the profile GL: Set of Books
Name.
Responsibility: System Administrator
(N) Profile -> System
Please ask for support's help if you have subledgers setup and are unable to duplicate the
setup with iSetup. Quote this note number.
回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层
灰常感谢mengyuexin!!!


这信息实在太有用了!!!


回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层



经过不懈的奋斗,终于让我找到更好的解决方法了!
第一步:
update gl.gl_sets_of_books t
set t.latest_opened_period_name='', t.latest_encumbrance_year=''
where t.set_of_books_id =:set_of_books_id
第二步:
update gl.gl_period_statuses t
set t.closing_status='N'
where t.application_id=101
and t.set_of_books_id=:set_of_books_id
and t.period_year='2011'
第三步:
进入系统重新打开第一期期间即可!
OH,YEAH




回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层
代表保加利亚,斯洛文尼亚人民发来贺电..
回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层
原帖由 乐在途上 于 2011-6-13 14:06 发表


经过不懈的奋斗,终于让我找到更好的解决方法了!
第一步:
update gl.gl_sets_of_books t
set t.latest_opened_period_name='', t.latest_encumbrance_year=''
where t.set_of_books_id =:set_of_books_id
第二步:
update gl.gl_period_statuses t
set t.closing_status='N'
where t.application_id=101
and t.set_of_books_id=:set_of_books_id
and t.period_year='2011'
第三步:
进入系统重新打开第一期期间即可!
OH,YEAH



兄弟,这样后台更新后,没遇到什么其他问题????
回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层
原帖由 乐在途上 于 2011-6-13 14:06 发表


经过不懈的奋斗,终于让我找到更好的解决方法了!
第一步:
update gl.gl_sets_of_books t
set t.latest_opened_period_name='', t.latest_encumbrance_year=''
where t.set_of_books_id =:set_of_books_id
第二步:
update gl.gl_period_statuses t
set t.closing_status='N'
where t.application_id=101
and t.set_of_books_id=:set_of_books_id
and t.period_year='2011'
第三步:
进入系统重新打开第一期期间即可!
OH,YEAH




Good
学习。
回复

使用道具 举报

千问 | 2011-11-1 16:26:29 | 显示全部楼层
原帖由 jiuzhouh 于 2011-6-14 09:18 发表
兄弟,这样后台更新后,没遇到什么其他问题????

他这个应该没有发生业务吧。发生了,可能就不能这样更改了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行