DBA Data[Home] [Help]

APPS.HR_CANVAS_PROPERTIES_PKG dependencies on HR_FORM_TEMPLATES

Line 716: , hr_form_templates hft

712: select htc.template_canvas_id
713: into x_template_canvas_id
714: from hr_template_canvases_b htc
715: ,hr_template_windows_b htw
716: , hr_form_templates hft
717: where htc.form_canvas_id = x_form_canvas_id
718: and htc.template_window_id = htw.template_window_id
719: and htw.form_window_id = x_form_window_id
720: and htw.form_template_id = hft.form_template_id