DBA Data[Home] [Help]

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

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

96: );
97: --
98: hr_ahc_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: hr_ahc_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 hr_api_hook_calls_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.api_hook_call_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 215: hr_utility.set_location('Entering:'||l_proc, 5);

211: --
212: l_proc varchar2(72) := g_package||'post_insert';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End post_insert;
219: --

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

213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End post_insert;
219: --
220: -- ----------------------------------------------------------------------------
221: -- |---------------------------------< ins >----------------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'ins';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- Call the supporting insert validate operations
235: --
236: hr_ahc_bus.insert_validate(p_rec, p_effective_date);

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

273: l_rec hr_ahc_shd.g_rec_type;
274: l_proc varchar2(72) := g_package||'ins';
275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: --
279: -- Call conversion function to turn arguments into the
280: -- p_rec structure.
281: --

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

308: --
309: p_api_hook_call_id := l_rec.api_hook_call_id;
310: p_object_version_number := l_rec.object_version_number;
311: --
312: hr_utility.set_location(' Leaving:'||l_proc, 10);
313: End ins;
314: --
315: end hr_ahc_ins;