DBA Data[Home] [Help]

APPS.HR_SFT_BUS dependencies on HR_FORM_TEMPLATES_B

Line 196: from hr_form_templates_b tmp

192: (p_form_template_id in number
193: ) is
194: select tmp.application_id
195: ,tmp.form_id
196: from hr_form_templates_b tmp
197: where tmp.form_template_id = p_form_template_id;
198: --
199: l_proc varchar2(72) := g_package || 'chk_form_templates';
200: l_api_updating boolean;