DBA Data[Home] [Help]

APPS.HR_TPT_SHD dependencies on HR_TAB_PAGE_PROPERTIES_B

Line 190: from hr_tab_page_properties_b b

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