DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on XLA_EVENTS_PUB_PKG

Line 584: 'calling: ' || 'xla_events_pub_pkg.update_bulk_event_statuses');

580: l_inter_trx_count <> 0) then
581: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
582: fnd_log.string(G_LEVEL_STATEMENT,
583: G_MODULE_NAME||l_procedure_name,
584: 'calling: ' || 'xla_events_pub_pkg.update_bulk_event_statuses');
585: END IF;
586:
587: xla_events_pub_pkg.update_bulk_event_statuses(p_application_id => 140);
588: end if;

Line 587: xla_events_pub_pkg.update_bulk_event_statuses(p_application_id => 140);

583: G_MODULE_NAME||l_procedure_name,
584: 'calling: ' || 'xla_events_pub_pkg.update_bulk_event_statuses');
585: END IF;
586:
587: xla_events_pub_pkg.update_bulk_event_statuses(p_application_id => 140);
588: end if;
589:
590: end if;
591: