DBA Data[Home] [Help]

APPS.PSP_PEE_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: psp_pee_ins.g_external_effort_line_id_i := p_external_effort_line_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: psp_pee_ins.g_external_effort_line_id_i := p_external_effort_line_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --

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

156: );
157: --
158: --
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: Exception
162: When hr_api.check_integrity_violated Then
163: -- A check constraint has been violated
164: --

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

231: l_proc varchar2(72) := g_package||'pre_insert';
232: l_exists varchar2(1);
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: If (psp_pee_ins.g_external_effort_line_id_i is not null) Then
238: --
239: -- Verify registered primary key values not already in use

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

267: Fetch C_Sel1 Into p_rec.external_effort_line_id;
268: Close C_Sel1;
269: End If;
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End pre_insert;
273: --
274: -- ----------------------------------------------------------------------------
275: -- |-----------------------------< post_insert >------------------------------|

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

309: --
310: l_proc varchar2(72) := g_package||'post_insert';
311: --
312: Begin
313: hr_utility.set_location('Entering:'||l_proc, 5);
314: begin
315: --
316: psp_pee_rki.after_insert
317: (p_external_effort_line_id

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

389: ,p_hook_type => 'AI');
390: --
391: end;
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: End post_insert;
395: --
396: -- ----------------------------------------------------------------------------
397: -- |---------------------------------< ins >----------------------------------|

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

402: --
403: l_proc varchar2(72) := g_package||'ins';
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);
407: --
408: -- Call the supporting insert validate operations
409: --
410: psp_pee_bus.insert_validate

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

430: --
431: -- Call to raise any errors on multi-message list
432: hr_multi_message.end_validation_set;
433: --
434: hr_utility.set_location('Leaving:'||l_proc, 20);
435: end ins;
436: --
437: -- ----------------------------------------------------------------------------
438: -- |---------------------------------< ins >----------------------------------|

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

475: l_rec psp_pee_shd.g_rec_type;
476: l_proc varchar2(72) := g_package||'ins';
477: --
478: Begin
479: hr_utility.set_location('Entering:'||l_proc, 5);
480: --
481: -- Call conversion function to turn arguments into the
482: -- p_rec structure.
483: --

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

529: --
530: p_external_effort_line_id := l_rec.external_effort_line_id;
531: p_object_version_number := l_rec.object_version_number;
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);
534: End ins;
535: --
536: end psp_pee_ins;