DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_PKG dependencies on HR_FORM_TEMPLATES_B

Line 827: from hr_form_templates_b hft

823: IF ltrim(rtrim(x_template_name)) is not null then
824:
825: select hti.template_window_id
826: into x_template_window_id
827: from hr_form_templates_b hft
828: ,hr_template_windows_b hti
829: where hti.form_window_id = x_form_window_id
830: and hti.form_template_id = hft.form_template_id
831: and hft.form_id = x_form_id

Line 948: from hr_form_templates_b hft

944: IF ltrim(rtrim(x_template_name)) is not null THEN
945:
946: select hti.template_window_id
947: into x_template_window_id
948: from hr_form_templates_b hft
949: ,hr_template_windows_b hti
950: where hti.form_window_id = x_form_window_id
951: and hti.form_template_id = hft.form_template_id
952: and hft.form_id = x_form_id