DBA Data[Home] [Help]

APPS.GHR_NLA_INS dependencies on HR_UTILITY

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

51: l_rec ghr_nla_shd.g_rec_type;
52: Begin
53: l_proc := g_package||'insert_dml';
54: l_rec := p_rec; -- NOCOPY changes
55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: ghr_noac_las

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

81: p_rec.valid_second_lac_flag
82: );
83: --
84: --
85: hr_utility.set_location(' Leaving:'||l_proc, 10);
86: Exception
87: When hr_api.check_integrity_violated Then
88: -- A check constraint has been violated
89: p_rec := l_rec;

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

150: l_rec ghr_nla_shd.g_rec_type;
151: Begin
152: l_proc := g_package||'pre_insert';
153: l_rec := p_rec;
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --
156: --
157: -- Select the next sequence number
158: --

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

159: Open C_Sel1;
160: Fetch C_Sel1 Into p_rec.noac_la_id;
161: Close C_Sel1;
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: exception
165: when others then -- NOCOPY changes
166: p_rec := l_rec;
167: raise;

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

205: l_proc varchar2(72) ;
206: --
207: Begin
208: l_proc := g_package||'post_insert';
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: --
212: -- Start of API User Hook for post_insert.
213: --

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

239: --
240: -- End of API User Hook for post_insert.
241: --
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: End post_insert;
245: --
246: -- ----------------------------------------------------------------------------
247: -- |---------------------------------< ins >----------------------------------|

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

257: --
258: Begin
259: l_proc := g_package||'ins';
260: l_rec := p_rec;
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: --
263: -- Call the supporting insert validate operations
264: --
265: ghr_nla_bus.insert_validate(p_rec

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

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

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

336: --
337: p_noac_la_id := l_rec.noac_la_id;
338: p_object_version_number := l_rec.object_version_number;
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: exception
342: when others then
343: p_noac_la_id := null;
344: p_object_version_number := null;