DBA Data[Home] [Help]

APPS.PER_GRD_BUS dependencies on PER_GRD_BUS

Line 1: Package Body per_grd_bus as

1: Package Body per_grd_bus as
2: /* $Header: pegrdrhi.pkb 115.9 2003/08/25 11:48:08 ynegoro noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 115: if ( nvl(per_grd_bus.g_grade_id, hr_api.g_number)

111: ,p_argument => 'grade_id'
112: ,p_argument_value => p_grade_id
113: );
114: --
115: if ( nvl(per_grd_bus.g_grade_id, hr_api.g_number)
116: = p_grade_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := per_grd_bus.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := per_grd_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: per_grd_bus.g_grade_id := p_grade_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: per_grd_bus.g_grade_id := p_grade_id;
147: per_grd_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: per_grd_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: per_grd_bus.g_grade_id := p_grade_id;
147: per_grd_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 1249: per_grd_bus.chk_ddf(p_rec);

1245: hr_utility.set_location(l_proc, 50);
1246: --
1247: -- Flexfield Validation
1248: --
1249: per_grd_bus.chk_ddf(p_rec);
1250: --
1251: per_grd_bus.chk_df(p_rec);
1252: --
1253: hr_utility.set_location(' Leaving:'||l_proc, 100);

Line 1251: per_grd_bus.chk_df(p_rec);

1247: -- Flexfield Validation
1248: --
1249: per_grd_bus.chk_ddf(p_rec);
1250: --
1251: per_grd_bus.chk_df(p_rec);
1252: --
1253: hr_utility.set_location(' Leaving:'||l_proc, 100);
1254: End insert_validate;
1255: --

Line 1339: per_grd_bus.chk_ddf(p_rec);

1335: hr_utility.set_location(l_proc, 60);
1336: --
1337: -- Flexfield Validation
1338: --
1339: per_grd_bus.chk_ddf(p_rec);
1340: --
1341: hr_utility.set_location(l_proc, 70);
1342: --
1343: per_grd_bus.chk_df(p_rec);

Line 1343: per_grd_bus.chk_df(p_rec);

1339: per_grd_bus.chk_ddf(p_rec);
1340: --
1341: hr_utility.set_location(l_proc, 70);
1342: --
1343: per_grd_bus.chk_df(p_rec);
1344: --
1345: hr_utility.set_location(' Leaving:'||l_proc, 100);
1346: End update_validate;
1347: --

Line 1371: end per_grd_bus;

1367:
1368: hr_utility.set_location(' Leaving:'||l_proc, 10);
1369: End delete_validate;
1370: --
1371: end per_grd_bus;