DBA Data[Home] [Help]

APPS.HXC_APS_INS dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_aps_ins.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< insert_dml >------------------------------|
13: -- ----------------------------------------------------------------------------

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

59: --
60: Begin
61: if g_debug then
62: l_proc:= g_package||'insert_dml';
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: end if;
65: p_rec.object_version_number := 1; -- Initialise the object version
66: --
67: hxc_aps_shd.g_api_dml := true; -- Set the api dml status

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

91: --
92: hxc_aps_shd.g_api_dml := false; -- Unset the api dml status
93: --
94: if g_debug then
95: hr_utility.set_location(' Leaving:'||l_proc, 10);
96: end if;
97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated

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

162: --
163: Begin
164: if g_debug then
165: l_proc:= g_package||'pre_insert';
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: end if;
168: --
169: --
170: -- Select the next sequence number

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

173: Fetch C_Sel1 Into p_rec.approval_period_set_id;
174: Close C_Sel1;
175: --
176: if g_debug then
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: end if;
179: End pre_insert;
180: --
181: -- ----------------------------------------------------------------------------

Line 220: g_debug:=hr_utility.debug_enabled;

216: --
217: l_proc varchar2(72);
218: --
219: Begin
220: g_debug:=hr_utility.debug_enabled;
221: if g_debug then
222: l_proc:= g_package||'post_insert';
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: end if;

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

219: Begin
220: g_debug:=hr_utility.debug_enabled;
221: if g_debug then
222: l_proc:= g_package||'post_insert';
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: end if;
225: begin
226: --
227: hxc_aps_rki.after_insert

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

243: --
244: end;
245: --
246: if g_debug then
247: hr_utility.set_location(' Leaving:'||l_proc, 10);
248: end if;
249: End post_insert;
250: --
251: -- ----------------------------------------------------------------------------

Line 261: g_debug:=hr_utility.debug_enabled;

257: --
258: l_proc varchar2(72);
259: --
260: Begin
261: g_debug:=hr_utility.debug_enabled;
262: if g_debug then
263: l_proc:= g_package||'ins';
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: end if;

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

260: Begin
261: g_debug:=hr_utility.debug_enabled;
262: if g_debug then
263: l_proc:= g_package||'ins';
264: hr_utility.set_location('Entering:'||l_proc, 5);
265: end if;
266: --
267: -- Call the supporting insert validate operations
268: --

Line 288: hr_utility.set_location('Leaving:'||l_proc, 20);

284: (p_rec
285: );
286: --
287: if g_debug then
288: hr_utility.set_location('Leaving:'||l_proc, 20);
289: end if;
290: end ins;
291: --
292: -- ----------------------------------------------------------------------------

Line 305: g_debug:=hr_utility.debug_enabled;

301: l_rec hxc_aps_shd.g_rec_type;
302: l_proc varchar2(72);
303: --
304: Begin
305: g_debug:=hr_utility.debug_enabled;
306: if g_debug then
307: l_proc := g_package||'ins';
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: end if;

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

304: Begin
305: g_debug:=hr_utility.debug_enabled;
306: if g_debug then
307: l_proc := g_package||'ins';
308: hr_utility.set_location('Entering:'||l_proc, 5);
309: end if;
310: --
311: -- Call conversion function to turn arguments into the
312: -- p_rec structure.

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

331: p_approval_period_set_id := l_rec.approval_period_set_id;
332: p_object_version_number := l_rec.object_version_number;
333: --
334: if g_debug then
335: hr_utility.set_location(' Leaving:'||l_proc, 10);
336: end if;
337: End ins;
338: --
339: end hxc_aps_ins;