DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 406: from xla_event_class_attrs

402: into l_trx
403: from dual
404: where exists(
405: select 1
406: from xla_event_class_attrs
407: where application_id = 140
408: and entity_code in ('TRANSACTIONS', 'INTER_ASSET_TRANSACTIONS')
409: and EVENT_CLASS_GROUP_CODE = nvl(p_process_category,
410: EVENT_CLASS_GROUP_CODE));