DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_CONTEXTS_PKG dependencies on HR_TEMPLATE_ITEMS_B

Line 231: ,hr_template_items_b hti

227:
228: select hti.template_item_id
229: into x_template_item_id
230: from hr_form_templates_b hft
231: ,hr_template_items_b hti
232: where hti.form_item_id = x_form_item_id
233: and hti.form_template_id = hft.form_template_id
234: and hft.form_id = x_form_id
235: and hft.application_id = x_application_id