DBA Data[Home] [Help]

APPS.XLA_AAD_MERGE_ANALYSIS_PVT dependencies on XLA_LINE_DEFINITIONS_TL

Line 7717: JOIN xla_line_definitions_tl ts

7713: ,bw.transaction_coa_id w_trx_coa_id
7714: ,bs.budgetary_control_flag s_budgetary_control_flag
7715: ,bw.budgetary_control_flag w_budgetary_control_flag
7716: FROM xla_line_definitions_b bs
7717: JOIN xla_line_definitions_tl ts
7718: ON ts.application_id = bs.application_id
7719: AND ts.amb_context_code = bs.amb_context_code
7720: AND ts.event_class_code = bs.event_class_code
7721: AND ts.event_type_code = bs.event_type_code

Line 7732: JOIN xla_line_definitions_tl tw

7728: AND bw.event_class_code = bs.event_class_code
7729: AND bw.event_type_code = bs.event_type_code
7730: AND bw.line_definition_owner_code = bs.line_definition_owner_code
7731: AND bw.line_definition_code = bs.line_definition_code
7732: JOIN xla_line_definitions_tl tw
7733: ON tw.application_id = bw.application_id
7734: AND tw.amb_context_code = bw.amb_context_code
7735: AND tw.event_class_code = bw.event_class_code
7736: AND tw.event_type_code = bw.event_type_code