DBA Data[Home] [Help]

APPS.HR_TEMPLATE_TAB_PAGE_INFO dependencies on HR_FORM_TEMPLATE_INFO

Line 104: (p_application_id => hr_form_template_info.application_id(p_form_template_id)

100: -- The identifier is different to the previous call to this function, or
101: -- this is the first call to this function.
102: --
103: l_form_tab_pages := hr_form_tab_page_info.form_tab_pages
104: (p_application_id => hr_form_template_info.application_id(p_form_template_id)
105: ,p_form_id => hr_form_template_info.form_id(p_form_template_id)
106: );
107: l_index_number := l_form_tab_pages.FIRST;
108: WHILE l_index_number IS NOT NULL

Line 105: ,p_form_id => hr_form_template_info.form_id(p_form_template_id)

101: -- this is the first call to this function.
102: --
103: l_form_tab_pages := hr_form_tab_page_info.form_tab_pages
104: (p_application_id => hr_form_template_info.application_id(p_form_template_id)
105: ,p_form_id => hr_form_template_info.form_id(p_form_template_id)
106: );
107: l_index_number := l_form_tab_pages.FIRST;
108: WHILE l_index_number IS NOT NULL
109: LOOP