DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_ITEMS_B

Line 256: ,hr_template_items_b hti

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
260: and hft.application_id = x_application_id