DBA Data[Home] [Help]

APPS.XLA_AAD_MERGE_ANALYSIS_PVT dependencies on XLA_LINE_DEFINITIONS_TL

Line 7727: JOIN xla_line_definitions_tl ts

7723: ,bw.transaction_coa_id w_trx_coa_id
7724: ,bs.budgetary_control_flag s_budgetary_control_flag
7725: ,bw.budgetary_control_flag w_budgetary_control_flag
7726: FROM xla_line_definitions_b bs
7727: JOIN xla_line_definitions_tl ts
7728: ON ts.application_id = bs.application_id
7729: AND ts.amb_context_code = bs.amb_context_code
7730: AND ts.event_class_code = bs.event_class_code
7731: AND ts.event_type_code = bs.event_type_code

Line 7742: JOIN xla_line_definitions_tl tw

7738: AND bw.event_class_code = bs.event_class_code
7739: AND bw.event_type_code = bs.event_type_code
7740: AND bw.line_definition_owner_code = bs.line_definition_owner_code
7741: AND bw.line_definition_code = bs.line_definition_code
7742: JOIN xla_line_definitions_tl tw
7743: ON tw.application_id = bw.application_id
7744: AND tw.amb_context_code = bw.amb_context_code
7745: AND tw.event_class_code = bw.event_class_code
7746: AND tw.event_type_code = bw.event_type_code