DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_TAB_PAGES_B

Line 356: from hr_template_tab_pages_b

352: and form_canvas_id = x_form_canvas_id;
353:
354: select template_tab_page_id
355: into x_template_tab_page_id
356: from hr_template_tab_pages_b
357: where template_canvas_id = x_template_canvas_id
358: and form_tab_page_id = x_form_tab_page_id;
359: */
360:

Line 381: hr_template_tab_pages_b htpb

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
385: and hft.application_id = hfw.application_id