DBA Data[Home] [Help]

APPS.HR_TIM_INS dependencies on HR_TEMPLATE_ITEMS_B

Line 65: -- Insert the row into: hr_template_items_b

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: hr_template_items_b
66: --
67: insert into hr_template_items_b
68: (template_item_id
69: ,object_version_number

Line 67: insert into hr_template_items_b

63: --
64: --
65: -- Insert the row into: hr_template_items_b
66: --
67: insert into hr_template_items_b
68: (template_item_id
69: ,object_version_number
70: ,form_template_id
71: ,form_item_id

Line 147: Cursor C_Sel1 is select hr_template_items_b_s.nextval from sys.dual;

143: ) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --
147: Cursor C_Sel1 is select hr_template_items_b_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --

Line 226: (p_module_name => 'HR_TEMPLATE_ITEMS_B'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'HR_TEMPLATE_ITEMS_B'
227: ,p_hook_type => 'AI');
228: --
229: end;
230: --