DBA Data[Home] [Help]

APPS.PER_SSD_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: per_ssd_ins.g_successee_detail_id_i := p_successee_detail_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: per_ssd_ins.g_successee_detail_id_i := p_successee_detail_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: per_ssd_shd.g_api_dml := true; -- Set the api dml status
86: --

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

122: );
123: --
124: per_ssd_shd.g_api_dml := false; -- Unset the api dml status
125: --
126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: per_ssd_shd.g_api_dml := false; -- Unset the api dml status

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

197: l_proc varchar2(72) := g_package||'pre_insert';
198: l_exists varchar2(1);
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: If (per_ssd_ins.g_successee_detail_id_i is not null) Then
204: --
205: -- Verify registered primary key values not already in use

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

233: Fetch C_Sel1 Into p_rec.successee_detail_id;
234: Close C_Sel1;
235: End If;
236: --
237: hr_utility.set_location(' Leaving:'||l_proc, 10);
238: End pre_insert;
239: --
240: -- ----------------------------------------------------------------------------
241: -- |-----------------------------< post_insert >------------------------------|

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

276: --
277: l_proc varchar2(72) := g_package||'post_insert';
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: begin
282: --
283: per_ssd_rki.after_insert
284: (p_effective_date => p_effective_date

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

323: ,p_hook_type => 'AI');
324: --
325: end;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End post_insert;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------------< ins >----------------------------------|

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

337: --
338: l_proc varchar2(72) := g_package||'ins';
339: --
340: Begin
341: hr_utility.set_location('Entering:'||l_proc, 5);
342: --
343: -- Call the supporting insert validate operations
344: --
345: per_ssd_bus.insert_validate

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

367: --
368: -- Call to raise any errors on multi-message list
369: hr_multi_message.end_validation_set;
370: --
371: hr_utility.set_location('Leaving:'||l_proc, 20);
372: end ins;
373: --
374: -- ----------------------------------------------------------------------------
375: -- |---------------------------------< ins >----------------------------------|

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

396: l_rec per_ssd_shd.g_rec_type;
397: l_proc varchar2(72) := g_package||'ins';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: -- Call conversion function to turn arguments into the
403: -- p_rec structure.
404: --

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

434: --
435: p_successee_detail_id := l_rec.successee_detail_id;
436: p_object_version_number := l_rec.object_version_number;
437: --
438: hr_utility.set_location(' Leaving:'||l_proc, 10);
439: End ins;
440: --
441: end per_ssd_ins;