DBA Data[Home] [Help]

APPS.HR_TIC_INS dependencies on HR_TEMPLATE_ITEM_CONTEXTS_B

Line 65: -- Insert the row into: hr_template_item_contexts_b

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

Line 67: insert into hr_template_item_contexts_b

63: --
64: --
65: -- Insert the row into: hr_template_item_contexts_b
66: --
67: insert into hr_template_item_contexts_b
68: (template_item_context_id
69: ,object_version_number
70: ,template_item_id
71: ,context_type

Line 149: Cursor C_Sel1 is select hr_template_item_contexts_b_s.nextval from sys.dual;

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

Line 224: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B'

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