DBA Data[Home] [Help]

APPS.HR_TTP_BUS dependencies on HR_TEMPLATE_TAB_PAGES_B

Line 55: ,hr_template_tab_pages_b ttp

51: select tmp.legislation_code
52: from hr_form_templates_b tmp
53: ,hr_template_windows_b twn
54: ,hr_template_canvases_b tcn
55: ,hr_template_tab_pages_b ttp
56: where tmp.form_template_id = twn.form_template_id
57: and twn.template_window_id = tcn.template_window_id
58: and tcn.template_canvas_id = ttp.template_canvas_id
59: and ttp.template_tab_page_id = p_template_tab_page_id;