DBA Data[Home] [Help]

APPS.PAY_ECU_INS dependencies on PAY_ECU_INS

Line 1: Package Body pay_ecu_ins as

1: Package Body pay_ecu_ins as
2: /* $Header: pyecurhi.pkb 120.2 2006/02/06 05:37 pgongada noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_ecu_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_ecu_ins.g_element_class_usage_id_i := p_element_class_usage_id;

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

Line 279: pay_ecu_ins.dt_insert_dml

275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: --
279: pay_ecu_ins.dt_insert_dml
280: (p_rec => p_rec
281: ,p_effective_date => p_effective_date
282: ,p_datetrack_mode => p_datetrack_mode
283: ,p_validation_start_date => p_validation_start_date

Line 343: pay_ecu_ins.g_element_class_usage_id_i;

339: Cursor C_Sel2 is
340: Select null
341: from pay_element_class_usages_f
342: where element_class_usage_id =
343: pay_ecu_ins.g_element_class_usage_id_i;
344: --
345: l_proc varchar2(72) := g_package||'pre_insert';
346: l_exists varchar2(1);
347: --

Line 351: If (pay_ecu_ins.g_element_class_usage_id_i is not null) Then

347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: If (pay_ecu_ins.g_element_class_usage_id_i is not null) Then
352: --
353: -- Verify registered primary key values not already in use
354: --
355: Open C_Sel2;

Line 371: pay_ecu_ins.g_element_class_usage_id_i;

367: --
368: -- Use registered key values and clear globals
369: --
370: p_rec.element_class_usage_id :=
371: pay_ecu_ins.g_element_class_usage_id_i;
372: pay_ecu_ins.g_element_class_usage_id_i := null;
373: Else
374: --
375: -- No registerd key values, so select the next sequence number

Line 372: pay_ecu_ins.g_element_class_usage_id_i := null;

368: -- Use registered key values and clear globals
369: --
370: p_rec.element_class_usage_id :=
371: pay_ecu_ins.g_element_class_usage_id_i;
372: pay_ecu_ins.g_element_class_usage_id_i := null;
373: Else
374: --
375: -- No registerd key values, so select the next sequence number
376: --

Line 571: pay_ecu_ins.ins_lck

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

Line 594: pay_ecu_ins.pre_insert

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

Line 604: pay_ecu_ins.insert_dml

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

Line 614: pay_ecu_ins.post_insert

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

Line 668: pay_ecu_ins.ins

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

Line 684: end pay_ecu_ins;

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