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 135: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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

Line 245: hr_utility.raise_error;

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

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

244: hr_utility.set_message_token('ARGUMENT', 'base_key_value');
245: hr_utility.raise_error;
246: End If;
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 10);
249: End pre_insert;
250: --
251: -- ----------------------------------------------------------------------------
252: -- |-----------------------------< 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_stc_rki.after_insert
295: (p_effective_date => p_effective_date

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

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

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

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

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

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

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

386: l_rec per_stc_shd.g_rec_type;
387: l_proc varchar2(72) := g_package||'ins';
388: --
389: Begin
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- Call conversion function to turn arguments into the
393: -- p_rec structure.
394: --

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

419: p_solution_type_name := l_rec.solution_type_name;
420: p_legislation_code := l_rec.legislation_code;
421: p_object_version_number := l_rec.object_version_number;
422: --
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: End ins;
425: --
426: end per_stc_ins;