DBA Data[Home] [Help]

APPS.BEN_PSG_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: ben_psg_ins.g_pil_assignment_id_i := p_pil_assignment_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: ben_psg_ins.g_pil_assignment_id_i := p_pil_assignment_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: ben_psg_shd.g_api_dml := true; -- Set the api dml status
86: --

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

102: );
103: --
104: ben_psg_shd.g_api_dml := false; -- Unset the api dml status
105: --
106: hr_utility.set_location(' Leaving:'||l_proc, 10);
107: Exception
108: When hr_api.check_integrity_violated Then
109: -- A check constraint has been violated
110: ben_psg_shd.g_api_dml := false; -- Unset the api dml status

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 (ben_psg_ins.g_pil_assignment_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.pil_assignment_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: ben_psg_rki.after_insert
263: (p_pil_assignment_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 298: hr_utility.set_location('Entering:'||l_proc, 5);

294: --
295: l_proc varchar2(72) := g_package||'ins';
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: -- Call the supporting insert validate operations
301: --
302: ben_psg_bus.insert_validate

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

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

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

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

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

367: --
368: p_pil_assignment_id := l_rec.pil_assignment_id;
369: p_object_version_number := l_rec.object_version_number;
370: --
371: hr_utility.set_location(' Leaving:'||l_proc, 10);
372: End ins;
373: --
374: end ben_psg_ins;