DBA Data[Home] [Help]

APPS.HR_FORM_CANVAS_INFO dependencies on HR_API

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

73: l_form_canvases t_form_canvases := t_form_canvases();
74: --
75: BEGIN
76: --
77: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
78: AND p_form_id = nvl(g_form_id,hr_api.g_number))
79: THEN
80: --
81: -- The form canvases have already been found with a previous call to this

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

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