DBA Data[Home] [Help]

APPS.BEN_PUM_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_pum_shd.g_api_dml := true; -- Set the api dml status
62: --

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

96: );
97: --
98: ben_pum_shd.g_api_dml := false; -- Unset the api dml status
99: --
100: hr_utility.set_location(' Leaving:'||l_proc, 10);
101: Exception
102: When hr_api.check_integrity_violated Then
103: -- A check constraint has been violated
104: ben_pum_shd.g_api_dml := false; -- Unset the api dml status

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

162: --
163: Cursor C_Sel1 is select ben_pop_up_messages_s.nextval from sys.dual;
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: --
169: -- Select the next sequence number
170: --

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

171: Open C_Sel1;
172: Fetch C_Sel1 Into p_rec.pop_up_messages_id;
173: Close C_Sel1;
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_insert;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_insert >------------------------------|

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

212: --
213: l_proc varchar2(72) := g_package||'post_insert';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: --
219: -- Start of API User Hook for post_insert.
220: --

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

251: --
252: -- End of API User Hook for post_insert.
253: --
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: End post_insert;
257: --
258: -- ----------------------------------------------------------------------------
259: -- |---------------------------------< ins >----------------------------------|

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

266: --
267: l_proc varchar2(72) := g_package||'ins';
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: -- Call the supporting insert validate operations
273: --
274: ben_pum_bus.insert_validate(p_rec

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

313: l_rec ben_pum_shd.g_rec_type;
314: l_proc varchar2(72) := g_package||'ins';
315: --
316: Begin
317: hr_utility.set_location('Entering:'||l_proc, 5);
318: --
319: -- Call conversion function to turn arguments into the
320: -- p_rec structure.
321: --

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

349: --
350: p_pop_up_messages_id := l_rec.pop_up_messages_id;
351: p_object_version_number := l_rec.object_version_number;
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End ins;
355: --
356: end ben_pum_ins;