DBA Data[Home] [Help]

APPS.HR_TCP_BUS dependencies on HR_TEMPLATE_TAB_PAGES_B

Line 261: ,hr_template_tab_pages_b ttp

257: cursor csr_template_tab_page is
258: select twn.form_template_id
259: from hr_template_windows_b twn
260: ,hr_template_canvases_b tcn
261: ,hr_template_tab_pages_b ttp
262: where twn.template_window_id = tcn.template_window_id
263: and tcn.template_canvas_id = ttp.template_canvas_id
264: and ttp.template_tab_page_id = p_template_tab_page_id;
265: --

Line 268: from hr_template_tab_pages_b ttp

264: and ttp.template_tab_page_id = p_template_tab_page_id;
265: --
266: cursor csr_tab_stacked_canvas is
267: select null
268: from hr_template_tab_pages_b ttp
269: ,hr_form_tab_stacked_canvases fs2
270: ,hr_form_tab_stacked_canvases fs1
271: ,hr_form_items_b fim
272: ,hr_template_items_b tim