DBA Data[Home] [Help]

APPS.HR_SNP_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: hr_snp_ins.g_snapshot_id_i := p_snapshot_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: hr_snp_ins.g_snapshot_id_i := p_snapshot_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;--
30: --
31: -- ----------------------------------------------------------------------------
32: -- |------------------------------< insert_dml >------------------------------|

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

79: --
80: l_proc varchar2(72) := g_package||'insert_dml';
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: p_rec.object_version_number := 1; -- Initialise the object version
85: --
86: --
87: --

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

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

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

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

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

213: Fetch C_Sel1 Into p_rec.snapshot_id;
214: Close C_Sel1;
215: End If;
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End pre_insert;
219: --
220: -- ----------------------------------------------------------------------------
221: -- |-----------------------------< post_insert >------------------------------|

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

255: --
256: l_proc varchar2(72) := g_package||'post_insert';
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: begin
261: --
262: /*hr_snp_rki.after_insert
263: (p_snapshot_id

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

281: ,p_hook_type => 'AI');
282: --
283: end;
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: End post_insert;
287: --
288: -- ----------------------------------------------------------------------------
289: -- |---------------------------------< 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: hr_snp_bus.insert_validate

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

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

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

341: l_rec hr_snp_shd.g_rec_type;
342: l_proc varchar2(72) := g_package||'ins';
343: --
344: Begin
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: -- Call conversion function to turn arguments into the
348: -- p_rec structure.
349: --

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

368: --
369: p_snapshot_id := l_rec.snapshot_id;
370: p_object_version_number := l_rec.object_version_number;
371: --
372: hr_utility.set_location(' Leaving:'||l_proc, 10);
373: End ins;
374: --
375: end hr_snp_ins;