DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on FND_FORM

Line 38: , fnd_form ff

34: cursor csr_template(p_legislation_code varchar2) is
35: select
36: hft.form_template_id
37: from hr_form_templates_b hft
38: , fnd_form ff
39: where
40: ff.form_name='PERWSQHM'
41: and ff.application_id=800
42: and ff.form_id=hft.form_id