DBA Data[Home] [Help]

APPS.HR_TEMPLATE_WINDOW_INFO dependencies on HR_API

Line 81: IF (p_form_template_id = nvl(g_form_template_id,hr_api.g_number))

77: l_template_windows t_template_windows := t_template_windows();
78: --
79: BEGIN
80: --
81: IF (p_form_template_id = nvl(g_form_template_id,hr_api.g_number))
82: THEN
83: --
84: -- The template windows have already been found with a previous call to this
85: -- function. Just return the global variable.