DBA Data[Home] [Help]

APPS.PAY_NCR_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

77: where net_calculation_rule_id = p_rec.net_calculation_rule_id;
78: --
79: pay_ncr_shd.g_api_dml := false; -- Unset the api dml status
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated

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

137: --
138: l_proc varchar2(72) := g_package||'pre_update';
139: --
140: Begin
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: --
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: End pre_update;
145: --

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

139: --
140: Begin
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: --
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: End pre_update;
145: --
146: -- ----------------------------------------------------------------------------
147: -- |-----------------------------< post_update >------------------------------|

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

179: --
180: l_proc varchar2(72) := g_package||'post_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: --
186: -- Start of API User Hook for post_update.
187: --

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

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

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

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

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

296: pay_ncr_shd.g_old_rec.date_input_value_id;
297: End If;
298:
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: --
302: End convert_defs;
303: --
304: -- ----------------------------------------------------------------------------

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

311: --
312: l_proc varchar2(72) := g_package||'upd';
313: --
314: Begin
315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: -- We must lock the row which we need to update.
318: --
319: pay_ncr_shd.lck

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

360: l_rec pay_ncr_shd.g_rec_type;
361: l_proc varchar2(72) := g_package||'upd';
362: --
363: Begin
364: hr_utility.set_location('Entering:'||l_proc, 5);
365: --
366: -- Call conversion function to turn arguments into the
367: -- l_rec structure.
368: --

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

384: --
385: upd(l_rec);
386: p_object_version_number := l_rec.object_version_number;
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End upd;
390: --
391: end pay_ncr_upd;