DBA Data[Home] [Help]

APPS.HR_TMPLT dependencies on HR_FORM_ITEMS_B

Line 16: from hr_form_items_b

12: l_return := null;
13: else
14: select full_item_name
15: into l_return
16: from hr_form_items_b
17: where form_item_id = p_item_id
18: and application_id = p_application_id
19: and form_id = p_form_id;
20: end if;