DBA Data[Home] [Help]

APPS.PER_MAINTAIN_TASKFLOW dependencies on HR_INCOMPATIBILITY_RULES

Line 104: DELETE FROM hr_incompatibility_rules

100: --
101: -- Delete all of the incompatibility rules associated with a
102: -- navigation unit.
103: --
104: DELETE FROM hr_incompatibility_rules
105: WHERE from_nav_unit_id = l_nav_unit_id
106: OR to_nav_unit_id = l_nav_unit_id;
107: --
108: -- Delete the navigation unit record.