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 505: hr_utility.set_location(' Leaving:'||l_proc, 10);

501: --
502: --
503: -- End of API User Hook for post_insert.
504: --
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: End post_insert;
507: --
508: -- ----------------------------------------------------------------------------
509: -- |---------------------------------< ins >----------------------------------|

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

517: --
518: l_proc varchar2(72) := g_package||'ins';
519: --
520: Begin
521: hr_utility.set_location('Entering:'||l_proc, 5);
522: --
523: -- Determine if the business process is to be validated.
524: --
525: If p_validate then

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

552: If p_validate then
553: Raise HR_Api.Validate_Enabled;
554: End If;
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 10);
557: Exception
558: When HR_Api.Validate_Enabled Then
559: --
560: -- As the Validate_Enabled exception has been raised

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

639: l_rec per_ctr_shd.g_rec_type;
640: l_proc varchar2(72) := g_package||'ins';
641: --
642: Begin
643: hr_utility.set_location('Entering:'||l_proc, 5);
644: --
645: -- Call conversion function to turn arguments into the
646: -- p_rec structure.
647: --

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

725: --
726: p_contact_relationship_id := l_rec.contact_relationship_id;
727: p_object_version_number := l_rec.object_version_number;
728: --
729: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call
730: hr_utility.trace('RH OVN: '||l_rec.object_version_number);
731: -- dbms_output.put_line('RH OVN: '||l_rec.object_version_number);
732: hr_utility.set_location(' Leaving:'||l_proc, 10);
733: End ins;

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

726: p_contact_relationship_id := l_rec.contact_relationship_id;
727: p_object_version_number := l_rec.object_version_number;
728: --
729: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call
730: hr_utility.trace('RH OVN: '||l_rec.object_version_number);
731: -- dbms_output.put_line('RH OVN: '||l_rec.object_version_number);
732: hr_utility.set_location(' Leaving:'||l_proc, 10);
733: End ins;
734: --

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

728: --
729: -- Bug#885806: dbms_output call is replaced with hr_utility.trace call
730: hr_utility.trace('RH OVN: '||l_rec.object_version_number);
731: -- dbms_output.put_line('RH OVN: '||l_rec.object_version_number);
732: hr_utility.set_location(' Leaving:'||l_proc, 10);
733: End ins;
734: --
735: end per_ctr_ins;