DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_WINDOWS_B

Line 354: from hr_template_windows_b

350: and form_id = x_form_id;
351:
352: select template_window_id
353: into x_template_window_id
354: from hr_template_windows_b
355: where form_template_id = x_form_template_id
356: and form_window_id = x_form_window_id;
357:
358: select form_canvas_id

Line 399: hr_template_windows_b htw,

395: x_form_tab_page_id,
396: x_template_tab_page_id
397: from hr_form_windows_b hfw,
398: hr_form_templates_b hft,
399: hr_template_windows_b htw,
400: hr_form_canvases_b hfc,
401: hr_template_canvases_b htc,
402: hr_form_tab_pages_b hftp,
403: hr_template_tab_pages_b htpb