Oracle系统GL打印凭证,EBS GL 凭证相关功能

过账

过账只能按批过账,不能按凭证过账

Oracle® General Ledger User's Guide Release 12.1 Part No. E13627-04->1-188 Posting Journal Batches

Posting

single ledger is used to post the batch which has journals of single

ledger, so executable GLPPOSS is called with ledger_id parameter.

Posting is used to post the batch of journals of multiple ledgers, so executable GLPPOS is called with ledger_id parameter -99.

The ledger_id parameters are passed from the journals enter form .

以下摘录至官方文档ID

1995324.1

Case4: Incomplete Custom Codes:

It is learnt that in some cases, users

submit posting program(GLPPOS) using a custom program/custom code. While

this is not supported normally, it is suggested to please ensure that

Column REQUEST_ID of Table GL_JE_BATCHES is updated with the right value

as soon as the Posting program is submitted.

Below sample code shows on how to update REQUEST_ID column of GL_JE_BATCHES table after posting program is submitted.

v_request_id :=

fnd_request.submit_request( 'SQLGL', 'GLPPOSS', '', '', FALSE,

To_Char(v_single_ledger_id), To_Char(X_access_set_id),

To_Char(v_chart_of_accounts_id), To_Char(v_posting_run_id),

chr(0),

'','','','','','','','','','','','','','','','','','','','',

'','','','','','','','','','','','','','','','','','','','',

'','','','','','','','','','','','','','','','','','','','',

'','','','','','','','','','','','','','','','','','','','',

'','','','','','','','','','','','','','','');

UPDATE GL_JE_BATCHES

B SET B.request_id = v_request_id

WHERE B.je_batch_id IN (SELECT je_batch_id FROM gl_je_batches WHERE posting_run_id = v_posting_run_id AND status = 'S');

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值