DBA Data[Home] [Help]

APPS.PER_WBI_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_wbi_ins.g_workbench_item_code_i := p_workbench_item_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_wbi_ins.g_workbench_item_code_i := p_workbench_item_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 110: hr_utility.set_location(' Leaving:'||l_proc, 10);

106: );
107: --
108: --
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 10);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --

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

180: l_proc varchar2(72) := g_package||'pre_insert';
181: l_exists varchar2(1);
182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: If (per_wbi_ins.g_workbench_item_code_i is not null) Then
187: --
188: -- Verify registered primary key values not already in use

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

208: Else
209: --
210: -- No registerd key values, so raise error
211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'workbench_item_code');
215: hr_utility.raise_error;
216:

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

209: --
210: -- No registerd key values, so raise error
211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'workbench_item_code');
215: hr_utility.raise_error;
216:
217: End If;

Line 214: hr_utility.set_message_token('ARGUMENT', 'workbench_item_code');

210: -- No registerd key values, so raise error
211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'workbench_item_code');
215: hr_utility.raise_error;
216:
217: End If;
218: --

Line 215: hr_utility.raise_error;

211: --
212: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
213: hr_utility.set_message_token('API_NAME', g_package);
214: hr_utility.set_message_token('ARGUMENT', 'workbench_item_code');
215: hr_utility.raise_error;
216:
217: End If;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

215: hr_utility.raise_error;
216:
217: End If;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End pre_insert;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |-----------------------------< post_insert >------------------------------|

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

258: --
259: l_proc varchar2(72) := g_package||'post_insert';
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: begin
264: --
265: per_wbi_rki.after_insert
266: (p_effective_date => p_effective_date

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

282: ,p_hook_type => 'AI');
283: --
284: end;
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End post_insert;
288: --
289: -- ----------------------------------------------------------------------------
290: -- |---------------------------------< ins >----------------------------------|

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

296: --
297: l_proc varchar2(72) := g_package||'ins';
298: --
299: Begin
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: --
302: -- Call the supporting insert validate operations
303: --
304: per_wbi_bus.insert_validate

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

326: --
327: -- Call to raise any errors on multi-message list
328: hr_multi_message.end_validation_set;
329: --
330: hr_utility.set_location('Leaving:'||l_proc, 20);
331: end ins;
332: --
333: -- ----------------------------------------------------------------------------
334: -- |---------------------------------< ins >----------------------------------|

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

347: l_rec per_wbi_shd.g_rec_type;
348: l_proc varchar2(72) := g_package||'ins';
349: --
350: Begin
351: hr_utility.set_location('Entering:'||l_proc, 5);
352: --
353: -- Call conversion function to turn arguments into the
354: -- p_rec structure.
355: --

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

377: --
378: p_workbench_item_code := l_rec.workbench_item_code;
379: p_object_version_number := l_rec.object_version_number;
380: --
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: End ins;
383: --
384: end per_wbi_ins;