DBA Data[Home] [Help]

APPS.HR_TEMPLATE_CANVAS_INFO dependencies on HR_API

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

83: l_template_canvas_null t_template_canvas;
84: --
85: BEGIN
86: --
87: IF (p_form_template_id = nvl(g_form_template_id,hr_api.g_number))
88: THEN
89: --
90: -- The template canvases have already been found with a previous call to this
91: -- function. Just return the global variable.