DBA Data[Home] [Help]

APPS.PER_FDL_INS dependencies on HR_UTILITY

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

22: --
23: l_proc varchar2(72) := g_package||'set_base_key_value';
24: --
25: Begin
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28:
29: per_fdl_ins.g_fnd_doc_link_id_i := p_fnd_doc_link_id;
30: --

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

27: --
28:
29: per_fdl_ins.g_fnd_doc_link_id_i := p_fnd_doc_link_id;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;
33: --
34:
35: --

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

82: --
83: l_proc varchar2(72) := g_package||'insert_dml';
84: --
85: Begin
86: hr_utility.set_location('Entering:'||l_proc, 5);
87: p_rec.object_version_number := 1; -- Initialise the object version
88: --
89: per_fdl_shd.g_api_dml := true; -- Set the api dml status
90: --

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

145: --
146: per_fdl_shd.g_api_dml := false; -- Unset the api dml status
147:
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated
153: per_fdl_shd.g_api_dml := false; -- Unset the api dml status

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

225: l_proc varchar2(72) := g_package||'pre_insert';
226: l_exists varchar2(1);
227: --
228: Begin
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: If (per_fdl_ins.g_fnd_doc_link_id_i is not null) Then
232: --
233: -- Verify registered primary key values not already in use

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

262: Fetch C_Sel1 Into p_rec.fnd_doc_link_id;
263: Close C_Sel1;
264: End If;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: End pre_insert;
268:
269: --
270: -- ----------------------------------------------------------------------------

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

305: --
306: l_proc varchar2(72) := g_package||'post_insert';
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);
310: begin
311:
312: -- For Future Use
313:

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

373: --
374: end;
375:
376: --
377: hr_utility.set_location(' Leaving:'||l_proc, 10);
378: End post_insert;
379:
380: --
381: -- ----------------------------------------------------------------------------

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

387: --
388: l_proc varchar2(72) := g_package||'ins';
389: --
390: Begin
391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: -- Call the supporting insert validate operations
394: --
395: per_fdl_bus.insert_validate

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

415: --
416: -- Call to raise any errors on multi-message list
417: hr_multi_message.end_validation_set;
418: --
419: hr_utility.set_location('Leaving:'||l_proc, 20);
420: end ins;
421: --
422: -- ----------------------------------------------------------------------------
423: -- |---------------------------------< ins >----------------------------------|

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

452: l_rec per_fdl_shd.g_rec_type;
453: l_proc varchar2(72) := g_package||'ins';
454: --
455: Begin
456: hr_utility.set_location('Entering:'||l_proc, 5);
457: --
458: -- Call conversion function to turn arguments into the
459: -- p_rec structure.
460: --

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

498: --
499: p_fnd_doc_link_id := l_rec.fnd_doc_link_id;
500: p_object_version_number := l_rec.object_version_number;
501: --
502: hr_utility.set_location(' Leaving:'||l_proc, 10);
503: End ins;
504:
505: --
506: end per_fdl_ins;