DBA Data[Home] [Help]

APPS.HR_TWN_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_template_windows_b twn
53: where tmp.form_template_id = twn.form_template_id
54: and twn.template_window_id = p_template_window_id;
55: --

Line 256: from hr_form_templates_b tmp

252: --
253: cursor csr_form_template is
254: select tmp.application_id
255: ,tmp.form_id
256: from hr_form_templates_b tmp
257: where tmp.form_template_id = p_form_template_id;
258: --
259: l_proc varchar2(72) := g_package || 'chk_window_and_template';
260: l_api_updating boolean;