DBA Data[Home] [Help]

APPS.PAY_BCT_BUS dependencies on PAY_BCT_BUS

Line 1: Package Body pay_bct_bus as

1: Package Body pay_bct_bus as
2: /* $Header: pybctrhi.pkb 120.0.12000000.4 2007/08/20 08:21:49 ayegappa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_bct_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 124: if ( nvl(pay_bct_bus.g_batch_control_id, hr_api.g_number)

120: ,p_argument => 'batch_control_id'
121: ,p_argument_value => p_batch_control_id
122: );
123: --
124: if ( nvl(pay_bct_bus.g_batch_control_id, hr_api.g_number)
125: = p_batch_control_id) then
126: --
127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global

Line 131: l_legislation_code := pay_bct_bus.g_legislation_code;

127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global
129: -- variable.
130: --
131: l_legislation_code := pay_bct_bus.g_legislation_code;
132: hr_utility.set_location(l_proc, 20);
133: else
134: --
135: -- The ID is different to the last call to this function

Line 155: pay_bct_bus.g_batch_control_id := p_batch_control_id;

151: -- Set the global variables so the values are
152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: pay_bct_bus.g_batch_control_id := p_batch_control_id;
156: pay_bct_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;

Line 156: pay_bct_bus.g_legislation_code := l_legislation_code;

152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: pay_bct_bus.g_batch_control_id := p_batch_control_id;
156: pay_bct_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;
160: end return_legislation_code;

Line 743: pay_bct_bus.set_security_group_id(p_batch_control_id => p_rec.batch_control_id);

739: --
740: -- Call all supporting business operations
741: --
742: --
743: pay_bct_bus.set_security_group_id(p_batch_control_id => p_rec.batch_control_id);
744: --
745: chk_non_updateable_args
746: (p_rec => p_rec
747: );

Line 804: end pay_bct_bus;

800: --
801: hr_utility.set_location(' Leaving:'||l_proc, 10);
802: End delete_validate;
803: --
804: end pay_bct_bus;