DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_TAB_PAGES_PKG dependencies on HR_FORM_TEMPLATES_B

Line 217: from hr_form_templates_b

213: and form_id = x_form_id;
214:
215: select form_template_id
216: into x_form_template_id
217: from hr_form_templates_b
218: where template_name = x_template_name
219: and ( (legislation_code is null and x_territory_short_name is null)
220: or (legislation_code = x_territory_short_name) )
221: and application_id = x_application_id