DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on XLA_ANALYTICAL_HDRS_B

Line 301: from xla_analytical_hdrs_b xanh

297: update xla_upg_line_criteria_gt xlgt
298: set error_message_name = 'XLA_UPG_INVALID_CRITERIA'
299: where NOT EXISTS
300: (select 1
301: from xla_analytical_hdrs_b xanh
302: where xanh.amb_context_code = 'DEFAULT'
303: and xanh.analytical_criterion_code = xlgt.analytical_criterion_code
304: and xanh.analytical_criterion_type_code = xlgt.analytical_criterion_type_code);
305: IF ( SQL%ROWCOUNT > 0 ) THEN