DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_CONTEXTS_PKG dependencies on HR_FORM_TEMPLATES_B

Line 273: from hr_form_templates_b hft

269: or (radio_button_name is null and x_radio_button_name is null) );
270:
271: select hti.template_item_id
272: into x_template_item_id
273: from hr_form_templates_b hft
274: ,hr_template_items_b hti
275: where hti.form_item_id = x_form_item_id
276: and hti.form_template_id = hft.form_template_id
277: and hft.form_id = x_form_id