DBA Data[Home] [Help]

APPS.BEN_XWC_INS dependencies on HR_UTILITY

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

109: --
110: l_proc varchar2(72) := g_package||'insert_dml';
111: --
112: Begin
113: hr_utility.set_location('Entering:'||l_proc, 5);
114: p_rec.object_version_number := 1; -- Initialise the object version
115: --
116: ben_xwc_shd.g_api_dml := true; -- Set the api dml status
117: --

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

159: );
160: --
161: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: Exception
165: When hr_api.check_integrity_violated Then
166: -- A check constraint has been violated
167: ben_xwc_shd.g_api_dml := false; -- Unset the api dml status

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

225: --
226: Cursor C_Sel1 is select ben_ext_where_clause_s.nextval from sys.dual;
227: --
228: Begin
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: --
232: -- Select the next sequence number
233: --

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

234: Open C_Sel1;
235: Fetch C_Sel1 Into p_rec.ext_where_clause_id;
236: Close C_Sel1;
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End pre_insert;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |-----------------------------< post_insert >------------------------------|

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

275: --
276: l_proc varchar2(72) := g_package||'post_insert';
277: --
278: Begin
279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: --
282: -- insert ownerships if applicable
283: --

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

317: --
318: -- End of API User Hook for post_insert.
319: --
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: End post_insert;
323: --
324: -- ----------------------------------------------------------------------------
325: -- |---------------------------------< ins >----------------------------------|

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

332: --
333: l_proc varchar2(72) := g_package||'ins';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- Call the supporting insert validate operations
339: --
340: ben_xwc_bus.insert_validate(p_rec

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

383: l_rec ben_xwc_shd.g_rec_type;
384: l_proc varchar2(72) := g_package||'ins';
385: --
386: Begin
387: hr_utility.set_location('Entering:'||l_proc, 5);
388: --
389: -- Call conversion function to turn arguments into the
390: -- p_rec structure.
391: --

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

423: --
424: p_ext_where_clause_id := l_rec.ext_where_clause_id;
425: p_object_version_number := l_rec.object_version_number;
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End ins;
429: --
430: end ben_xwc_ins;