DBA Data[Home] [Help]

APPS.PER_SSB_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_ssb_ins.g_setup_sub_task_code_i := p_setup_sub_task_code;
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_ssb_ins.g_setup_sub_task_code_i := p_setup_sub_task_code;
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 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_ssb_ins.g_setup_sub_task_code_i is not null) Then
195: --
196: -- Verify registered primary key values not already in use

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

216: Else
217: --
218: -- No registerd key values, so raise error
219: --
220: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
221: hr_utility.set_message_token('API_NAME', g_package);
222: hr_utility.set_message_token('ARGUMENT', 'SETUP_SUB_TASK_CODE');
223: hr_utility.raise_error;
224:

Line 221: hr_utility.set_message_token('API_NAME', g_package);

217: --
218: -- No registerd key values, so raise error
219: --
220: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
221: hr_utility.set_message_token('API_NAME', g_package);
222: hr_utility.set_message_token('ARGUMENT', 'SETUP_SUB_TASK_CODE');
223: hr_utility.raise_error;
224:
225: End If;

Line 222: hr_utility.set_message_token('ARGUMENT', 'SETUP_SUB_TASK_CODE');

218: -- No registerd key values, so raise error
219: --
220: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
221: hr_utility.set_message_token('API_NAME', g_package);
222: hr_utility.set_message_token('ARGUMENT', 'SETUP_SUB_TASK_CODE');
223: hr_utility.raise_error;
224:
225: End If;
226: --

Line 223: hr_utility.raise_error;

219: --
220: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
221: hr_utility.set_message_token('API_NAME', g_package);
222: hr_utility.set_message_token('ARGUMENT', 'SETUP_SUB_TASK_CODE');
223: hr_utility.raise_error;
224:
225: End If;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

223: hr_utility.raise_error;
224:
225: End If;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228:
229: End pre_insert;
230: --
231: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

364: l_rec per_ssb_shd.g_rec_type;
365: l_proc varchar2(72) := g_package||'ins';
366: --
367: Begin
368: hr_utility.set_location('Entering:'||l_proc, 5);
369: --
370: -- Call conversion function to turn arguments into the
371: -- p_rec structure.
372: --

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

398: --
399:
400: p_object_version_number := l_rec.object_version_number;
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End ins;
404: --
405: end per_ssb_ins;