DBA Data[Home] [Help]

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

84: master_table_route_id = p_rec.master_table_route_id
85: where transaction_category_id = p_rec.transaction_category_id;
86: --
87: --
88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: --
90: Exception
91: When hr_api.check_integrity_violated Then
92: -- A check constraint has been violated

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

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

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

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

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

183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: --
190: -- Start of API User Hook for post_update.
191: --

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

249: --
250: -- End of API User Hook for post_update.
251: --
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 10);
254: End post_update;
255: --
256: -- ----------------------------------------------------------------------------
257: -- |-----------------------------< convert_defs >-----------------------------|

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

301: l_proc varchar2(72) := g_package||'convert_defs';
302: --
303: Begin
304: --
305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: -- We must now examine each argument value in the
308: -- p_rec plsql record structure
309: -- to see if a system default is being used. If a system default

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

385: p_rec.master_table_route_id :=
386: pqh_tct_shd.g_old_rec.master_table_route_id;
387: End If;
388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: --
391: End convert_defs;
392: --
393: -- ----------------------------------------------------------------------------

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

401: --
402: l_proc varchar2(72) := g_package||'upd';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- We must lock the row which we need to update.
408: --
409: pqh_tct_shd.lck

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

468: l_rec pqh_tct_shd.g_rec_type;
469: l_proc varchar2(72) := g_package||'upd';
470: --
471: Begin
472: hr_utility.set_location('Entering:'||l_proc, 5);
473: --
474: -- Call conversion function to turn arguments into the
475: -- l_rec structure.
476: --

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

507: upd(
508: p_effective_date,l_rec);
509: p_object_version_number := l_rec.object_version_number;
510: --
511: hr_utility.set_location(' Leaving:'||l_proc, 10);
512: End upd;
513: --
514: end pqh_tct_upd;