DBA Data[Home] [Help]

APPS.PQP_DET_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: pqp_det_shd.g_api_dml := true; -- Set the api dml status
62: --

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

120: );
121: --
122: pqp_det_shd.g_api_dml := false; -- Unset the api dml status
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: pqp_det_shd.g_api_dml := false; -- Unset the api dml status

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

186: --
187: Cursor C_Sel1 is select pqp_analyzed_alien_details_s.nextval from sys.dual;
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: --
193: -- Select the next sequence number
194: --

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

195: Open C_Sel1;
196: Fetch C_Sel1 Into p_rec.analyzed_data_details_id;
197: Close C_Sel1;
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End pre_insert;
201: --
202: -- ----------------------------------------------------------------------------
203: -- |-----------------------------< post_insert >------------------------------|

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

236: --
237: l_proc varchar2(72) := g_package||'post_insert';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: --
243: -- Start of API User Hook for post_insert.
244: --

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

287: --
288: -- End of API User Hook for post_insert.
289: --
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End post_insert;
293: --
294: -- ----------------------------------------------------------------------------
295: -- |---------------------------------< ins >----------------------------------|

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

302: --
303: l_proc varchar2(72) := g_package||'ins';
304: --
305: Begin
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --
308: -- Call the supporting insert validate operations
309: --
310: pqp_det_bus.insert_validate(p_rec

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

361: l_rec pqp_det_shd.g_rec_type;
362: l_proc varchar2(72) := g_package||'ins';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- Call conversion function to turn arguments into the
368: -- p_rec structure.
369: --

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

409: --
410: p_analyzed_data_details_id := l_rec.analyzed_data_details_id;
411: p_object_version_number := l_rec.object_version_number;
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 10);
414: End ins;
415: --
416: end pqp_det_ins;