DBA Data[Home] [Help]

APPS.PQH_TXH_INS dependencies on HR_UTILITY

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

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: pqh_txh_ins.g_transaction_history_id_i := p_transaction_history_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: pqh_txh_ins.g_transaction_history_id_i := p_transaction_history_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: --
84: --
85: --
86: --

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

120: );
121: --
122: --
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: --

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

194: l_proc varchar2(72) := g_package||'pre_insert';
195: l_exists varchar2(1);
196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: If (pqh_txh_ins.g_transaction_history_id_i is not null) Then
201: --
202: -- Verify registered primary key values not already in use

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

232: NULL;
233:
234: End If;
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End pre_insert;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |-----------------------------< post_insert >------------------------------|

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

274: --
275: l_proc varchar2(72) := g_package||'post_insert';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: begin
280: --
281: null;
282: --

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

289: ,p_hook_type => 'AI');
290: --
291: end;
292: --
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: End post_insert;
295: --
296: -- ----------------------------------------------------------------------------
297: -- |---------------------------------< ins >----------------------------------|

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

302: --
303: l_proc varchar2(72) := g_package||'ins';
304: --
305: Begin
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --
308: -- Call the supporting insert validate operations
309: --
310: pqh_txh_bus.insert_validate

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

330: --
331: -- Call to raise any errors on multi-message list
332: hr_multi_message.end_validation_set;
333: --
334: hr_utility.set_location('Leaving:'||l_proc, 20);
335: end ins;
336: --
337: -- ----------------------------------------------------------------------------
338: -- |---------------------------------< ins >----------------------------------|

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

357: l_rec pqh_txh_shd.g_rec_type;
358: l_proc varchar2(72) := g_package||'ins';
359: --
360: Begin
361: hr_utility.set_location('Entering:'||l_proc, 5);
362: --
363: -- Call conversion function to turn arguments into the
364: -- p_rec structure.
365: --

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

393: --
394: p_transaction_history_id := l_rec.transaction_history_id;
395: --
396: --
397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: End ins;
399: --
400: end pqh_txh_ins;