DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_RPRTG_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 198: ,xla_event_class_attrs xatr

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
202: AND xcl.application_id = p_application_id -- added for 8722755