DBA Data[Home] [Help]

APPS.PQH_TSH_INS dependencies on HR_UTILITY

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

22: --
23: l_proc varchar2(72) := g_package||'set_base_key_value';
24: --
25: Begin
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pqh_tsh_ins.g_transaction_history_id_i := p_transaction_history_id;
29: pqh_tsh_ins.g_approval_history_id_i := p_approval_history_id;
30: --

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

27: --
28: pqh_tsh_ins.g_transaction_history_id_i := p_transaction_history_id;
29: pqh_tsh_ins.g_approval_history_id_i := p_approval_history_id;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;
33: --
34: --
35: -- ----------------------------------------------------------------------------

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

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

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

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

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: --
201: If (pqh_tsh_ins.g_transaction_history_id_i is not null AND
202: pqh_tsh_ins.g_approval_history_id_i is not null) Then

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

224: Else
225: NULL;
226: End If;
227: --
228: hr_utility.set_location(' Leaving:'||l_proc, 10);
229: End pre_insert;
230: --
231: -- ----------------------------------------------------------------------------
232: -- |-----------------------------< post_insert >------------------------------|

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

266: --
267: l_proc varchar2(72) := g_package||'post_insert';
268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: begin
272: null;
273: --
274: exception

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

280: ,p_hook_type => 'AI');
281: --
282: end;
283: --
284: hr_utility.set_location(' Leaving:'||l_proc, 10);
285: End post_insert;
286: --
287: -- ----------------------------------------------------------------------------
288: -- |---------------------------------< ins >----------------------------------|

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

293: --
294: l_proc varchar2(72) := g_package||'ins';
295: --
296: Begin
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: -- Call the supporting insert validate operations
300: --
301:

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

323: --
324: -- Call to raise any errors on multi-message list
325: hr_multi_message.end_validation_set;
326: --
327: hr_utility.set_location('Leaving:'||l_proc, 20);
328: end ins;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------------< ins >----------------------------------|

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

348: l_rec pqh_tsh_shd.g_rec_type;
349: l_proc varchar2(72) := g_package||'ins';
350: --
351: Begin
352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- Call conversion function to turn arguments into the
355: -- p_rec structure.
356: --

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

383: p_transaction_history_id := l_rec.transaction_history_id;
384: p_approval_history_id := l_rec.approval_history_id;
385: --
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 10);
388: End ins;
389: --
390: end pqh_tsh_ins;