DBA Data[Home] [Help]

APPS.HR_TCP_BUS dependencies on HR_TEMPLATE_ITEM_CONTEXT_PAGES

Line 54: ,hr_template_item_context_pages tcp

50: select tmp.legislation_code
51: from hr_form_templates_b tmp
52: ,hr_template_items_b tim
53: ,hr_template_item_contexts_b tic
54: ,hr_template_item_context_pages tcp
55: where tmp.form_template_id = tim.form_template_id
56: and tim.template_item_id = tic.template_item_id
57: and tic.template_item_context_id = tcp.template_item_context_id
58: and tcp.template_item_context_page_id = p_template_item_context_page_i;