DBA Data[Home] [Help]

APPS.HR_TMT_SHD dependencies on HR_FORM_TEMPLATES_B

Line 193: from hr_form_templates_b b

189: --
190: delete from hr_form_templates_tl t
191: where not exists
192: ( select null
193: from hr_form_templates_b b
194: where b.form_template_id = t.form_template_id
195: );
196:
197: update hr_form_templates_tl t