DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_FORM_TEMPLATES_B

Line 255: from hr_form_templates_b hft

251:
252:
253: select hti.template_item_id
254: into x_template_item_id
255: from hr_form_templates_b hft
256: ,hr_template_items_b hti
257: where hti.form_item_id = x_form_item_id
258: and hti.form_template_id = hft.form_template_id
259: and hft.form_id = x_form_id

Line 323: from hr_form_templates_b

319: and form_id = x_form_id;
320:
321: select form_template_id
322: into x_form_template_id
323: from hr_form_templates_b
324: where ( (legislation_code is null and x_territory_short_name is null)
325: or (legislation_code = x_territory_short_name) )
326: and template_name = x_template_name
327: and application_id = x_application_id

Line 376: hr_form_templates_b hft,

372: x_template_canvas_id,
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,