Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1795334
  • 博文数量: 334
  • 博客积分: 11301
  • 博客等级: 上将
  • 技术积分: 3452
  • 用 户 组: 普通用户
  • 注册时间: 2006-10-18 10:19
个人简介

路虽弥,不行不至;事虽少,不做不成。

文章分类

全部博文(334)

文章存档

2013年(4)

2012年(19)

2011年(27)

2010年(71)

2009年(45)

2008年(15)

2007年(84)

2006年(69)

分类: Oracle

2010-07-26 16:22:31

Journal Import Issue

 

No Group ID:

To import all data for that source that has no group ID. Use this option if you specified a NULL group ID for this source.

 

All Group IDs:

To import all data for that source that has a group ID. Use this option to import multiple journal batches for the same source with varying group IDs.

 

Specific Group ID:

To import data for a specific source/group ID combination. Choose a specific group ID from the List of Values for the Specific Value field. You can import data for the same or different sources in parallel by specifying a unique Group ID for each request. If you do not specify a Group ID, General Ledger imports all data from the specified journal entry source, where the Group_ID is null.

 

Note: If there is a value in the Group_ID field in the GL_INTERFACE table, either intentionally populated by the user, or populated by the subledger creating these transactions, then to import these transactions into GL, you must specify All Group IDs or Specific Group ID and enter a Specific Value.

 

Caution: Do not specify more than 20 Source/Group ID combinations per import. Journal Import cannot process more than 20 Source/Group ID combinations at once.

 

 

 

The data has been imported into Gl_interface from subledger. But when users submit ‘Journal Import’ to import data, a error will occur as above.

 

In fact, the Group Id column is Null, so ‘Journal Import’ can’t select these recores;

 

In order to import these data, you must datafix these data by reqeust_id;

 

Update gl_interface

Set Group_id = GL_INTERFACE_CONTROL_S.NEXTVAL

WHERE set_of_books_id=63

   AND user_je_source_name=’Purchasing’

   AND request_id=25565562 

 

 

1>     Gl_je_batches: Batch Name

Its structure is

 

2>     Gl_import_control: Status

When Journal Import completes, it deletes these rows from the table.

P   Pending; the journal import process has not been started.

S   Selected; the data group identified by Source and Group id has been

selected for processing.

I   In process; the data group identified by Source and Group id has been

selected and is actually in process.

 

 

阅读(1817) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~