DBA Data[Home] [Help]

APPS.PER_PPB_BUS dependencies on PER_PPB_BUS

Line 1: Package Body per_ppb_bus as

1: Package Body per_ppb_bus as
2: /* $Header: peppbrhi.pkb 120.0 2005/05/31 14:56:26 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_ppb_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_ppb_bus.g_pay_basis_id, hr_api.g_number)

111: ,p_argument => 'pay_basis_id'
112: ,p_argument_value => p_pay_basis_id
113: );
114: --
115: if ( nvl(per_ppb_bus.g_pay_basis_id, hr_api.g_number)
116: = p_pay_basis_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_ppb_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_ppb_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_ppb_bus.g_pay_basis_id := p_pay_basis_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_ppb_bus.g_pay_basis_id := p_pay_basis_id;
147: per_ppb_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_ppb_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: per_ppb_bus.g_pay_basis_id := p_pay_basis_id;
147: per_ppb_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 1443: -- per_ppb_bus.chk_ddf(p_rec);

1439: chk_rate_basis(p_rate_basis => p_rec.rate_basis,
1440: p_pay_basis => p_rec.pay_basis
1441: );
1442: --
1443: -- per_ppb_bus.chk_ddf(p_rec);
1444: --
1445: per_ppb_bus.chk_df(p_rec);
1446: --
1447: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1445: per_ppb_bus.chk_df(p_rec);

1441: );
1442: --
1443: -- per_ppb_bus.chk_ddf(p_rec);
1444: --
1445: per_ppb_bus.chk_df(p_rec);
1446: --
1447: hr_utility.set_location(' Leaving:'||l_proc, 10);
1448: End insert_validate;
1449: --

Line 1533: -- per_ppb_bus.chk_ddf(p_rec);

1529: chk_rate_basis(p_rate_basis => p_rec.rate_basis,
1530: p_pay_basis => p_rec.pay_basis
1531: );
1532: --
1533: -- per_ppb_bus.chk_ddf(p_rec);
1534: --
1535: per_ppb_bus.chk_df(p_rec);
1536: --
1537: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1535: per_ppb_bus.chk_df(p_rec);

1531: );
1532: --
1533: -- per_ppb_bus.chk_ddf(p_rec);
1534: --
1535: per_ppb_bus.chk_df(p_rec);
1536: --
1537: hr_utility.set_location(' Leaving:'||l_proc, 10);
1538: End update_validate;
1539: --

Line 1560: end per_ppb_bus;

1556: );
1557: hr_utility.set_location(' Leaving:'||l_proc, 10);
1558: End delete_validate;
1559: --
1560: end per_ppb_bus;