DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on XLA_EVENTS_INT_GT

Line 427: insert into xla_events_int_gt

423: -- Bug 13601181 : Added check for group assets
424:
425: if (G_group_enabled) then
426:
427: insert into xla_events_int_gt
428: (event_id,
429: event_status_code,
430: application_id,
431: ledger_id,

Line 476: insert into xla_events_int_gt

472: and nvl(adj.track_member_flag, 'N') <> 'Y');
473:
474: else
475:
476: insert into xla_events_int_gt
477: (event_id,
478: event_status_code,
479: application_id,
480: ledger_id,

Line 523: insert into xla_events_int_gt

519: G_MODULE_NAME||l_procedure_name,
520: 'Rows inserted into gt for non-accountable - trx: ' || to_char(l_trx_count));
521: END IF;
522:
523: insert into xla_events_int_gt
524: (event_id,
525: event_status_code,
526: application_id,
527: ledger_id,