DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_CONTEXTS_PKG dependencies on HR_FORM_TEMPLATES_B

Line 230: from hr_form_templates_b hft

226: or (radio_button_name is null and x_radio_button_name is null) );
227:
228: select hti.template_item_id
229: into x_template_item_id
230: from hr_form_templates_b hft
231: ,hr_template_items_b hti
232: where hti.form_item_id = x_form_item_id
233: and hti.form_template_id = hft.form_template_id
234: and hft.form_id = x_form_id