DBA Data[Home] [Help]

APPS.PER_PMS_BUS dependencies on PER_PMS_BUS

Line 1: Package Body per_pms_bus as

1: Package Body per_pms_bus as
2: /* $Header: pepmsrhi.pkb 120.2.12010000.2 2008/09/02 10:51:07 arumukhe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 129: if ( nvl(per_pms_bus.g_scorecard_id, hr_api.g_number)

125: ,p_argument => 'scorecard_id'
126: ,p_argument_value => p_scorecard_id
127: );
128: --
129: if ( nvl(per_pms_bus.g_scorecard_id, hr_api.g_number)
130: = p_scorecard_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 := per_pms_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 := per_pms_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 160: per_pms_bus.g_scorecard_id := p_scorecard_id;

156: -- Set the global variables so the values are
157: -- available for the next call to this function.
158: --
159: close csr_leg_code;
160: per_pms_bus.g_scorecard_id := p_scorecard_id;
161: per_pms_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;

Line 161: per_pms_bus.g_legislation_code := l_legislation_code;

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

Line 1321: per_pms_bus.chk_df(p_rec);

1317: ,p_scorecard_id => p_rec.scorecard_id
1318: ,p_object_version_number => p_rec.object_version_number
1319: ,p_status_code => p_rec.status_code);
1320:
1321: per_pms_bus.chk_df(p_rec);
1322: --
1323: hr_utility.set_location(' Leaving:'||l_proc, 10);
1324: End insert_validate;
1325: --

Line 1396: per_pms_bus.chk_df(p_rec);

1392: ,p_scorecard_id => p_rec.scorecard_id
1393: ,p_object_version_number => p_rec.object_version_number
1394: ,p_status_code => p_rec.status_code);
1395:
1396: per_pms_bus.chk_df(p_rec);
1397: --
1398: hr_utility.set_location(' Leaving:'||l_proc, 10);
1399: End update_validate;
1400: --

Line 1434: end per_pms_bus;

1430: hr_utility.set_location(' Leaving:'||l_proc, 980);
1431:
1432: End delete_validate;
1433: --
1434: end per_pms_bus;