DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_CANVASES_B

Line 366: from hr_template_canvases_b

362: and form_window_id = x_form_window_id;
363:
364: select template_canvas_id
365: into x_template_canvas_id
366: from hr_template_canvases_b
367: where form_canvas_id = x_form_canvas_id
368: and template_window_id = x_template_window_id;
369:
370: select form_tab_page_id

Line 401: hr_template_canvases_b htc,

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