DBA Data[Home] [Help]

APPS.HR_TIP_BUS dependencies on HR_TEMPLATE_WINDOWS_B

Line 255: from hr_template_windows_b twn

251: where tim.template_item_id = p_template_item_id;
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