DBA Data[Home] [Help]

APPS.HR_FORM_TAB_PAGE_INFO dependencies on HR_API

Line 81: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)

77: l_form_tab_pages t_form_tab_pages := t_form_tab_pages();
78: --
79: BEGIN
80: --
81: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
82: AND p_form_id = nvl(g_form_id,hr_api.g_number))
83: THEN
84: --
85: -- The form tab_pages have already been found with a previous call to this

Line 82: AND p_form_id = nvl(g_form_id,hr_api.g_number))

78: --
79: BEGIN
80: --
81: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
82: AND p_form_id = nvl(g_form_id,hr_api.g_number))
83: THEN
84: --
85: -- The form tab_pages have already been found with a previous call to this
86: -- function. Just return the global variable.