DBA Data[Home] [Help]

APPS.HR_AMD_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: --
60: --
61: hr_amd_shd.g_api_dml := true; -- Set the api dml status
62: --

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

80: );
81: --
82: hr_amd_shd.g_api_dml := false; -- Unset the api dml status
83: --
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated
88: hr_amd_shd.g_api_dml := false; -- Unset the api dml status

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

146: --
147: Cursor C_Sel1 is select hr_api_modules_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: --
153: -- Select the next sequence number
154: --

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

155: Open C_Sel1;
156: Fetch C_Sel1 Into p_rec.api_module_id;
157: Close C_Sel1;
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: End pre_insert;
161: --
162: -- ----------------------------------------------------------------------------
163: -- |-----------------------------< post_insert >------------------------------|

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

195: --
196: l_proc varchar2(72) := g_package||'post_insert';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End post_insert;
203: --

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

197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End post_insert;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |---------------------------------< ins >----------------------------------|

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

212: --
213: l_proc varchar2(72) := g_package||'ins';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: -- Call the supporting insert validate operations
219: --
220: hr_amd_bus.insert_validate(p_rec, p_effective_date);

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

249: l_rec hr_amd_shd.g_rec_type;
250: l_proc varchar2(72) := g_package||'ins';
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: -- Call conversion function to turn arguments into the
256: -- p_rec structure.
257: --

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

276: --
277: p_api_module_id := l_rec.api_module_id;
278: --
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End ins;
282: --
283: end hr_amd_ins;