General Ledger - EBS (MOSC)

MOSC Banner

Create accounting for set of event with API

edited Oct 18, 2013 1:59AM in General Ledger - EBS (MOSC) 2 commentsAnswered
 HI i am trying to account event with following API , But every time its completed successfully. but when i checked the status of event in XLA_EVENTS the status still seems to be U . 

declare

ln_batch_id NUMBER;

lv_error_buf VARCHAR2(150);

ln_return_code NUMBER;

BEGIN

INSERT INTO XLA_ACCT_PROG_EVENTS_GT

(event_id,ledger_id )

VALUES

(47083 ,2021);

FND_GLOBAL.APPS_INITIALIZE(1173,50637,20003);

XLA_ACCOUNTING_PUB_PKG.accounting_program_events

(p_application_id => 20003

,p_accounting_mode => 'DRAFT'

,p_gl_posting_flag => null

,p_accounting_batch_id => ln_batch_id

,p_errbuf => lv_error_buf

,p_retcode =>ln_return_code );

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center