DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on HR_FORM_TEMPLATES

Line 837: , hr_form_templates hft

833: select htc.template_canvas_id
834: into x_template_canvas_id
835: from hr_template_canvases_b htc
836: ,hr_template_windows_b htw
837: , hr_form_templates hft
838: where htc.form_canvas_id = x_form_canvas_id
839: and htc.template_window_id = htw.template_window_id
840: and htw.form_window_id = x_form_window_id
841: and htw.form_template_id = hft.form_template_id

Line 1010: , hr_form_templates hft

1006: select htc.template_canvas_id
1007: into x_template_canvas_id
1008: from hr_template_canvases_b htc
1009: ,hr_template_windows_b htw
1010: , hr_form_templates hft
1011: where htc.form_canvas_id = x_form_canvas_id
1012: and htc.template_window_id = htw.template_window_id
1013: and htw.form_window_id = x_form_window_id
1014: and htw.form_template_id = hft.form_template_id