DBA Data[Home] [Help]

APPS.PER_STC_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_stc_ins.g_component_name_i := p_component_name;
31: per_stc_ins.g_solution_type_name_i := p_solution_type_name;
32: per_stc_ins.g_legislation_code_i := p_legislation_code;

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

30: per_stc_ins.g_component_name_i := p_component_name;
31: per_stc_ins.g_solution_type_name_i := p_solution_type_name;
32: per_stc_ins.g_legislation_code_i := p_legislation_code;
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 118: hr_utility.set_location(' Leaving:'||l_proc, 10);

114: );
115: --
116: --
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: --

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

188: l_proc varchar2(72) := g_package||'pre_insert';
189: l_exists varchar2(1);
190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: If (per_stc_ins.g_component_name_i is not null or
195: per_stc_ins.g_solution_type_name_i is not null or
196: per_stc_ins.g_legislation_code_i is not null) Then

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

221: Else
222: --
223: -- No registerd key values so raise an error
224: --
225: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
226: hr_utility.set_message_token('API_NAME', 'per_stc_ins');
227: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
228: hr_utility.raise_error;
229: End If;

Line 226: hr_utility.set_message_token('API_NAME', 'per_stc_ins');

222: --
223: -- No registerd key values so raise an error
224: --
225: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
226: hr_utility.set_message_token('API_NAME', 'per_stc_ins');
227: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
228: hr_utility.raise_error;
229: End If;
230: --

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

223: -- No registerd key values so raise an error
224: --
225: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
226: hr_utility.set_message_token('API_NAME', 'per_stc_ins');
227: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
228: hr_utility.raise_error;
229: End If;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 228: hr_utility.raise_error;

224: --
225: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
226: hr_utility.set_message_token('API_NAME', 'per_stc_ins');
227: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
228: hr_utility.raise_error;
229: End If;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: End pre_insert;

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

227: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
228: hr_utility.raise_error;
229: End If;
230: --
231: hr_utility.set_location(' Leaving:'||l_proc, 10);
232: End pre_insert;
233: --
234: -- ----------------------------------------------------------------------------
235: -- |-----------------------------< post_insert >------------------------------|

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

270: --
271: l_proc varchar2(72) := g_package||'post_insert';
272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: begin
276: --
277: per_stc_rki.after_insert
278: (p_effective_date => p_effective_date

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

303: ,p_hook_type => 'AI');
304: --
305: end;
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End post_insert;
309: --
310: -- ----------------------------------------------------------------------------
311: -- |---------------------------------< ins >----------------------------------|

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

317: --
318: l_proc varchar2(72) := g_package||'ins';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: -- Call the supporting insert validate operations
324: --
325: per_stc_bus.insert_validate

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

347: --
348: -- Call to raise any errors on multi-message list
349: hr_multi_message.end_validation_set;
350: --
351: hr_utility.set_location('Leaving:'||l_proc, 20);
352: end ins;
353: --
354: -- ----------------------------------------------------------------------------
355: -- |---------------------------------< ins >----------------------------------|

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

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

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

402: p_solution_type_name := l_rec.solution_type_name;
403: p_legislation_code := l_rec.legislation_code;
404: p_object_version_number := l_rec.object_version_number;
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 10);
407: End ins;
408: --
409: end per_stc_ins;