DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEMS_PKG dependencies on HR_FORM_TEMPLATES_B

Line 187: from hr_form_templates_b

183: or (radio_button_name is null and x_radio_button_name is null) );
184:
185: select form_template_id
186: into x_form_template_id
187: from hr_form_templates_b
188: where template_name = x_template_name
189: and ( (legislation_code is null and x_territory_short_name is null)
190: or (legislation_code = x_territory_short_name) )
191: and application_id = x_application_id