DBA Data[Home] [Help]

APPS.HR_FORM_PROPERTIES_PKG dependencies on HR_FORM_TEMPLATES_B

Line 611: from hr_form_templates_b

607: IF ltrim(rtrim(x_template_name)) is not null then
608:
609: select form_template_id
610: into x_form_template_id
611: from hr_form_templates_b
612: where application_id = X_APPLICATION_ID
613: and form_id = X_FORM_ID
614: and template_name = X_TEMPLATE_NAME
615: and ( (legislation_code is null and x_territory_short_name is null)