DBA Data[Home] [Help]

APPS.HR_FORM_TEMPLATE_INFO dependencies on FND_FORM_FUNCTIONS

Line 142: (p_function_name IN fnd_form_functions.function_name%TYPE

138: --
139: -- {End of Comments}
140: -- -----------------------------------------------------------------------------
141: FUNCTION form_template
142: (p_function_name IN fnd_form_functions.function_name%TYPE
143: ,p_template_name IN hr_form_templates_b.template_name%TYPE
144: ,p_legislation_code IN hr_form_templates_b.legislation_code%TYPE
145: )
146: RETURN t_form_template;