DBA Data[Home] [Help]

APPS.HR_TEMPLATE_DATA_GROUPS_PKG dependencies on HR_FORM_TEMPLATES_B

Line 185: from hr_form_templates_b

181: and form_id = x_form_id;
182:
183: select form_template_id
184: into x_form_template_id
185: from hr_form_templates_b
186: where ( (legislation_code is null and x_territory_short_name is null)
187: or (legislation_code = x_territory_short_name) )
188: and template_name = x_template_name
189: and application_id = x_application_id