DBA Data[Home] [Help]

APPS.XLA_REPORT_UTILITY_PKG dependencies on XLA_EVENT_CLASS_ATTRS

Line 1556: ,xla_event_class_attrs xeca

1552: ,xet.entity_code ENTITY_CODE
1553: ,xet.event_class_code EVENT_CLASS_CODE
1554: ,xeca.reporting_view_name REPORTING_VIEW_NAME
1555: FROM xla_event_types_b xet
1556: ,xla_event_class_attrs xeca
1557: WHERE xeca.entity_code = xet.entity_code
1558: AND xeca.event_class_code = xet.event_class_code
1559: AND xeca.application_id = p_resp_application_id
1560: AND xet.application_id = xeca.application_id) ; --added for bug 7688085,7707717, removed xah for bug 12663084

Line 1805: ,xla_event_class_attrs xeca

1801: ,xet.entity_code ENTITY_CODE
1802: ,xet.event_class_code EVENT_CLASS_CODE
1803: ,xeca.reporting_view_name REPORTING_VIEW_NAME
1804: FROM xla_event_types_b xet
1805: ,xla_event_class_attrs xeca
1806: WHERE xeca.entity_code = xet.entity_code
1807: AND xeca.event_class_code = xet.event_class_code
1808: AND xeca.application_id = p_resp_application_id
1809: AND xet.application_id = xeca.application_id) ; --added for bug 7688085,7707717, removed xah for bug 12663084