DBA Data[Home] [Help]

APPS.PAY_PGA_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: pay_pga_ins.g_pay_gl_account_id_i := p_pay_gl_account_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: pay_pga_ins.g_pay_gl_account_id_i := p_pay_gl_account_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

101: l_last_updated_by pay_payment_gl_accounts_f.last_updated_by%TYPE;
102: l_last_update_login pay_payment_gl_accounts_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --
107: -- Set the effective start and end dates to the corresponding
108: -- validation start and end dates
109: --

Line 117: hr_utility.set_location(l_proc, 10);

113: -- If the datetrack_mode is not INSERT then we must populate the WHO
114: -- columns with the 'old' creation values and 'new' updated values.
115: --
116: If (p_datetrack_mode <> hr_api.g_insert) then
117: hr_utility.set_location(l_proc, 10);
118: --
119: -- Get the object version number for the insert
120: --
121: p_rec.object_version_number :=

Line 196: hr_utility.set_location(' Leaving:'||l_proc, 15);

192: ,l_last_update_login
193: );
194: --
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 15);
197: --
198: Exception
199: When hr_api.check_integrity_violated Then
200: -- A check constraint has been violated

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

224: --
225: l_proc varchar2(72) := g_package||'insert_dml';
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --
230: pay_pga_ins.dt_insert_dml
231: (p_rec => p_rec
232: ,p_effective_date => p_effective_date

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

234: ,p_validation_start_date => p_validation_start_date
235: ,p_validation_end_date => p_validation_end_date
236: );
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End insert_dml;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |------------------------------< pre_insert >------------------------------|

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

296: l_proc varchar2(72) := g_package||'pre_insert';
297: l_exists varchar2(1);
298: --
299: Begin
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: --
302: If (pay_pga_ins.g_pay_gl_account_id_i is not null) Then
303: --
304: -- Verify registered primary key values not already in use

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

333: Close C_Sel1;
334: End If;
335: --
336: --
337: hr_utility.set_location(' Leaving:'||l_proc, 10);
338: End pre_insert;
339: --
340: -- ----------------------------------------------------------------------------
341: -- |----------------------------< post_insert >-------------------------------|

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

379: --
380: l_proc varchar2(72) := g_package||'post_insert';
381: --
382: Begin
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: begin
385: --
386: null;
387: --

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

386: null;
387: --
388: end;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_insert;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |-------------------------------< ins_lck >--------------------------------|

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

438: l_validation_start_date date;
439: l_validation_end_date date;
440: --
441: Begin
442: hr_utility.set_location('Entering:'||l_proc, 5);
443: --
444: -- Validate the datetrack mode mode getting the validation start
445: -- and end dates for the specified datetrack operation.
446: --

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

479: --
480: p_validation_start_date := l_validation_start_date;
481: p_validation_end_date := l_validation_end_date;
482: --
483: hr_utility.set_location(' Leaving:'||l_proc, 10);
484: --
485: End ins_lck;
486: --
487: -- ----------------------------------------------------------------------------

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

497: l_validation_start_date date;
498: l_validation_end_date date;
499: --
500: Begin
501: hr_utility.set_location('Entering:'||l_proc, 5);
502: --
503: -- Call the lock operation
504: --
505: pay_pga_ins.ins_lck

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

555: --
556: -- Call to raise any errors on multi-message list
557: hr_multi_message.end_validation_set;
558: --
559: hr_utility.set_location('Leaving:'||l_proc,10);
560: end ins;
561: --
562: -- ----------------------------------------------------------------------------
563: -- |---------------------------------< ins >----------------------------------|

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

580: l_rec pay_pga_shd.g_rec_type;
581: l_proc varchar2(72) := g_package||'ins';
582: --
583: Begin
584: hr_utility.set_location('Entering:'||l_proc, 5);
585: --
586: -- Call conversion function to turn arguments into the
587: -- p_rec structure.
588: --

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

617: p_effective_end_date := l_rec.effective_end_date;
618: p_object_version_number := l_rec.object_version_number;
619: --
620: --
621: hr_utility.set_location(' Leaving:'||l_proc, 10);
622: End ins;
623: --
624: end pay_pga_ins;