DBA Data[Home] [Help]

APPS.XLA_MPA_ACCRUAL_RPRTG_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 83: ,xla_event_class_attrs xatr

79: ,xcl.entity_code ENTITY_CODE
80: ,xcl.event_class_code EVENT_CLASS_CODE
81: ,xatr.reporting_view_name REPORTING_VIEW_NAME
82: FROM xla_event_types_b xcl
83: ,xla_event_class_attrs xatr
84: WHERE xatr.entity_code = xcl.entity_code
85: AND xatr.event_class_code = xcl.event_class_code
86: AND xatr.application_id = p_application_id
87: AND xcl.application_id = p_application_id -- added for 8722755