DBA Data[Home] [Help]

APPS.HR_DTY_INS dependencies on HR_UTILITY

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

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_dty_ins.g_document_type_id_i := p_document_type_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_dty_ins.g_document_type_id_i := p_document_type_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

72: --
73: l_proc varchar2(72) := g_package||'insert_dml';
74: --
75: Begin
76: hr_utility.set_location('Entering:'||l_proc, 5);
77: p_rec.object_version_number := 1; -- Initialise the object version
78: --
79: --
80: --

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

114: );
115: --
116: --
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: --

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

189: l_proc varchar2(72) := g_package||'pre_insert';
190: l_exists varchar2(1);
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: If (hr_dty_ins.g_document_type_id_i is not null) Then
196: --
197: -- Verify registered primary key values not already in use

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

225: Fetch C_Sel1 Into p_rec.document_type_id;
226: Close C_Sel1;
227: End If;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End pre_insert;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< post_insert >------------------------------|

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

268: --
269: l_proc varchar2(72) := g_package||'post_insert';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: begin
274: --
275: hr_dty_rki.after_insert
276: (p_effective_date => p_effective_date

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

311: ,p_hook_type => 'AI');
312: --
313: end;
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 10);
316: End post_insert;
317: --
318: -- ----------------------------------------------------------------------------
319: -- |---------------------------------< ins >----------------------------------|

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

325: --
326: l_proc varchar2(72) := g_package||'ins';
327: --
328: Begin
329: hr_utility.set_location('Entering:'||l_proc, 5);
330: --
331: -- Call the supporting insert validate operations
332: --
333:

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

358: --
359: -- Call to raise any errors on multi-message list
360: hr_multi_message.end_validation_set;
361: --
362: hr_utility.set_location('Leaving:'||l_proc, 20);
363: end ins;
364: --
365: -- ----------------------------------------------------------------------------
366: -- |---------------------------------< ins >----------------------------------|

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

388: l_proc varchar2(72) := g_package||'ins';
389:
390: --
391: Begin
392: hr_utility.set_location('Entering:'||l_proc, 5);
393:
394: --
395: -- Call conversion function to turn arguments into the
396: -- p_rec structure.

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

427: --
428: p_document_type_id := l_rec.document_type_id;
429: p_object_version_number := l_rec.object_version_number;
430: --
431: hr_utility.set_location(' Leaving:'||l_proc, 10);
432: End ins;
433: --
434: end hr_dty_ins;