DBA Data[Home] [Help]

APPS.HR_FORM_ITEM_INFO dependencies on HR_API

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

184: AND fi5.form_item_id (+) = ip.validation_parameter_item_id5;
185: --
186: BEGIN
187: --
188: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
189: AND p_form_id = nvl(g_form_id,hr_api.g_number))
190: THEN
191: --
192: -- The form items have already been found with a previous call to this

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

185: --
186: BEGIN
187: --
188: IF ( p_application_id = nvl(g_application_id,hr_api.g_number)
189: AND p_form_id = nvl(g_form_id,hr_api.g_number))
190: THEN
191: --
192: -- The form items have already been found with a previous call to this
193: -- function. Just return the global variable.