DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on XLA_ACCOUNTING_PUB_PKG

Line 460: xla_accounting_pub_pkg.accounting_program_events

456: INSERT into XLA_ACCT_PROG_EVENTS_GT (Event_Id) VALUES (l_event_id);
457:
458: l_stmt_num := 300;
459:
460: xla_accounting_pub_pkg.accounting_program_events
461: ( p_application_id => 707
462: ,p_accounting_mode => 'FINAL'
463: -------------------------------------------------------------------------------
464: --BUG#6884519 We need to post to GL in final mode to activate Budgetary Control

Line 474: debug(' xla_accounting_pub_pkg.accounting_program_events Create_AccountingEntry :'||l_stmt_num);

470: );
471:
472:
473: IF l_retcode <> 0 THEN
474: debug(' xla_accounting_pub_pkg.accounting_program_events Create_AccountingEntry :'||l_stmt_num);
475: debug(' l_event_type_code :'||l_event_type_code);
476: debug(' error buffer:'||SUBSTRB(l_errbuf,1,1000));
477: --{BUG#6879721
478: debug(' error code:'||l_retcode);