DBA Data[Home] [Help]

APPS.HR_TEMPLATE_WINDOW_INFO dependencies on HR_FORM_TEMPLATE_INFO

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

91: -- The identifier is different to the previous call to this function, or
92: -- this is the first call to this function.
93: --
94: FOR l_template_window IN csr_template_windows
95: (p_application_id => hr_form_template_info.application_id(p_form_template_id)
96: ,p_form_id => hr_form_template_info.form_id(p_form_template_id)
97: ,p_form_template_id => p_form_template_id
98: )
99: LOOP

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

92: -- this is the first call to this function.
93: --
94: FOR l_template_window IN csr_template_windows
95: (p_application_id => hr_form_template_info.application_id(p_form_template_id)
96: ,p_form_id => hr_form_template_info.form_id(p_form_template_id)
97: ,p_form_template_id => p_form_template_id
98: )
99: LOOP
100: l_template_windows.EXTEND;