DBA Data[Home] [Help]

APPS.PE_AEI_BUS dependencies on PE_AEI_BUS

Line 1: Package Body pe_aei_bus as

1: Package Body pe_aei_bus as
2: /* $Header: peaeirhi.pkb 115.8 2002/12/03 15:36:45 raranjan ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pe_aei_bus.'; -- Global package name
9: g_legislation_code varchar2(150) default null;
10: g_assignment_extra_info_id number default null;
11: --
12: --

Line 107: if ( nvl(pe_aei_bus.g_assignment_extra_info_id, hr_api.g_number)

103: ,p_argument_value => p_assignment_extra_info_id
104: );
105:
106: --
107: if ( nvl(pe_aei_bus.g_assignment_extra_info_id, hr_api.g_number)
108: = p_assignment_extra_info_id) then
109: --
110: -- The legislation code has already been found with a previous
111: -- call to this function. Just return the value in the global

Line 114: l_legislation_code := pe_aei_bus.g_legislation_code;

110: -- The legislation code has already been found with a previous
111: -- call to this function. Just return the value in the global
112: -- variable.
113: --
114: l_legislation_code := pe_aei_bus.g_legislation_code;
115: hr_utility.set_location(l_proc, 20);
116: else
117: --
118: -- The ID is different to the last call to this function

Line 138: pe_aei_bus.g_assignment_extra_info_id := p_assignment_extra_info_id;

134: -- Set the global variables so the values are
135: -- available for the next call to this function.
136: --
137: close csr_leg_code;
138: pe_aei_bus.g_assignment_extra_info_id := p_assignment_extra_info_id;
139: pe_aei_bus.g_legislation_code := l_legislation_code;
140: end if;
141: hr_utility.set_location(' Leaving:'|| l_proc, 40);
142: return l_legislation_code;

Line 139: pe_aei_bus.g_legislation_code := l_legislation_code;

135: -- available for the next call to this function.
136: --
137: close csr_leg_code;
138: pe_aei_bus.g_assignment_extra_info_id := p_assignment_extra_info_id;
139: pe_aei_bus.g_legislation_code := l_legislation_code;
140: end if;
141: hr_utility.set_location(' Leaving:'|| l_proc, 40);
142: return l_legislation_code;
143: end return_legislation_code;

Line 830: pe_aei_bus.chk_ddf(p_rec => p_rec);

826: hr_utility.set_location(l_proc, 10);
827: --
828: -- Call ddf procedure to validation Developer Descriptive Flexfields
829: --
830: pe_aei_bus.chk_ddf(p_rec => p_rec);
831: --
832: -- Call df procedure to validation Descriptive Flexfields
833: --
834: pe_aei_bus.chk_df(p_rec => p_rec);

Line 834: pe_aei_bus.chk_df(p_rec => p_rec);

830: pe_aei_bus.chk_ddf(p_rec => p_rec);
831: --
832: -- Call df procedure to validation Descriptive Flexfields
833: --
834: pe_aei_bus.chk_df(p_rec => p_rec);
835: --
836: hr_utility.set_location(l_proc, 15);
837: end if;
838: --

Line 871: pe_aei_bus.chk_ddf(p_rec => p_rec);

867: hr_utility.set_location(l_proc, 20);
868: --
869: -- Call ddf procedure to validate Developer Descriptive Flexfields
870: --
871: pe_aei_bus.chk_ddf(p_rec => p_rec);
872: --
873: -- Call df procedure to validate Descriptive Flexfields
874: --
875: pe_aei_bus.chk_df(p_rec => p_rec);

Line 875: pe_aei_bus.chk_df(p_rec => p_rec);

871: pe_aei_bus.chk_ddf(p_rec => p_rec);
872: --
873: -- Call df procedure to validate Descriptive Flexfields
874: --
875: pe_aei_bus.chk_df(p_rec => p_rec);
876: --
877: hr_utility.set_location(l_proc, 25);
878: --
879: end if;

Line 901: end pe_aei_bus;

897: hr_utility.set_location(' Leaving:'||l_proc, 10);
898: --
899: End delete_validate;
900: --
901: end pe_aei_bus;