DBA Data[Home] [Help]

APPS.IRC_VCE_INS dependencies on HR_UTILITY

Line 66: hr_utility.set_location('Entering:'||l_proc, 5);

62: --
63: l_proc varchar2(72) := g_package||'insert_dml';
64: --
65: Begin
66: hr_utility.set_location('Entering:'||l_proc, 5);
67: p_rec.object_version_number := 1; -- Initialise the object version
68: --
69: irc_vce_shd.g_api_dml := true; -- Set the api dml status
70: --

Line 86: hr_utility.set_location(' Leaving:'||l_proc, 10);

82: );
83: --
84: irc_vce_shd.g_api_dml := false; -- Unset the api dml status
85: --
86: hr_utility.set_location(' Leaving:'||l_proc, 10);
87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated
90: irc_vce_shd.g_api_dml := false; -- Unset the api dml status

Line 157: hr_utility.set_location('Entering:'||l_proc, 5);

153: l_proc varchar2(72) := g_package||'pre_insert';
154: l_exists varchar2(1);
155: --
156: Begin
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: If (irc_vce_ins.g_vacancy_id_i is not null or
160: irc_vce_ins.g_variable_comp_lookup_i is not null) Then
161: --

Line 175: hr_utility.set_location(' Leaving:'||l_proc, 10);

171: irc_vce_ins.g_variable_comp_lookup_i;
172: irc_vce_ins.g_variable_comp_lookup_i := null;
173: End If;
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_insert;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_insert >------------------------------|

Line 218: hr_utility.set_location('Entering:'||l_proc, 5);

214: --
215: l_proc varchar2(72) := g_package||'post_insert';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: begin
220: --
221: irc_vce_rki.after_insert
222: (p_effective_date => p_effective_date

Line 241: hr_utility.set_location(' Leaving:'||l_proc, 10);

237: ,p_hook_type => 'AI');
238: --
239: end;
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End post_insert;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |---------------------------------< ins >----------------------------------|

Line 255: hr_utility.set_location('Entering:'||l_proc, 5);

251: --
252: l_proc varchar2(72) := g_package||'ins';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: -- Call the supporting insert validate operations
258: --
259: irc_vce_bus.insert_validate

Line 285: hr_utility.set_location('Leaving:'||l_proc, 20);

281: --
282: -- Call to raise any errors on multi-message list
283: hr_multi_message.end_validation_set;
284: --
285: hr_utility.set_location('Leaving:'||l_proc, 20);
286: end ins;
287: --
288: -- ----------------------------------------------------------------------------
289: -- |---------------------------------< ins >----------------------------------|

Line 302: hr_utility.set_location('Entering:'||l_proc, 5);

298: l_rec irc_vce_shd.g_rec_type;
299: l_proc varchar2(72) := g_package||'ins';
300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);
303: --
304: -- Call conversion function to turn arguments into the
305: -- p_rec structure.
306: --

Line 327: hr_utility.set_location(' Leaving:'||l_proc, 10);

323: -- are specified as an OUT's we must set these values.
324: --
325: p_object_version_number := l_rec.object_version_number;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End ins;
329: --
330: end irc_vce_ins;