DBA Data[Home] [Help]

APPS.XLA_AAD_INSTALL_PVT dependencies on XLA_PAD_INQ_LINES_FVL

Line 370: XLA_PAD_INQ_LINES_FVL b

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)
374: and (a.line_definition_code is null or a.line_definition_code = b.line_definition_code)

Line 419: XLA_PAD_INQ_LINES_FVL b

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)
423: and (a.line_definition_code is null or a.line_definition_code = b.line_definition_code)