DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_PKG dependencies on HR_FORM_TEMPLATES_B

Line 769: from hr_form_templates_b hft

765: IF ltrim(rtrim(x_template_name)) is not null then
766:
767: select hti.template_window_id
768: into x_template_window_id
769: from hr_form_templates_b hft
770: ,hr_template_windows_b hti
771: where hti.form_window_id = x_form_window_id
772: and hti.form_template_id = hft.form_template_id
773: and hft.form_id = x_form_id

Line 890: from hr_form_templates_b hft

886: IF ltrim(rtrim(x_template_name)) is not null THEN
887:
888: select hti.template_window_id
889: into x_template_window_id
890: from hr_form_templates_b hft
891: ,hr_template_windows_b hti
892: where hti.form_window_id = x_form_window_id
893: and hti.form_template_id = hft.form_template_id
894: and hft.form_id = x_form_id