ORACLE E-BUSINESS SUITE FINANCIALS HANDBOOK NOTES

TAR:Technical Assistance Request

patches are united to make sure they fix the sataed problems in the stated modules.Some patches don't apply to all users.ORACLE cannot regression test to make sure each patch does not create problems in other modules.Oracle periodically assembles the important ones into mega-patches,family packs or maintenance,which it does subject to regression testing.

 

TRM:Technical Reference Manual(http://etrm.oracle.com/pls/etrm/etrm_search.search)

 

Identifying Unposted Journals

SELECT user_je_source_name,accounting_date,count(accounting_date),
       sum(accounted_dr),sum(accounted_cr)
FROM   gl_interface
GROUP BY user_je_source_name,accounting_date
ORDER BY accounting_date,user_je_source_name      

Identifying Unpostable QuickCash

SELECT payment_amount,last_update_date,batch_id
FROM   AR_INTERIM_CASH_RECEIPT_LINES
WHERE  cash_receipt_id not in (select cash_receipt_id from ar_interim_cash_receipts)

 

Identifying Unposted Invoice Distributions

SELECT 'Unposted invoice distribution',ai.invoice_num
FROM   ap_invoice_distributions api,
       ap_invoices ai
WHERE  api.period_name=&period_name
AND api.accounting_date between &start_date AND &end_date
AND api.accrual_posted_flag='N'
AND api.invoice_id=ai.invoice_id
ORDER BY ai.invoice_num

 

Researching Hanging Processes

SELECT OSUSER, SERIAL#, SQL_TEXT
  FROM V$SESSION, V$SQL
 WHERE V$SESSION.SQL_ADDRESS = V$SQL.ADDRESS
   AND V$SESSION.STATUS = 'ACTIVE'
REF:Note:135300.1 on Metalink

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值