DBA Data[Home] [Help]

APPS.GHR_CAD_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_cad_ins.g_compl_adr_id_i := p_compl_adr_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_cad_ins.g_compl_adr_id_i := p_compl_adr_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 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 193: hr_utility.set_location('Entering:'||l_proc, 5);

189: l_proc varchar2(72) := g_package||'pre_insert';
190: l_exists varchar2(1);
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: If (ghr_cad_ins.g_compl_adr_id_i is not null) Then
196: --
197: -- Verify registered primary key values not already in use

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

225: Fetch C_Sel1 Into p_rec.compl_adr_id;
226: Close C_Sel1;
227: End If;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End pre_insert;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< 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:
274: begin
275: --
276: ghr_cad_rki.after_insert

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

298: --
299: end;
300:
301: --
302: hr_utility.set_location(' Leaving:'||l_proc, 10);
303: End post_insert;
304: --
305: -- ----------------------------------------------------------------------------
306: -- |---------------------------------< ins >----------------------------------|

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

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

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

336: (p_effective_date
337: ,p_rec
338: );
339: --
340: hr_utility.set_location('Leaving:'||l_proc, 20);
341: end ins;
342: --
343: -- ----------------------------------------------------------------------------
344: -- |---------------------------------< ins >----------------------------------|

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

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

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

395: --
396: p_compl_adr_id := l_rec.compl_adr_id;
397: p_object_version_number := l_rec.object_version_number;
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 10);
400: End ins;
401: --
402: end ghr_cad_ins;