Select sum(mmt.quantity_adjusted*mmt.transaction_cost),
mmt.intransit_account, mp.organization_code, ccu.inv_adjustment_account
from mtl_material_transactions mmt, mtl_parameters mp,
cst_cost_updates ccu
where mmt.organization_id = mp.organization_id
and mmt.transaction_action_id = 24 and mmt.intransit_account is not null
and mmt.costed_flag is null and mmt.quantity_adjusted > 0
and mmt.transaction_cost <> 0
and mmt.transaction_date between &&from_date and &&to_date
and (nvl(mmt.new_cost,0) - nvl(mmt.prior_cost,0)) <> 0
and ccu.cost_update_id(+) = mmt.cost_update_id
and not exists (select null from mtl_transaction_accounts mta where
mta.transaction_id = mmt.transaction_id)
group by mmt.intransit_account, mp.organization_code,
ccu.inv_adjustment_account order by organization_code
Patch 7505874
12.0.4
创建会计分录错误95318,为行指定的代码组合ID 不存在
Error number= 95318
The account code combination id 102 specified for line 1 does not exist.
执行并上传以下的输出,用EXCEL文件带有标题的格式:
Select distinct transaction_id
from mtl_transaction_accounts
where reference_account=&prior_wrong_account_id;
无
12.0.4
对一些销售订单发放行COGS 调节事件没被处理
无
执行并上传以下的输出。用EXCEL文件带有标题的格式:
1.SELECT * FROM XLA_EVENTS
WHERE EVENT_STATUS_CODE= \'P\'
and application_id = 707;
2.select * from CST_REVENUE_RECOGNITION_LINES where revenue_om_line_id =&line_id
3. select * from cst_cogs_events where cogs_om_line_id =&line_id;
4. select * from cst_revenue_cogs_match_lines where cogs_om_line_id =&line_id;
应用 Patch 7690716
12.0.4
组件: 库存
日记账导入错误EU02来源库存
数据在GL接口表里丢失
插入数据到gl_接口表
EU02
以下的脚本为一个特定batch_id运行,会输出子分类账和GL之间的调节所须要的库存/WIP 子分类账, GL接口表GL日记账的数据
须要输入: GL_BATCH_ID
GL_Batch_info.sql
应用 Patch 4998992
11.5.10.2
因为失效的组织导致期间关闭中的错误
用户创建的不再使用的组织,不再用的成本组但仍然在这些组织里,很多PAC期间执行PAC 流程
无
以下的脚本输出PAC设置信息到一个文件pac_setup.lst里。
脚本应该从SQL提示符下执行.
pac_setup.sql
无
11.5.9
假设销售订单(非AR)在月份的最后一天关闭。COGS不能被认可
当一个销售订单在一个月的最后一天关闭时,收入确认行不会被创建。