DBA Data[Home] [Help]

APPS.PAY_IVL_INS dependencies on PAY_IVL_INS

Line 1: Package Body pay_ivl_ins as

1: Package Body pay_ivl_ins as
2: /* $Header: pyivlrhi.pkb 120.0.12010000.6 2009/07/30 12:03:21 npannamp ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_ivl_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_ivl_ins.g_input_value_id_i := p_input_value_id;

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

Line 296: pay_ivl_ins.dt_insert_dml

292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: pay_ivl_ins.dt_insert_dml
297: (p_rec => p_rec
298: ,p_effective_date => p_effective_date
299: ,p_datetrack_mode => p_datetrack_mode
300: ,p_validation_start_date => p_validation_start_date

Line 360: pay_ivl_ins.g_input_value_id_i;

356: Cursor C_Sel2 is
357: Select null
358: from pay_input_values_f
359: where input_value_id =
360: pay_ivl_ins.g_input_value_id_i;
361: --
362: l_proc varchar2(72) := g_package||'pre_insert';
363: l_exists varchar2(1);
364: --

Line 368: If (pay_ivl_ins.g_input_value_id_i is not null) Then

364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: If (pay_ivl_ins.g_input_value_id_i is not null) Then
369: --
370: -- Verify registered primary key values not already in use
371: --
372: Open C_Sel2;

Line 388: pay_ivl_ins.g_input_value_id_i;

384: --
385: -- Use registered key values and clear globals
386: --
387: p_rec.input_value_id :=
388: pay_ivl_ins.g_input_value_id_i;
389: pay_ivl_ins.g_input_value_id_i := null;
390: Else
391: --
392: -- No registerd key values, so select the next sequence number

Line 389: pay_ivl_ins.g_input_value_id_i := null;

385: -- Use registered key values and clear globals
386: --
387: p_rec.input_value_id :=
388: pay_ivl_ins.g_input_value_id_i;
389: pay_ivl_ins.g_input_value_id_i := null;
390: Else
391: --
392: -- No registerd key values, so select the next sequence number
393: --

Line 629: pay_ivl_ins.ins_lck

625: hr_utility.set_location('Entering:'||l_proc, 5);
626: --
627: -- Call the lock operation
628: --
629: pay_ivl_ins.ins_lck
630: (p_effective_date => p_effective_date
631: ,p_datetrack_mode => l_datetrack_mode
632: ,p_rec => p_rec
633: ,p_validation_start_date => l_validation_start_date

Line 658: pay_ivl_ins.pre_insert

654: hr_multi_message.end_validation_set;
655: --
656: -- Call the supporting pre-insert operation
657: --
658: pay_ivl_ins.pre_insert
659: (p_rec => p_rec
660: ,p_effective_date => p_effective_date
661: ,p_datetrack_mode => l_datetrack_mode
662: ,p_validation_start_date => l_validation_start_date

Line 674: pay_ivl_ins.insert_dml

670: end if;
671: --
672: -- Insert the row
673: --
674: pay_ivl_ins.insert_dml
675: (p_rec => p_rec
676: ,p_effective_date => p_effective_date
677: ,p_datetrack_mode => l_datetrack_mode
678: ,p_validation_start_date => l_validation_start_date

Line 684: pay_ivl_ins.post_insert

680: );
681: --
682: -- Call the supporting post-insert operation
683: --
684: pay_ivl_ins.post_insert
685: (p_rec => p_rec
686: ,p_effective_date => p_effective_date
687: ,p_datetrack_mode => l_datetrack_mode
688: ,p_validation_start_date => l_validation_start_date

Line 780: pay_ivl_ins.ins

776: -- Having converted the arguments into the pay_ivl_rec
777: -- plsql record structure we call the corresponding record
778: -- business process.
779: --
780: pay_ivl_ins.ins
781: (p_effective_date
782: ,l_rec
783: ,p_default_val_warning
784: ,p_min_max_warning

Line 811: end pay_ivl_ins;

807: --
808: hr_utility.set_location(' Leaving:'||l_proc, 10);
809: End ins;
810: --
811: end pay_ivl_ins;