DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on XLA_EVENTS_PUB_PKG

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

484: l_inter_trx_count <> 0) then
485: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
486: fnd_log.string(G_LEVEL_STATEMENT,
487: G_MODULE_NAME||l_procedure_name,
488: 'calling: ' || 'xla_events_pub_pkg.update_bulk_event_statuses');
489: END IF;
490:
491:
492: xla_events_pub_pkg.update_bulk_event_statuses(p_application_id => 140);

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

488: 'calling: ' || 'xla_events_pub_pkg.update_bulk_event_statuses');
489: END IF;
490:
491:
492: xla_events_pub_pkg.update_bulk_event_statuses(p_application_id => 140);
493: end if;
494:
495: end if;
496: