DBA Data[Home] [Help]

APPS.FND_REQUEST dependencies on FND_DEBUG_RULE_OPTIONS

Line 3698: from fnd_debug_rule_options

3694: end if;
3695:
3696: select count(*)
3697: into l_count_rows
3698: from fnd_debug_rule_options
3699: where debug_rule_id = fnd_debug_rule_id;
3700:
3701: if (l_count_rows > 0) then
3702: delete from fnd_debug_rule_options

Line 3702: delete from fnd_debug_rule_options

3698: from fnd_debug_rule_options
3699: where debug_rule_id = fnd_debug_rule_id;
3700:
3701: if (l_count_rows > 0) then
3702: delete from fnd_debug_rule_options
3703: where debug_rule_id = fnd_debug_rule_id;
3704: end if;
3705:
3706: commit;