DBA Data[Home] [Help]

APPS.PER_SLT_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_slt_ins.g_solution_type_name_i := p_solution_type_name;
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_slt_ins.g_solution_type_name_i := p_solution_type_name;
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: --
86: --

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

100: );
101: --
102: --
103: --
104: hr_utility.set_location(' Leaving:'||l_proc, 10);
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --

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

172: l_proc varchar2(72) := g_package||'pre_insert';
173: l_exists varchar2(1);
174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: --
178: If (per_slt_ins.g_solution_type_name_i is not null) Then
179: --
180: -- Verify registered primary key values not already in use

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

196: --
197: p_rec.solution_type_name := per_slt_ins.g_solution_type_name_i;
198: per_slt_ins.g_solution_type_name_i := null;
199: Else
200: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
201: hr_utility.set_message_token('API_NAME', 'per_slt_ins');
202: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
203: hr_utility.raise_error;
204: End If;

Line 201: hr_utility.set_message_token('API_NAME', 'per_slt_ins');

197: p_rec.solution_type_name := per_slt_ins.g_solution_type_name_i;
198: per_slt_ins.g_solution_type_name_i := null;
199: Else
200: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
201: hr_utility.set_message_token('API_NAME', 'per_slt_ins');
202: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
203: hr_utility.raise_error;
204: End If;
205: --

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

198: per_slt_ins.g_solution_type_name_i := null;
199: Else
200: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
201: hr_utility.set_message_token('API_NAME', 'per_slt_ins');
202: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
203: hr_utility.raise_error;
204: End If;
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 203: hr_utility.raise_error;

199: Else
200: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
201: hr_utility.set_message_token('API_NAME', 'per_slt_ins');
202: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
203: hr_utility.raise_error;
204: End If;
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End pre_insert;

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

202: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
203: hr_utility.raise_error;
204: End If;
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End pre_insert;
208: --
209: -- ----------------------------------------------------------------------------
210: -- |-----------------------------< post_insert >------------------------------|

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

245: --
246: l_proc varchar2(72) := g_package||'post_insert';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: begin
251: --
252: per_slt_rki.after_insert
253: (p_effective_date => p_effective_date

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

270: ,p_hook_type => 'AI');
271: --
272: end;
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End post_insert;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |---------------------------------< ins >----------------------------------|

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

284: --
285: l_proc varchar2(72) := g_package||'ins';
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);
289: --
290: -- Call the supporting insert validate operations
291: --
292: per_slt_bus.insert_validate

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

314: --
315: -- Call to raise any errors on multi-message list
316: hr_multi_message.end_validation_set;
317: --
318: hr_utility.set_location('Leaving:'||l_proc, 20);
319: end ins;
320: --
321: -- ----------------------------------------------------------------------------
322: -- |---------------------------------< ins >----------------------------------|

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

332: l_rec per_slt_shd.g_rec_type;
333: l_proc varchar2(72) := g_package||'ins';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- Call conversion function to turn arguments into the
339: -- p_rec structure.
340: --

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

358: -- are specified as an OUT's we must set these values.
359: --
360: p_object_version_number := l_rec.object_version_number;
361: --
362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: End ins;
364: --
365: end per_slt_ins;