DBA Data[Home] [Help]

APPS.HR_FORM_STACK_CANVAS_INFO dependencies on HR_API

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

42: l_form_stack_canvases t_form_stack_canvases := t_form_stack_canvases();
43: --
44: BEGIN
45: --
46: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
47: AND p_form_id = nvl(g_form_id,hr_api.g_number))
48: THEN
49: --
50: -- The form stacked canvases have already been found with a previous call

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

43: --
44: BEGIN
45: --
46: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
47: AND p_form_id = nvl(g_form_id,hr_api.g_number))
48: THEN
49: --
50: -- The form stacked canvases have already been found with a previous call
51: -- to this function. Just return the global variable.