DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_FORM_TAB_PAGES_B

Line 350: from hr_form_tab_pages_b

346: and template_window_id = x_template_window_id;
347:
348: select form_tab_page_id
349: into x_form_tab_page_id
350: from hr_form_tab_pages_b
351: where tab_page_name = x_form_tab_page_name
352: and form_canvas_id = x_form_canvas_id;
353:
354: select template_tab_page_id

Line 380: hr_form_tab_pages_b hftp,

376: hr_form_templates_b hft,
377: hr_template_windows_b htw,
378: hr_form_canvases_b hfc,
379: hr_template_canvases_b htc,
380: hr_form_tab_pages_b hftp,
381: hr_template_tab_pages_b htpb
382: where hfw.window_name = x_window_name
383: and hfw.application_id = x_application_id
384: and hfw.form_id = x_form_id