DBA Data[Home] [Help]

APPS.HR_TIC_BUS dependencies on HR_TEMPLATE_ITEMS_B

Line 52: ,hr_template_items_b tim

48: --
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_contexts_b tic
54: where tmp.form_template_id = tim.form_template_id
55: and tim.template_item_id = tic.template_item_id
56: and tic.template_item_context_id = p_template_item_context_id;