DBA Data[Home] [Help]

APPS.PAY_RFT_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.report_format_mapping_id := p_report_format_mapping_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.report_format_mapping_id := p_report_format_mapping_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: --
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: End post_insert;

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

194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: End post_insert;
200: --
201: -- ----------------------------------------------------------------------------
202: -- |---------------------------------< ins >----------------------------------|

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

208: --
209: l_proc varchar2(72) := g_package||'ins';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: -- Call the supporting insert validate operations
215: --
216: pay_rft_bus.insert_validate

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

239: --
240: -- Call to raise any errors on multi-message list
241: hr_multi_message.end_validation_set;
242: --
243: hr_utility.set_location('Leaving:'||l_proc, 20);
244: end ins;
245: --
246: -- ----------------------------------------------------------------------------
247: -- |---------------------------------< ins >----------------------------------|

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

256: l_rec pay_rft_shd.g_rec_type;
257: l_proc varchar2(72) := g_package||'ins';
258: --
259: Begin
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: -- Call conversion function to turn arguments into the
263: -- p_rec structure.
264: --

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

282: -- are specified as an OUT's we must set these values.
283: --
284: --
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End ins;
288: --
289: -- ----------------------------------------------------------------------------
290: -- |------------------------------< ins_tl >----------------------------------|

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

308: --
309: l_proc varchar2(72) := g_package || 'ins_tl';
310: --
311: Begin
312: hr_utility.set_location('Entering:'||l_proc,10);
313: --
314: -- Insert a row for the base language and every installed language.
315: --
316: for l_lang in csr_ins_langs loop

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

321: ,p_display_name => p_display_name
322: );
323: end loop;
324: --
325: hr_utility.set_location('Leaving:'||l_proc,20);
326: End ins_tl;
327: --
328: end pay_rft_ins;