DBA Data[Home] [Help]

APPS.PAY_IVT_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.input_value_id := p_input_value_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.input_value_id := p_input_value_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: pay_ivt_rki.after_insert
199: (p_input_value_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: pay_ivt_bus.insert_validate

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

260: --
261: -- Call to raise any errors on multi-message list
262: hr_multi_message.end_validation_set;
263: --
264: hr_utility.set_location('Leaving:'||l_proc, 20);
265: end ins;
266: --
267: -- ----------------------------------------------------------------------------
268: -- |---------------------------------< ins >----------------------------------|

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

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

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

303: -- are specified as an OUT's we must set these values.
304: --
305: --
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End ins;
309: --
310: -- ----------------------------------------------------------------------------
311: -- |------------------------------< ins_tl >----------------------------------|

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

332: l_is_pay_value boolean := FALSE;
333: l_name pay_input_values_f_tl.name%type := p_name;
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc,10);
337: --
338: -- Find out if the input value is the Pay Value
339: --
340: if (upper(p_name) = 'PAY VALUE' OR

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

367: ,p_name => l_name
368: );
369: end loop;
370: --
371: hr_utility.set_location('Leaving:'||l_proc,20);
372: End ins_tl;
373: --
374: end pay_ivt_ins;