DBA Data[Home] [Help]

APPS.HR_FORM_WINDOW_INFO dependencies on HR_API

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

68: l_form_windows t_form_windows := t_form_windows();
69: --
70: BEGIN
71: --
72: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
73: AND p_form_id = nvl(g_form_id,hr_api.g_number))
74: THEN
75: --
76: -- The form windows have already been found with a previous call to this

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

69: --
70: BEGIN
71: --
72: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
73: AND p_form_id = nvl(g_form_id,hr_api.g_number))
74: THEN
75: --
76: -- The form windows have already been found with a previous call to this
77: -- function. Just return the global variable.