DBA Data[Home] [Help]

APPS.PER_RVR_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_rvr_ins.g_workbench_view_report_code_i := p_workbench_view_report_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_rvr_ins.g_workbench_view_report_code_i := p_workbench_view_report_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 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_rvr_ins.g_workbench_view_report_code_i is not null) Then
191: --
192: -- Verify registered primary key values not already in use

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

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

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

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

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

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

Line 219: hr_utility.raise_error;

215: --
216: hr_utility.set_message(801, 'HR_7207_API_MANDATORY_ARG');
217: hr_utility.set_message_token('API_NAME', g_package);
218: hr_utility.set_message_token('ARGUMENT', 'workbench_item_code');
219: hr_utility.raise_error;
220:
221: End If;
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

219: hr_utility.raise_error;
220:
221: End If;
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: End pre_insert;
225: --
226: -- ----------------------------------------------------------------------------
227: -- |-----------------------------< post_insert >------------------------------|

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

261: --
262: l_proc varchar2(72) := g_package||'post_insert';
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: begin
267: --
268: per_rvr_rki.after_insert
269: (p_workbench_item_code => p_rec.workbench_item_code

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

286: ,p_hook_type => 'AI');
287: --
288: end;
289: --
290: hr_utility.set_location(' Leaving:'||l_proc, 10);
291: End post_insert;
292: --
293: -- ----------------------------------------------------------------------------
294: -- |---------------------------------< ins >----------------------------------|

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

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

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

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

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

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

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

379: -- are specified as an OUT's we must set these values.
380: --
381: p_object_version_number := l_rec.object_version_number;
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: End ins;
385: --
386: end per_rvr_ins;