DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_WINDOWS_B

Line 332: from hr_template_windows_b

328: and form_id = x_form_id;
329:
330: select template_window_id
331: into x_template_window_id
332: from hr_template_windows_b
333: where form_template_id = x_form_template_id
334: and form_window_id = x_form_window_id;
335:
336: select form_canvas_id

Line 377: hr_template_windows_b htw,

373: x_form_tab_page_id,
374: x_template_tab_page_id
375: from hr_form_windows_b hfw,
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