DBA Data[Home] [Help]

APPS.HR_TIP_BUS dependencies on HR_TEMPLATE_CANVASES_B

Line 256: ,hr_template_canvases_b tcn

252: --
253: cursor csr_template_tab_page is
254: select twn.form_template_id
255: from hr_template_windows_b twn
256: ,hr_template_canvases_b tcn
257: ,hr_template_tab_pages_b ttp
258: where twn.template_window_id = tcn.template_window_id
259: and tcn.template_canvas_id = ttp.template_canvas_id
260: and ttp.template_tab_page_id = p_template_tab_page_id;