DBA Data[Home] [Help]

APPS.PAY_BTL_BUS dependencies on PAY_BTL_BUS

Line 1: Package Body pay_btl_bus as

1: Package Body pay_btl_bus as
2: /* $Header: pybtlrhi.pkb 120.7 2005/11/09 08:16:09 mkataria noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_btl_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 463: if ( nvl(pay_btl_bus.g_batch_line_id, hr_api.g_number)

459: ,p_argument => 'batch_line_id'
460: ,p_argument_value => p_batch_line_id
461: );
462: --
463: if ( nvl(pay_btl_bus.g_batch_line_id, hr_api.g_number)
464: = p_batch_line_id) then
465: --
466: -- The legislation code has already been found with a previous
467: -- call to this function. Just return the value in the global

Line 470: l_legislation_code := pay_btl_bus.g_legislation_code;

466: -- The legislation code has already been found with a previous
467: -- call to this function. Just return the value in the global
468: -- variable.
469: --
470: l_legislation_code := pay_btl_bus.g_legislation_code;
471: hr_utility.set_location(l_proc, 20);
472: else
473: --
474: -- The ID is different to the last call to this function

Line 494: pay_btl_bus.g_batch_line_id := p_batch_line_id;

490: -- Set the global variables so the values are
491: -- available for the next call to this function.
492: --
493: close csr_leg_code;
494: pay_btl_bus.g_batch_line_id := p_batch_line_id;
495: pay_btl_bus.g_legislation_code := l_legislation_code;
496: end if;
497: hr_utility.set_location(' Leaving:'|| l_proc, 40);
498: return l_legislation_code;

Line 495: pay_btl_bus.g_legislation_code := l_legislation_code;

491: -- available for the next call to this function.
492: --
493: close csr_leg_code;
494: pay_btl_bus.g_batch_line_id := p_batch_line_id;
495: pay_btl_bus.g_legislation_code := l_legislation_code;
496: end if;
497: hr_utility.set_location(' Leaving:'|| l_proc, 40);
498: return l_legislation_code;
499: end return_legislation_code;

Line 1178: pay_btl_bus.set_security_group_id(p_batch_line_id => p_rec.batch_line_id);

1174: --
1175: -- Call all supporting business operations
1176: --
1177: --
1178: pay_btl_bus.set_security_group_id(p_batch_line_id => p_rec.batch_line_id);
1179: --
1180: hr_utility.set_location(l_proc, 10);
1181: --
1182: chk_non_updateable_args

Line 1244: end pay_btl_bus;

1240: --
1241: hr_utility.set_location(' Leaving:'||l_proc, 10);
1242: End delete_validate;
1243: --
1244: end pay_btl_bus;
1245: