DBA Data[Home] [Help]

APPS.HXC_HAS_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_has_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_has_shd.g_api_dml := true; -- Set the api dml status

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

103: --
104: hxc_has_shd.g_api_dml := false; -- Unset the api dml status
105: --
106: if g_debug then
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: end if;
109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated

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

174: --
175: Begin
176: if g_debug then
177: l_proc := g_package||'pre_insert';
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: end if;
180: --
181: --
182: -- Select the next sequence number

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

185: Fetch C_Sel1 Into p_rec.approval_style_id;
186: Close C_Sel1;
187: --
188: if g_debug then
189: hr_utility.set_location(' Leaving:'||l_proc, 10);
190: end if;
191: End pre_insert;
192: --
193: -- ----------------------------------------------------------------------------

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

230: --
231: Begin
232: if g_debug then
233: l_proc:= g_package||'post_insert';
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: end if;
236: begin
237: --
238: hxc_has_rki.after_insert

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

266: --
267: end;
268: --
269: if g_debug then
270: hr_utility.set_location(' Leaving:'||l_proc, 10);
271: end if;
272: End post_insert;
273: --
274: -- ----------------------------------------------------------------------------

Line 284: g_debug:=hr_utility.debug_enabled;

280: --
281: l_proc varchar2(72);
282: --
283: Begin
284: g_debug:=hr_utility.debug_enabled;
285: if g_debug then
286: l_proc := g_package||'ins';
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: end if;

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

283: Begin
284: g_debug:=hr_utility.debug_enabled;
285: if g_debug then
286: l_proc := g_package||'ins';
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: end if;
289: --
290: -- Call the supporting insert validate operations
291: --

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

307: (p_rec
308: );
309: --
310: if g_debug then
311: hr_utility.set_location('Leaving:'||l_proc, 20);
312: end if;
313: end ins;
314: --
315: -- ----------------------------------------------------------------------------

Line 334: g_debug:=hr_utility.debug_enabled;

330: l_rec hxc_has_shd.g_rec_type;
331: l_proc varchar2(72);
332: --
333: Begin
334: g_debug:=hr_utility.debug_enabled;
335: if g_debug then
336: l_proc := g_package||'ins';
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: end if;

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

333: Begin
334: g_debug:=hr_utility.debug_enabled;
335: if g_debug then
336: l_proc := g_package||'ins';
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: end if;
339: --
340: -- Call conversion function to turn arguments into the
341: -- p_rec structure.

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

366: p_approval_style_id := l_rec.approval_style_id;
367: p_object_version_number := l_rec.object_version_number;
368: --
369: if g_debug then
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: end if;
372: End ins;
373: --
374: end hxc_has_ins;