DBA Data[Home] [Help]

APPS.PQH_TTL_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: -- Added the following code as a part of Zero Downtime Patching Project.
55: -- Code Starts Here.
56: --

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

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

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

143: l_proc varchar2(72) := g_package||'pre_insert';
144: --
145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: --
150: -- Select the next sequence number
151: --

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

150: -- Select the next sequence number
151: --
152: p_rec.template_id := p_template_id;
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_insert;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_insert >------------------------------|

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

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

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

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

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

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

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

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

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

294: -- are specified as an OUT's we must set these values.
295: --
296: --
297: --
298: hr_utility.set_location(' Leaving:'||l_proc, 10);
299: End ins;
300: --
301: --
302: -- ----------------------------------------------------------------------------

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

322: l_proc varchar2(72) := g_package||'ins_tl';
323: --
324: begin
325: --
326: hr_utility.set_location(' Entering:'||l_proc, 10);
327: --
328: for l_lang in csr_ins_langs loop
329:
330: ins(p_template_id => p_template_id,

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

333: p_source_lang => p_language_code);
334: --
335: end loop;
336: --
337: hr_utility.set_location(' Leaving:'||l_proc, 20);
338: --
339: end ins_tl;
340: --
341: