DBA Data[Home] [Help]

APPS.PER_CTR_INS dependencies on HR_UTILITY

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

19: --
20: l_proc varchar2(72) := g_package||'set_base_key_value';
21: --
22: Begin
23: hr_utility.set_location('Entering:'||l_proc, 10);
24: --
25: per_ctr_ins.g_contact_relationship_id := p_contact_relationship_id;
26: --
27: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

23: hr_utility.set_location('Entering:'||l_proc, 10);
24: --
25: per_ctr_ins.g_contact_relationship_id := p_contact_relationship_id;
26: --
27: hr_utility.set_location(' Leaving:'||l_proc, 20);
28: End set_base_key_value;
29:
30: --
31: -- ----------------------------------------------------------------------------

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

75: --
76: l_proc varchar2(72) := g_package||'insert_dml';
77: --
78: Begin
79: hr_utility.set_location('Entering:'||l_proc, 5);
80: p_rec.object_version_number := 1; -- Initialise the object version
81: --
82: per_ctr_shd.g_api_dml := true; -- Set the api dml status
83: --

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

219: );
220: --
221: per_ctr_shd.g_api_dml := false; -- Unset the api dml status
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: Exception
225: When hr_api.check_integrity_violated Then
226: -- A check constraint has been violated
227: per_ctr_shd.g_api_dml := false; -- Unset the api dml status

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

292: --
293: l_exists varchar2(1);
294: --
295: Begin
296: hr_utility.set_location('Entering:'||l_proc, 5);
297: --
298: --
299: -- Select the next sequence number
300: --

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

326: Fetch C_Sel1 Into p_rec.contact_relationship_id;
327: Close C_Sel1;
328: end if;
329: --
330: hr_utility.set_location(' Leaving:'||l_proc, 10);
331: End pre_insert;
332: --
333: -- ----------------------------------------------------------------------------
334: -- |-----------------------------< post_insert >------------------------------|

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

375: -- End of Fix for WWBUG 1408379
376: --
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: -- Start of API User Hook for post_insert.
382: begin
383: per_ctr_rki.after_insert

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

478: --
479: --
480: -- End of API User Hook for post_insert.
481: --
482: hr_utility.set_location(' Leaving:'||l_proc, 10);
483: End post_insert;
484: --
485: -- ----------------------------------------------------------------------------
486: -- |---------------------------------< ins >----------------------------------|

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

494: --
495: l_proc varchar2(72) := g_package||'ins';
496: --
497: Begin
498: hr_utility.set_location('Entering:'||l_proc, 5);
499: --
500: -- Determine if the business process is to be validated.
501: --
502: If p_validate then

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

529: If p_validate then
530: Raise HR_Api.Validate_Enabled;
531: End If;
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);
534: Exception
535: When HR_Api.Validate_Enabled Then
536: --
537: -- As the Validate_Enabled exception has been raised

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

616: l_rec per_ctr_shd.g_rec_type;
617: l_proc varchar2(72) := g_package||'ins';
618: --
619: Begin
620: hr_utility.set_location('Entering:'||l_proc, 5);
621: --
622: -- Call conversion function to turn arguments into the
623: -- p_rec structure.
624: --

Line 706: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call

702: --
703: p_contact_relationship_id := l_rec.contact_relationship_id;
704: p_object_version_number := l_rec.object_version_number;
705: --
706: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call
707: hr_utility.trace('RH OVN: '||l_rec.object_version_number);
708: -- dbms_output.put_line('RH OVN: '||l_rec.object_version_number);
709: hr_utility.set_location(' Leaving:'||l_proc, 10);
710: End ins;

Line 707: hr_utility.trace('RH OVN: '||l_rec.object_version_number);

703: p_contact_relationship_id := l_rec.contact_relationship_id;
704: p_object_version_number := l_rec.object_version_number;
705: --
706: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call
707: hr_utility.trace('RH OVN: '||l_rec.object_version_number);
708: -- dbms_output.put_line('RH OVN: '||l_rec.object_version_number);
709: hr_utility.set_location(' Leaving:'||l_proc, 10);
710: End ins;
711: --

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

705: --
706: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call
707: hr_utility.trace('RH OVN: '||l_rec.object_version_number);
708: -- dbms_output.put_line('RH OVN: '||l_rec.object_version_number);
709: hr_utility.set_location(' Leaving:'||l_proc, 10);
710: End ins;
711: --
712: end per_ctr_ins;