DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_CANVASES_B

Line 344: from hr_template_canvases_b

340: and form_window_id = x_form_window_id;
341:
342: select template_canvas_id
343: into x_template_canvas_id
344: from hr_template_canvases_b
345: where form_canvas_id = x_form_canvas_id
346: and template_window_id = x_template_window_id;
347:
348: select form_tab_page_id

Line 379: hr_template_canvases_b htc,

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
382: where hfw.window_name = x_window_name
383: and hfw.application_id = x_application_id