DBA Data[Home] [Help]

APPS.XLA_TB_BALANCE_PKG dependencies on XLA_EVENT_CLASSES_B

Line 1780: ,xla_event_classes_b xec

1776: ,xec.entity_code
1777: ,xut.event_class_code
1778: ,xut.reporting_view_name
1779: FROM xla_tb_user_trans_views xut
1780: ,xla_event_classes_b xec
1781: WHERE xut.application_id = xec.application_id
1782: AND xut.event_class_code = xec.event_class_code
1783: AND xut.select_string = '###'
1784: ;