DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_TAB_PAGES_PKG dependencies on HR_TEMPLATE_ITEMS_B

Line 243: from hr_template_items_b

239: or (radio_button_name is null and x_radio_button_name is null) );
240:
241: select template_item_id
242: into x_template_item_id
243: from hr_template_items_b
244: where form_template_id = x_form_template_id
245: and form_item_id = x_form_item_id;
246:
247: begin