DBA Data[Home] [Help]

APPS.GHR_CBA_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: ghr_cba_ins.g_compl_basis_id_i := p_compl_basis_id;
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: ghr_cba_ins.g_compl_basis_id_i := p_compl_basis_id;
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 112: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

262: --
263: l_proc varchar2(72) := g_package||'post_insert';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);
267: begin
268: --
269: ghr_cba_rki.after_insert
270: (p_effective_date => p_effective_date

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

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

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

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

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

325: (p_effective_date
326: ,p_rec
327: );
328: --
329: hr_utility.set_location('Leaving:'||l_proc, 20);
330: end ins;
331: --
332: -- ----------------------------------------------------------------------------
333: -- |---------------------------------< ins >----------------------------------|

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

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

378: --
379: p_compl_basis_id := l_rec.compl_basis_id;
380: p_object_version_number := l_rec.object_version_number;
381: --
382: hr_utility.set_location(' Leaving:'||l_proc, 10);
383: End ins;
384: --
385: end ghr_cba_ins;