DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEMS_PKG dependencies on HR_FORM_ITEMS_B

Line 178: from hr_form_items_b

174: and application_id = x_application_id;
175:
176: select form_item_id
177: into x_form_item_id
178: from hr_form_items_b
179: where full_item_name = x_full_item_name
180: and application_id = x_application_id
181: and form_id = x_form_id
182: and ( radio_button_name = x_radio_button_name