DBA Data[Home] [Help]

APPS.PSP_PFB_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: psp_pfb_ins.g_period_frequency_id_i := p_period_frequency_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: psp_pfb_ins.g_period_frequency_id_i := p_period_frequency_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: psp_pfb_shd.g_api_dml := true; -- Set the api dml status
86: --

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

104: );
105: --
106: psp_pfb_shd.g_api_dml := false; -- Unset the api dml status
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: psp_pfb_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

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

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

257: --
258: l_proc varchar2(72) := g_package||'post_insert';
259: --
260: Begin
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: begin
263: --
264: psp_pfb_rki.after_insert
265: (p_period_frequency_id

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

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

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

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

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

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

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

345: l_rec psp_pfb_shd.g_rec_type;
346: l_proc varchar2(72) := g_package||'ins';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: -- Call conversion function to turn arguments into the
352: -- p_rec structure.
353: --

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

373: --
374: p_period_frequency_id := l_rec.period_frequency_id;
375: p_object_version_number := l_rec.object_version_number;
376: --
377: hr_utility.set_location(' Leaving:'||l_proc, 10);
378: End ins;
379: --
380: end psp_pfb_ins;