DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on XLA_EVENTS_INT_GT

Line 341: insert into xla_events_int_gt

337: if (l_trx <> 0) then
338: -- BUG# 4439932
339: -- the following is for setting status on non-accountable events
340:
341: insert into xla_events_int_gt
342: (event_id,
343: event_status_code,
344: application_id,
345: ledger_id,

Line 422: insert into xla_events_int_gt

418: -- Bug 7642903. A new condition based on create accounting
419: -- request id, is added in the query torun it fast.
420: -- An index exists in Xla_events table on request_id field.
421: /*--------------------------------------------------------*/
422: insert into xla_events_int_gt
423: (event_id,
424: event_status_code,
425: application_id,
426: ledger_id,