DBA Data[Home] [Help]

APPS.PE_POI_BUS dependencies on PE_POI_BUS

Line 1: Package Body pe_poi_bus as

1: Package Body pe_poi_bus as
2: /* $Header: pepoirhi.pkb 120.0 2005/05/31 14:50:38 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 129: if ( nvl(pe_poi_bus.g_position_extra_info_id, hr_api.g_number)

125: ,p_argument => 'position_extra_info_id'
126: ,p_argument_value => p_position_extra_info_id
127: );
128: --
129: if ( nvl(pe_poi_bus.g_position_extra_info_id, hr_api.g_number)
130: = p_position_extra_info_id) then
131: --
132: -- The legislation code has already been found with a previous
133: -- call to this function. Just return the value in the global

Line 136: l_legislation_code := pe_poi_bus.g_legislation_code;

132: -- The legislation code has already been found with a previous
133: -- call to this function. Just return the value in the global
134: -- variable.
135: --
136: l_legislation_code := pe_poi_bus.g_legislation_code;
137: hr_utility.set_location(l_proc, 20);
138: else
139: --
140: -- The ID is different to the last call to this function

Line 161: pe_poi_bus.g_position_extra_info_id := p_position_extra_info_id;

157: -- available for the next call to this function.
158: --
159: --
160: close csr_leg_code;
161: pe_poi_bus.g_position_extra_info_id := p_position_extra_info_id;
162: pe_poi_bus.g_legislation_code := l_legislation_code;
163: end if;
164: hr_utility.set_location(' Leaving:'|| l_proc, 40);
165: return l_legislation_code;

Line 162: pe_poi_bus.g_legislation_code := l_legislation_code;

158: --
159: --
160: close csr_leg_code;
161: pe_poi_bus.g_position_extra_info_id := p_position_extra_info_id;
162: pe_poi_bus.g_legislation_code := l_legislation_code;
163: end if;
164: hr_utility.set_location(' Leaving:'|| l_proc, 40);
165: return l_legislation_code;
166: end return_legislation_code;

Line 955: pe_poi_bus.chk_ddf(p_rec => p_rec);

951: );
952: --
953: -- Call ddf procedure to validation Developer Descriptive Flexfields
954: --
955: pe_poi_bus.chk_ddf(p_rec => p_rec);
956: --
957: -- Call df procedure to validate Descriptive Flexfields
958: --
959: pe_poi_bus.chk_df(p_rec => p_rec);

Line 959: pe_poi_bus.chk_df(p_rec => p_rec);

955: pe_poi_bus.chk_ddf(p_rec => p_rec);
956: --
957: -- Call df procedure to validate Descriptive Flexfields
958: --
959: pe_poi_bus.chk_df(p_rec => p_rec);
960: --
961: -- Validate Seasonal Dates for Position Extra Info
962: --
963: if (p_rec.information_type = 'PER_SEASONAL') then

Line 1084: pe_poi_bus.chk_ddf(p_rec => p_rec);

1080: chk_non_updateable_args (p_rec => p_rec);
1081: --
1082: -- Call ddf procedure to validation Developer Descriptive Flexfields
1083: --
1084: pe_poi_bus.chk_ddf(p_rec => p_rec);
1085: --
1086: -- Call df procedure to validation Descriptive Flexfields
1087: --
1088: pe_poi_bus.chk_df(p_rec => p_rec);

Line 1088: pe_poi_bus.chk_df(p_rec => p_rec);

1084: pe_poi_bus.chk_ddf(p_rec => p_rec);
1085: --
1086: -- Call df procedure to validation Descriptive Flexfields
1087: --
1088: pe_poi_bus.chk_df(p_rec => p_rec);
1089: --
1090: --
1091: if (p_rec.information_type = 'PER_SEASONAL') then
1092: if (nvl(l_position_rec.seasonal_flag,'N') = 'N' )then

Line 1212: end pe_poi_bus;

1208: hr_utility.set_location(' Leaving:'||l_proc, 10);
1209: --
1210: End delete_validate;
1211: --
1212: end pe_poi_bus;