DBA Data[Home] [Help]

APPS.XLA_TB_BALANCE_PKG dependencies on XLA_EVENT_CLASSES_B

Line 1792: ,xla_event_classes_b xec

1788: ,xec.entity_code
1789: ,xut.event_class_code
1790: ,xut.reporting_view_name
1791: FROM xla_tb_user_trans_views xut
1792: ,xla_event_classes_b xec
1793: WHERE xut.application_id = xec.application_id
1794: AND xut.event_class_code = xec.event_class_code
1795: AND xut.select_string = '###'
1796: ;