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.6.12020000.3 2012/07/05 03:39:34 amnaraya 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 1390: per_pms_bus.chk_df(p_rec);

1386: (p_obj_setting_deadline => p_rec.obj_setting_deadline
1387: ,p_scorecard_id => p_rec.scorecard_id);
1388: -- Bug#13943955 sussuman
1389:
1390: per_pms_bus.chk_df(p_rec);
1391: --
1392: hr_utility.set_location(' Leaving:'||l_proc, 10);
1393: End insert_validate;
1394: --

Line 1471: per_pms_bus.chk_df(p_rec);

1467: (p_obj_setting_deadline => p_rec.obj_setting_deadline
1468: ,p_scorecard_id => p_rec.scorecard_id);
1469: -- Bug#13943955 sussuman
1470:
1471: per_pms_bus.chk_df(p_rec);
1472: --
1473: hr_utility.set_location(' Leaving:'||l_proc, 10);
1474: End update_validate;
1475: --

Line 1509: end per_pms_bus;

1505: hr_utility.set_location(' Leaving:'||l_proc, 980);
1506:
1507: End delete_validate;
1508: --
1509: end per_pms_bus;