DBA Data[Home] [Help]

APPS.HR_DTT_INS dependencies on HR_UTILITY

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

50: --
51: l_proc varchar2(72) := g_package||'insert_dml';
52: --
53: Begin
54: hr_utility.set_location('Entering:'||l_proc, 5);
55: --
56: --
57: --
58: --

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

74: );
75: --
76: --
77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: Exception
80: When hr_api.check_integrity_violated Then
81: -- A check constraint has been violated
82: --

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

141: --
142: l_proc varchar2(72) := g_package||'pre_insert';
143: --
144: Begin
145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: p_rec.document_type_id := p_document_type_id;
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

145: hr_utility.set_location('Entering:'||l_proc, 5);
146: --
147: p_rec.document_type_id := p_document_type_id;
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: End pre_insert;
151: --
152: -- ----------------------------------------------------------------------------
153: -- |-----------------------------< post_insert >------------------------------|

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

187: --
188: l_proc varchar2(72) := g_package||'post_insert';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: begin
193: --
194:
195:

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

218: ,p_hook_type => 'AI');
219: --
220: end;
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End post_insert;
224: --
225: -- ----------------------------------------------------------------------------
226: -- |---------------------------------< ins >----------------------------------|

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

234: --
235: Begin
236:
237:
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: -- Call the supporting insert validate operations
241: --
242: hr_dtt_bus.insert_validate

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

273: --
274: -- Call to raise any errors on multi-message list
275: hr_multi_message.end_validation_set;
276: --
277: hr_utility.set_location('Leaving:'||l_proc, 20);
278: end ins;
279: --
280: -- ----------------------------------------------------------------------------
281: -- |---------------------------------< ins >----------------------------------|

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

293: --
294: Begin
295:
296:
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: -- Call conversion function to turn arguments into the
300: -- p_rec structure.
301: --

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

324: -- are specified as an OUT's we must set these values.
325: --
326: --
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: End ins;
330: --
331: -- ----------------------------------------------------------------------------
332: -- |------------------------------< ins_tl >----------------------------------|

Line 355: hr_utility.set_location('Entering:'||l_proc,10);

351: --
352: l_proc varchar2(72) := g_package || 'ins_tl';
353: --
354: Begin
355: hr_utility.set_location('Entering:'||l_proc,10);
356:
357: --
358: -- Insert a row for the base language and every installed language.
359: --

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

368: end loop;
369: --
370:
371:
372: hr_utility.set_location('Leaving:'||l_proc,20);
373: End ins_tl;
374: --
375: end hr_dtt_ins;