DBA Data[Home] [Help]

APPS.FND_DEBUG dependencies on DUAL

Line 574: FROM DUAL

570:
571: -- added db_rule_enabled as a fix for bug 3787995
572: BEGIN --check whether any of the db rule is enabled or not
573: SELECT 'T' INTO db_rule_enabled
574: FROM DUAL
575: WHERE EXISTS(
576: SELECT *
577: FROM fnd_debug_rule_options DRO,
578: fnd_debug_options DO