DBA Data[Home] [Help]

APPS.PER_ASN_INS dependencies on HR_UTILITY

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

18: --
19: l_proc varchar2(72) := g_package||'set_base_key_value';
20: --
21: Begin
22: hr_utility.set_location('Entering:'||l_proc, 10);
23: --
24: per_asn_ins.g_assessment_id_i := p_assessment_id;
25: --
26: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

22: hr_utility.set_location('Entering:'||l_proc, 10);
23: --
24: per_asn_ins.g_assessment_id_i := p_assessment_id;
25: --
26: hr_utility.set_location(' Leaving:'||l_proc, 20);
27: End set_base_key_value;
28: --
29: --
30:

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

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

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

154: p_rec.attribute20,
155: p_rec.object_version_number
156: );
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: per_asn_shd.constraint_error

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

225: per_asn_ins.g_assessment_id_i;
226: --
227:
228: Begin
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: --
232: -- Select the next sequence number
233: --

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

264: --
265:
266:
267:
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End pre_insert;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |-----------------------------< post_insert >------------------------------|

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

304: --
305: l_proc varchar2(72) := g_package||'post_insert';
306: --
307: Begin
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: --
310: -- This is a hook point and the user hook for post_insert is called here.
311: --
312: begin

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

356: );
357: end;
358: -- End of API User Hook for post_insert.
359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: End post_insert;
362: --
363: -- ----------------------------------------------------------------------------
364: -- |---------------------------------< ins >----------------------------------|

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

372: --
373: l_proc varchar2(72) := g_package||'ins';
374: --
375: Begin
376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Determine if the business process is to be validated.
379: --
380: If p_validate then

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

417: If p_validate then
418: Raise HR_Api.Validate_Enabled;
419: End If;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: Exception
423: When HR_Api.Validate_Enabled Then
424: --
425: -- As the Validate_Enabled exception has been raised

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

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

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

537: --
538: p_assessment_id := l_rec.assessment_id;
539: p_object_version_number := l_rec.object_version_number;
540: --
541: hr_utility.set_location(' Leaving:'||l_proc, 10);
542: End ins;
543: --
544: end per_asn_ins;