DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_INFO dependencies on HR_API

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

129: l_template_items t_template_items := t_template_items();
130: --
131: BEGIN
132: --
133: IF (p_form_template_id = nvl(g_form_template_id,hr_api.g_number))
134: THEN
135: --
136: -- The template items have already been found with a previous call to this
137: -- function. Just return the global variable.