DBA Data[Home] [Help]

APPS.HR_TMPLT dependencies on FND_FORM

Line 185: fnd_form ff

181: else
182: select form_name
183: into l_return
184: from hr_form_templates_b hft,
185: fnd_form ff
186: where hft.form_template_id = p_form_template_id
187: and ff.application_id = hft.application_id
188: and ff.form_id = hft.form_id;
189: end if;