DBA Data[Home] [Help]

APPS.HR_CNP_BUS dependencies on HR_FORM_WINDOWS

Line 837: from hr_form_windows fwn

833: --
834: cursor csr_form_window is
835: select fwn.height
836: ,fwn.width
837: from hr_form_windows fwn
838: ,hr_form_canvases_b fcn
839: where fwn.form_window_id = fcn.form_window_id
840: and fcn.form_canvas_id = p_rec.form_canvas_id;
841: --

Line 845: from hr_form_windows fwn

841: --
842: cursor csr_template_window is
843: select nvl(twn.height,fwn.height)
844: ,nvl(twn.width,fwn.width)
845: from hr_form_windows fwn
846: ,hr_template_windows twn
847: ,hr_template_canvases_b tcn
848: where fwn.form_window_id = twn.form_window_id
849: and twn.template_window_id = tcn.template_window_id