DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_FORM_WINDOWS_B

Line 338: from hr_form_windows_b

334: merged the following 7 SELECT into one, after this commented section
335:
336: select form_window_id
337: into x_form_window_id
338: from hr_form_windows_b
339: where window_name = x_window_name
340: and application_id = x_application_id
341: and form_id = x_form_id;
342:

Line 397: from hr_form_windows_b hfw,

393: x_form_canvas_id,
394: x_template_canvas_id,
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,