DBA Data[Home] [Help]

APPS.HR_TEMPLATE_TAB_PAGE_INFO dependencies on HR_API

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

86: l_template_tab_page_null t_template_tab_page;
87: --
88: BEGIN
89: --
90: IF (p_form_template_id = nvl(g_form_template_id,hr_api.g_number))
91: THEN
92: --
93: -- The template tab pages have already been found with a previous call to
94: -- this function. Just return the global variable.