DBA Data[Home] [Help]

APPS.HR_FMP_BUS dependencies on HR_FORM_TEMPLATES_B

Line 51: from hr_form_templates_b tmp

47: -- Declare cursor
48: --
49: cursor csr_leg_code is
50: select tmp.legislation_code
51: from hr_form_templates_b tmp
52: ,hr_form_properties fmp
53: where tmp.form_template_id = fmp.form_template_id
54: and fmp.form_property_id = p_form_property_id;
55: --