DBA Data[Home] [Help]

APPS.PER_MAINTAIN_TASKFLOW dependencies on HR_NAVIGATION_UNITS_TL

Line 111: DELETE FROM hr_navigation_units_tl

107: --
108: -- Delete the navigation unit record.
109: --
110:
111: DELETE FROM hr_navigation_units_tl
112: WHERE nav_unit_id = l_nav_unit_id;
113:
114: DELETE FROM hr_navigation_units
115: WHERE nav_unit_id = l_nav_unit_id;