DBA Data[Home] [Help]

APPS.GHR_CST_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_cst_ins.g_compl_agency_cost_id_i := p_compl_agency_cost_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_cst_ins.g_compl_agency_cost_id_i := p_compl_agency_cost_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 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 189: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

383: --
384: p_compl_agency_cost_id := l_rec.compl_agency_cost_id;
385: p_object_version_number := l_rec.object_version_number;
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 10);
388: End ins;
389: --
390: end ghr_cst_ins;