DBA Data[Home] [Help]

APPS.HR_TCP_BUS dependencies on HR_TEMPLATE_CANVASES_B

Line 260: ,hr_template_canvases_b tcn

256: --
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;