DBA Data[Home] [Help]

APPS.HR_TIP_BUS dependencies on HR_TEMPLATE_ITEM_TAB_PAGES

Line 53: ,hr_template_item_tab_pages tip

49: cursor csr_leg_code is
50: select tmp.legislation_code
51: from hr_form_templates_b tmp
52: ,hr_template_items_b tim
53: ,hr_template_item_tab_pages tip
54: where tmp.form_template_id = tim.form_template_id
55: and tim.template_item_id = tip.template_item_id
56: and tip.template_item_tab_page_id = p_template_item_tab_page_id;
57: --