DBA Data[Home] [Help]

APPS.HR_TPT_INS dependencies on HR_UTILITY

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

56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --
59: Begin
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: --
63: --
64: --

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

78: );
79: --
80: --
81: --
82: hr_utility.set_location(' Leaving:'||l_proc, 10);
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated
86: --

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

145: --
146: l_proc varchar2(72) := g_package||'pre_insert';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: p_rec.tab_page_property_id := p_tab_page_property_id;
152: --
153: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: p_rec.tab_page_property_id := p_tab_page_property_id;
152: --
153: hr_utility.set_location(' Leaving:'||l_proc, 10);
154: End pre_insert;
155: --
156: -- ----------------------------------------------------------------------------
157: -- |-----------------------------< 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: begin
197: --
198: hr_tpt_rki.after_insert
199: (p_tab_page_property_id

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

215: ,p_hook_type => 'AI');
216: --
217: end;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End post_insert;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |---------------------------------< ins >----------------------------------|

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

229: --
230: l_proc varchar2(72) := g_package||'ins';
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: --
235: -- Call the supporting insert validate operations
236: --
237: hr_tpt_bus.insert_validate

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

254: hr_tpt_ins.post_insert
255: (p_rec
256: );
257: --
258: hr_utility.set_location('Leaving:'||l_proc, 20);
259: end ins;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |---------------------------------< ins >----------------------------------|

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

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

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

297: -- are specified as an OUT's we must set these values.
298: --
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: --
324: l_proc varchar2(72) := g_package || 'ins_tl';
325: --
326: Begin
327: hr_utility.set_location('Entering:'||l_proc,10);
328: --
329: -- Insert a row for the base language and every installed language.
330: --
331: for l_lang in csr_ins_langs loop

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

336: ,p_label => p_label
337: );
338: end loop;
339: --
340: hr_utility.set_location('Leaving:'||l_proc,20);
341: End ins_tl;
342: --
343: end hr_tpt_ins;