DBA Data[Home] [Help]

APPS.PER_SCN_INS dependencies on HR_UTILITY

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

24: --
25: l_proc varchar2(72) := g_package||'set_base_key_value';
26: --
27: Begin
28: hr_utility.set_location('Entering:'||l_proc, 10);
29: --
30: per_scn_ins.g_solution_id_i := p_solution_id;
31: per_scn_ins.g_component_name_i := p_component_name;
32: per_scn_ins.g_solution_type_name_i := p_solution_type_name;

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

30: per_scn_ins.g_solution_id_i := p_solution_id;
31: per_scn_ins.g_component_name_i := p_component_name;
32: per_scn_ins.g_solution_type_name_i := p_solution_type_name;
33: --
34: hr_utility.set_location(' Leaving:'||l_proc, 20);
35: End set_base_key_value;
36: --
37: --
38: -- ----------------------------------------------------------------------------

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

84: --
85: l_proc varchar2(72) := g_package||'insert_dml';
86: --
87: Begin
88: hr_utility.set_location('Entering:'||l_proc, 5);
89: p_rec.object_version_number := 1; -- Initialise the object version
90: --
91: --
92: --

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

129: );
130: --
131: --
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: Exception
135: When hr_api.check_integrity_violated Then
136: -- A check constraint has been violated
137: --

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

203: l_proc varchar2(72) := g_package||'pre_insert';
204: l_exists varchar2(1);
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: If (per_scn_ins.g_solution_id_i is not null or
210: per_scn_ins.g_component_name_i is not null or
211: per_scn_ins.g_solution_type_name_i is not null) Then

Line 243: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');

239: Else
240: --
241: -- No registerd key values, so raise an error.
242: --
243: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
244: hr_utility.set_message_token('API_NAME', 'per_scn_ins');
245: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
246: hr_utility.raise_error;
247: End If;

Line 244: hr_utility.set_message_token('API_NAME', 'per_scn_ins');

240: --
241: -- No registerd key values, so raise an error.
242: --
243: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
244: hr_utility.set_message_token('API_NAME', 'per_scn_ins');
245: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
246: hr_utility.raise_error;
247: End If;
248: --

Line 245: hr_utility.set_message_token('ARGUMENT', 'base_key_value');

241: -- No registerd key values, so raise an error.
242: --
243: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
244: hr_utility.set_message_token('API_NAME', 'per_scn_ins');
245: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
246: hr_utility.raise_error;
247: End If;
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 246: hr_utility.raise_error;

242: --
243: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
244: hr_utility.set_message_token('API_NAME', 'per_scn_ins');
245: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
246: hr_utility.raise_error;
247: End If;
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);
250: End pre_insert;

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

245: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
246: hr_utility.raise_error;
247: End If;
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);
250: End pre_insert;
251: --
252: -- ----------------------------------------------------------------------------
253: -- |-----------------------------< post_insert >------------------------------|

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

287: --
288: l_proc varchar2(72) := g_package||'post_insert';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: begin
293: --
294: per_scn_rki.after_insert
295: (p_solution_id

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

313: ,p_hook_type => 'AI');
314: --
315: end;
316: --
317: hr_utility.set_location(' Leaving:'||l_proc, 10);
318: End post_insert;
319: --
320: -- ----------------------------------------------------------------------------
321: -- |---------------------------------< ins >----------------------------------|

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

326: --
327: l_proc varchar2(72) := g_package||'ins';
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- Call the supporting insert validate operations
333: --
334: per_scn_bus.insert_validate

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

354: --
355: -- Call to raise any errors on multi-message list
356: hr_multi_message.end_validation_set;
357: --
358: hr_utility.set_location('Leaving:'||l_proc, 20);
359: end ins;
360: --
361: -- ----------------------------------------------------------------------------
362: -- |---------------------------------< ins >----------------------------------|

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

372: l_rec per_scn_shd.g_rec_type;
373: l_proc varchar2(72) := g_package||'ins';
374: --
375: Begin
376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Call conversion function to turn arguments into the
379: -- p_rec structure.
380: --

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

401: p_component_name := l_rec.component_name;
402: p_solution_type_name := l_rec.solution_type_name;
403: p_object_version_number := l_rec.object_version_number;
404: --
405: hr_utility.set_location(' Leaving:'||l_proc, 10);
406: End ins;
407: --
408: end per_scn_ins;