DBA Data[Home] [Help]

APPS.GHR_NLA_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

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

72: valid_second_lac_flag = p_rec.valid_second_lac_flag
73: where noac_la_id = p_rec.noac_la_id;
74: --
75: --
76: hr_utility.set_location(' Leaving:'||l_proc, 10);
77: --
78: Exception
79: When hr_api.check_integrity_violated Then
80: -- A check constraint has been violated

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

128: --
129: l_proc varchar2(72) := g_package||'pre_update';
130: --
131: Begin
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: hr_utility.set_location(' Leaving:'||l_proc, 10);
135: End pre_update;
136: --

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

130: --
131: Begin
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: hr_utility.set_location(' Leaving:'||l_proc, 10);
135: End pre_update;
136: --
137: -- ----------------------------------------------------------------------------
138: -- |-----------------------------< post_update >------------------------------|

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

171: --
172: l_proc varchar2(72) := g_package||'post_update';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: --
178: -- Start of API User Hook for post_update.
179: --

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

213: --
214: -- End of API User Hook for post_update.
215: --
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End post_update;
219: --
220: -- ----------------------------------------------------------------------------
221: -- |-----------------------------< convert_defs >-----------------------------|

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

265: l_proc varchar2(72) := g_package||'convert_defs';
266: --
267: Begin
268: --
269: hr_utility.set_location('Entering:'||l_proc, 5);
270: --
271: -- We must now examine each argument value in the
272: -- p_rec plsql record structure
273: -- to see if a system default is being used. If a system default

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

301: p_rec.valid_second_lac_flag :=
302: ghr_nla_shd.g_old_rec.valid_second_lac_flag;
303: End If;
304: --
305: hr_utility.set_location(' Leaving:'||l_proc, 10);
306: --
307: End convert_defs;
308: --
309: -- ----------------------------------------------------------------------------

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

317: --
318: l_proc varchar2(72) := g_package||'upd';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: -- We must lock the row which we need to update.
324: --
325: ghr_nla_shd.lck

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

372: l_rec ghr_nla_shd.g_rec_type;
373: l_proc varchar2(72) := g_package||'upd';
374: --
375: Begin
376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Call conversion function to turn arguments into the
379: -- l_rec structure.
380: --

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

399: upd(
400: p_effective_date,l_rec);
401: p_object_version_number := l_rec.object_version_number;
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;
405: --
406: end ghr_nla_upd;