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

110: );
111: --
112: --
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --

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

184: l_proc varchar2(72) := g_package||'pre_insert';
185: l_exists varchar2(1);
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: If (per_scn_ins.g_solution_id_i is not null or
191: per_scn_ins.g_component_name_i is not null or
192: per_scn_ins.g_solution_type_name_i is not null) Then

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

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

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

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

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

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

Line 227: hr_utility.raise_error;

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

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

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

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

268: --
269: l_proc varchar2(72) := g_package||'post_insert';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: begin
274: --
275: per_scn_rki.after_insert
276: (p_solution_id

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

294: ,p_hook_type => 'AI');
295: --
296: end;
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 10);
299: End post_insert;
300: --
301: -- ----------------------------------------------------------------------------
302: -- |---------------------------------< ins >----------------------------------|

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

307: --
308: l_proc varchar2(72) := g_package||'ins';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- Call the supporting insert validate operations
314: --
315: per_scn_bus.insert_validate

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

335: --
336: -- Call to raise any errors on multi-message list
337: hr_multi_message.end_validation_set;
338: --
339: hr_utility.set_location('Leaving:'||l_proc, 20);
340: end ins;
341: --
342: -- ----------------------------------------------------------------------------
343: -- |---------------------------------< ins >----------------------------------|

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

353: l_rec per_scn_shd.g_rec_type;
354: l_proc varchar2(72) := g_package||'ins';
355: --
356: Begin
357: hr_utility.set_location('Entering:'||l_proc, 5);
358: --
359: -- Call conversion function to turn arguments into the
360: -- p_rec structure.
361: --

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

382: p_component_name := l_rec.component_name;
383: p_solution_type_name := l_rec.solution_type_name;
384: p_object_version_number := l_rec.object_version_number;
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: End ins;
388: --
389: end per_scn_ins;