DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on XLA_ANALYTICAL_HDRS_B

Line 182: from xla_analytical_hdrs_b xanh

178: update xla_upg_line_criteria_gt xlgt
179: set error_message_name = 'XLA_UPG_INVALID_CRITERIA'
180: where NOT EXISTS
181: (select 1
182: from xla_analytical_hdrs_b xanh
183: where xanh.amb_context_code = 'DEFAULT'
184: and xanh.analytical_criterion_code = xlgt.analytical_criterion_code
185: and xanh.analytical_criterion_type_code = xlgt.analytical_criterion_type_code);
186: IF ( SQL%ROWCOUNT > 0 ) THEN