DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on XLA_EVENTS_PKG

Line 227: -- Now create events by calling xla_events_pkg.create_bulk_events

223: -- Bug 5668308: sending entity_code as parameter
224: n_rows_inserted := insert_into_xla_events_gt(i.entity_code);
225:
226: ---------------------------------------------------------------------
227: -- Now create events by calling xla_events_pkg.create_bulk_events
228: -- only when there are any events to create.
229: ---------------------------------------------------------------------
230: IF n_rows_inserted = 0
231: THEN

Line 251: g_log_msg := 'Calling proc XLA_EVENTS_PKG.create_bulk_events for entity ' || i.entity_code;

247: --
248: -- We've events to create
249: --
250:
251: g_log_msg := 'Calling proc XLA_EVENTS_PKG.create_bulk_events for entity ' || i.entity_code;
252:
253: print_debug(g_log_msg);
254: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL )
255: THEN

Line 327: g_log_msg := 'Calling proc XLA_EVENTS_PKG.update_extract_gt to set event ids for entity ' || i.entity_code;

323: );
324: END IF;
325:
326: ELSE
327: g_log_msg := 'Calling proc XLA_EVENTS_PKG.update_extract_gt to set event ids for entity ' || i.entity_code;
328:
329: print_debug(g_log_msg);
330: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL )
331: THEN

Line 370: g_log_msg := 'Calling proc XLA_EVENTS_PKG.update_extract_lines';

366:
367: ---------------------------------------------------------------------
368: -- Now insert/update gmf_xla_extract_headers to set event_id
369: ---------------------------------------------------------------------
370: g_log_msg := 'Calling proc XLA_EVENTS_PKG.update_extract_lines';
371:
372: print_debug(g_log_msg);
373: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL )
374: THEN

Line 388: g_log_msg := 'Calling proc XLA_EVENTS_PKG.merge_into_gtv';

384:
385: ---------------------------------------------------------------------
386: -- Now merge rows into gmf_transaction_valuation table.
387: ---------------------------------------------------------------------
388: g_log_msg := 'Calling proc XLA_EVENTS_PKG.merge_into_gtv';
389:
390: print_debug(g_log_msg);
391: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL )
392: THEN

Line 4678: xla_events_pkg.delete_bulk_events( p_application_id => 555);

4674: );
4675: END IF;
4676:
4677: IF record_count > 0 THEN
4678: xla_events_pkg.delete_bulk_events( p_application_id => 555);
4679: delete from xla_events_int_gt ;
4680: END IF;
4681:
4682: g_log_msg := 'End of procedure GMF_XLA_PKG.delete_IPV_ERV_DUP_RECORDS ' ;

Line 4802: xla_events_pkg.delete_bulk_events( p_application_id => 555);

4798:
4799: g_log_msg := 'deleting orphan Lot cost adjustment events event count = '||l_event_count;
4800: print_debug(g_log_msg);
4801:
4802: xla_events_pkg.delete_bulk_events( p_application_id => 555);
4803:
4804: delete from xla_events_int_gt ;
4805:
4806: END IF;