DBA Data[Home] [Help]

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

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

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

147: l_proc varchar2(72) := g_package||'pre_insert';
148: --
149: --
150: Begin
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: --
154: -- Select the next sequence number
155: --

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

154: -- Select the next sequence number
155: --
156: p_rec.rule_set_id := p_rule_set_id;
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_insert;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |-----------------------------< post_insert >------------------------------|

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

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

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

223: --
224: -- End of API User Hook for post_insert.
225: --
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End post_insert;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |---------------------------------< ins >----------------------------------|

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

238: --
239: l_proc varchar2(72) := g_package||'ins';
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: -- Call the supporting insert validate operations
245: --
246: pqh_rtl_bus.insert_validate(p_rec);

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

274: l_rec pqh_rtl_shd.g_rec_type;
275: l_proc varchar2(72) := g_package||'ins';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: -- Call conversion function to turn arguments into the
281: -- p_rec structure.
282: --

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

297: ins(p_rec => l_rec,
298: p_rule_set_id => p_rule_set_id);
299: --
300: --
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: End ins;
303: --
304: -- ----------------------------------------------------------------------------
305: -- |------------------------------< ins_tl >----------------------------------|

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

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

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

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