DBA Data[Home] [Help]

APPS.HR_TCP_API dependencies on HR_TEMPLATE_CANVASES_B

Line 34: ,hr_template_canvases_b htb

30: IS
31: SELECT source_form_template_id
32: FROM hr_source_form_templates hsf
33: ,hr_template_windows_b htw
34: ,hr_template_canvases_b htb
35: ,hr_template_tab_pages_b htt
36: WHERE htt.template_tab_page_id = p_template_tab_page_id
37: AND htt.template_canvas_id = htb.template_canvas_id
38: AND htb.template_window_id = htw.template_window_id

Line 176: ,hr_template_canvases_b htb

172: IS
173: SELECT source_form_template_id
174: FROM hr_source_form_templates hsf
175: ,hr_template_windows_b htw
176: ,hr_template_canvases_b htb
177: ,hr_template_tab_pages_b htt
178: ,hr_template_item_context_pages tcp
179: WHERE htt.template_tab_page_id = tcp.template_tab_page_id
180: AND htt.template_canvas_id = htb.template_canvas_id