DBA Data[Home] [Help]

APPS.HR_TMP_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: where tmp.form_template_id = p_form_template_id;
53: --
54: -- Declare local variables
55: --