DBA Data[Home] [Help]

APPS.PQH_CTL_INS dependencies on HR_UTILITY

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

48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: --
54: --
55: --
56: -- Added the following code as a part of Zero Downtime Patching Project.

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

83: p_rec.source_lang
84: );
85: --
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: Exception
89: When hr_api.check_integrity_violated Then
90: -- A check constraint has been violated
91: pqh_ctl_shd.constraint_error

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

146: --
147: --
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --
152: --
153: p_rec.transaction_category_id := p_transaction_category_id;
154: --

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

151: --
152: --
153: p_rec.transaction_category_id := p_transaction_category_id;
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_insert;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< post_insert >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_insert';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: --
198: -- Start of API User Hook for post_insert.
199: --

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

219: --
220: -- End of API User Hook for post_insert.
221: --
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: End post_insert;
225: --
226: -- ----------------------------------------------------------------------------
227: -- |---------------------------------< ins >----------------------------------|

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

234: --
235: l_proc varchar2(72) := g_package||'ins';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: -- Call the supporting insert validate operations
241: --
242: pqh_ctl_bus.insert_validate(p_rec);

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

269: l_rec pqh_ctl_shd.g_rec_type;
270: l_proc varchar2(72) := g_package||'ins';
271: --
272: Begin
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: --
275: -- Call conversion function to turn arguments into the
276: -- p_rec structure.
277: --

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

290: ins(p_rec => l_rec,
291: p_transaction_category_id => p_transaction_category_id);
292: --
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End ins;
296: --
297: -- ----------------------------------------------------------------------------
298: -- |------------------------------< ins_tl >----------------------------------|

Line 318: hr_utility.set_location(' Entering:'||l_proc, 10);

314: l_proc varchar2(72) := g_package||'ins_tl';
315: --
316: begin
317: --
318: hr_utility.set_location(' Entering:'||l_proc, 10);
319: --
320: for l_lang in csr_ins_langs loop
321:
322: ins(p_transaction_category_id => p_transaction_category_id,

Line 329: hr_utility.set_location(' Leaving:'||l_proc, 20);

325: p_source_lang => p_language_code);
326: --
327: end loop;
328: --
329: hr_utility.set_location(' Leaving:'||l_proc, 20);
330: --
331: end ins_tl;
332: --
333: end pqh_ctl_ins;