DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_DEBUG_RULE_OPTIONS

Line 4385: from fnd_debug_rule_options

4381: end if;
4382:
4383: select count(*)
4384: into l_count_rows
4385: from fnd_debug_rule_options
4386: where debug_rule_id = fnd_debug_rule_id;
4387:
4388: if (l_count_rows > 0) then
4389: delete from fnd_debug_rule_options

Line 4389: delete from fnd_debug_rule_options

4385: from fnd_debug_rule_options
4386: where debug_rule_id = fnd_debug_rule_id;
4387:
4388: if (l_count_rows > 0) then
4389: delete from fnd_debug_rule_options
4390: where debug_rule_id = fnd_debug_rule_id;
4391: end if;
4392:
4393: commit;