DBA Data[Home] [Help]

APPS.HR_TMPLT dependencies on FND_APPLICATION

Line 166: fnd_application fa

162: else
163: select application_short_name
164: into l_return
165: from hr_form_templates_b hft,
166: fnd_application fa
167: where hft.form_template_id = p_form_template_id
168: and fa.application_id = hft.application_id;
169: end if;
170: return l_return;