DBA Data[Home] [Help]

APPS.XLA_AAD_INSTALL_PVT dependencies on XLA_AADS_GT

Line 369: from xla_aads_gt a,

365: SET compile_status_code = 'R'
366: WHERE application_id = p_application_id
367: AND amb_context_code = p_amb_context_code
368: AND EXISTS (select 1
369: from xla_aads_gt a,
370: XLA_PAD_INQ_LINES_FVL b
371: where (a.product_rule_code is null or a.product_rule_code = b.product_rule_code)
372: and (a.event_class_code is null or a.event_class_code = b.event_class_code)
373: and (a.event_type_code is null or a.event_type_code = b.event_type_code)

Line 418: from xla_aads_gt a,

414: WHERE application_id = p_application_id
415: AND amb_context_code = p_amb_context_code
416: AND EXISTS
417: ( select 1
418: from xla_aads_gt a,
419: XLA_PAD_INQ_LINES_FVL b
420: where (a.product_rule_code is null or a.product_rule_code = b.product_rule_code)
421: and (a.event_class_code is null or a.event_class_code = b.event_class_code)
422: and (a.event_type_code is null or a.event_type_code = b.event_type_code)