DBA Data[Home] [Help]

APPS.HR_TIC_BUS dependencies on HR_FORM_TEMPLATES_B

Line 51: from hr_form_templates_b tmp

47: -- Declare cursor
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