DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_RPRTG_PKG dependencies on XLA_EVENT_TYPES_B

Line 197: FROM xla_event_types_b xcl

193: SELECT DISTINCT xcl.application_id APPLICATION_ID
194: ,xcl.entity_code ENTITY_CODE
195: ,xcl.event_class_code EVENT_CLASS_CODE
196: ,xatr.reporting_view_name REPORTING_VIEW_NAME
197: FROM xla_event_types_b xcl
198: ,xla_event_class_attrs xatr
199: WHERE xatr.entity_code = xcl.entity_code
200: AND xatr.event_class_code = xcl.event_class_code
201: AND xatr.application_id = p_application_id

Line 466: ,xla_event_types_b xet

462: FROM xla_ae_headers xah
463: ,xla_gl_ledgers_v xgl
464: ,xla_events xae
465: ,xla_event_classes_tl xec
466: ,xla_event_types_b xet
467: ,xla_transaction_entities ent
468: ,xla_lookups lk1
469: ,xla_lookups lk2
470: ,xla_lookups lk3