DBA Data[Home] [Help]

APPS.PAY_UCI_INS dependencies on PAY_UCI_INS

Line 1: Package Body pay_uci_ins as

1: Package Body pay_uci_ins as
2: /* $Header: pyucirhi.pkb 120.0.12010000.2 2009/07/22 15:13:11 npannamp ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pay_uci_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_uci_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: pay_uci_ins.g_user_column_instance_id_i := p_user_column_instance_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: pay_uci_ins.g_user_column_instance_id_i := p_user_column_instance_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 272: pay_uci_ins.dt_insert_dml

268: --
269: Begin
270: hr_utility.set_location('Entering:'||l_proc, 5);
271: --
272: pay_uci_ins.dt_insert_dml
273: (p_rec => p_rec
274: ,p_effective_date => p_effective_date
275: ,p_datetrack_mode => p_datetrack_mode
276: ,p_validation_start_date => p_validation_start_date

Line 336: pay_uci_ins.g_user_column_instance_id_i;

332: Cursor C_Sel2 is
333: Select null
334: from pay_user_column_instances_f
335: where user_column_instance_id =
336: pay_uci_ins.g_user_column_instance_id_i;
337: --
338: l_proc varchar2(72) := g_package||'pre_insert';
339: l_exists varchar2(1);
340: --

Line 344: If (pay_uci_ins.g_user_column_instance_id_i is not null) Then

340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: If (pay_uci_ins.g_user_column_instance_id_i is not null) Then
345: --
346: -- Verify registered primary key values not already in use
347: --
348: Open C_Sel2;

Line 364: pay_uci_ins.g_user_column_instance_id_i;

360: --
361: -- Use registered key values and clear globals
362: --
363: p_rec.user_column_instance_id :=
364: pay_uci_ins.g_user_column_instance_id_i;
365: pay_uci_ins.g_user_column_instance_id_i := null;
366: Else
367: --
368: -- No registerd key values, so select the next sequence number

Line 365: pay_uci_ins.g_user_column_instance_id_i := null;

361: -- Use registered key values and clear globals
362: --
363: p_rec.user_column_instance_id :=
364: pay_uci_ins.g_user_column_instance_id_i;
365: pay_uci_ins.g_user_column_instance_id_i := null;
366: Else
367: --
368: -- No registerd key values, so select the next sequence number
369: --

Line 569: pay_uci_ins.ins_lck

565: hr_utility.set_location('Entering:'||l_proc, 5);
566: --
567: -- Call the lock operation
568: --
569: pay_uci_ins.ins_lck
570: (p_effective_date => p_effective_date
571: ,p_datetrack_mode => l_datetrack_mode
572: ,p_rec => p_rec
573: ,p_validation_start_date => l_validation_start_date

Line 592: pay_uci_ins.pre_insert

588: hr_multi_message.end_validation_set;
589: --
590: -- Call the supporting pre-insert operation
591: --
592: pay_uci_ins.pre_insert
593: (p_rec => p_rec
594: ,p_effective_date => p_effective_date
595: ,p_datetrack_mode => l_datetrack_mode
596: ,p_validation_start_date => l_validation_start_date

Line 602: pay_uci_ins.insert_dml

598: );
599: --
600: -- Insert the row
601: --
602: pay_uci_ins.insert_dml
603: (p_rec => p_rec
604: ,p_effective_date => p_effective_date
605: ,p_datetrack_mode => l_datetrack_mode
606: ,p_validation_start_date => l_validation_start_date

Line 612: pay_uci_ins.post_insert

608: );
609: --
610: -- Call the supporting post-insert operation
611: --
612: pay_uci_ins.post_insert
613: (p_rec => p_rec
614: ,p_effective_date => p_effective_date
615: ,p_datetrack_mode => l_datetrack_mode
616: ,p_validation_start_date => l_validation_start_date

Line 668: pay_uci_ins.ins

664: -- Having converted the arguments into the pay_uci_rec
665: -- plsql record structure we call the corresponding record
666: -- business process.
667: --
668: pay_uci_ins.ins
669: (p_effective_date
670: ,l_rec
671: );
672: --

Line 684: end pay_uci_ins;

680: --
681: hr_utility.set_location(' Leaving:'||l_proc, 10);
682: End ins;
683: --
684: end pay_uci_ins;