DBA Data[Home] [Help]

APPS.PQH_WFS_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 77: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: End pre_update;
137: --
138: -- ----------------------------------------------------------------------------
139: -- |-----------------------------< 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 218: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

307: pqh_wfs_shd.g_old_rec.organization_id;
308: End If;
309:
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: --
313: End convert_defs;
314: --
315: -- ----------------------------------------------------------------------------

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

322: --
323: l_proc varchar2(72) := g_package||'upd';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: -- We must lock the row which we need to update.
329: --
330: pqh_wfs_shd.lck

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

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

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

402: --
403: upd(l_rec);
404: p_object_version_number := l_rec.object_version_number;
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 10);
407: End upd;
408: --
409: end pqh_wfs_upd;