DBA Data[Home] [Help]

APPS.HR_WPT_SHD dependencies on HR_WINDOW_PROPERTIES_B

Line 190: from hr_window_properties_b b

186: --
187: delete from hr_window_properties_tl t
188: where not exists
189: ( select null
190: from hr_window_properties_b b
191: where b.window_property_id = t.window_property_id
192: );
193:
194: update hr_window_properties_tl t