DBA Data[Home] [Help]

APPS.FF_CON_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: ff_con_shd.g_api_dml := true; -- Set the api dml status
62: --

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

76: );
77: --
78: ff_con_shd.g_api_dml := false; -- Unset the api dml status
79: --
80: hr_utility.set_location(' Leaving:'||l_proc, 10);
81: Exception
82: When hr_api.check_integrity_violated Then
83: -- A check constraint has been violated
84: ff_con_shd.g_api_dml := false; -- Unset the api dml status

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

142: --
143: --
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: --
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: --
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: End pre_insert;
152: --
153: -- ----------------------------------------------------------------------------
154: -- |-----------------------------< post_insert >------------------------------|

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

186: --
187: l_proc varchar2(72) := g_package||'post_insert';
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End post_insert;
194: --

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

188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End post_insert;
194: --
195: -- ----------------------------------------------------------------------------
196: -- |---------------------------------< ins >----------------------------------|

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

202: --
203: l_proc varchar2(72) := g_package||'ins';
204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: -- Call the supporting insert validate operations
209: --
210: ff_con_bus.insert_validate(p_rec);

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

236: l_rec ff_con_shd.g_rec_type;
237: l_proc varchar2(72) := g_package||'ins';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Call conversion function to turn arguments into the
243: -- p_rec structure.
244: --

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

262: -- p_archive_item_id is a foreign key to FF_ARCHIVE_ITEMS and
263: -- p_context_id is a foreign key to FF_CONTEXTS.
264: -- Hence they should be supplied in this insert.
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: End ins;
268: --
269: end ff_con_ins;