DBA Data[Home] [Help]

APPS.BEN_QIG_BUS dependencies on BEN_QIG_BUS

Line 1: Package Body ben_qig_bus as

1: Package Body ben_qig_bus as
2: /* $Header: beqigrhi.pkb 120.3 2008/02/05 08:40:32 rtagarra noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_qig_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 369: if ( nvl(ben_qig_bus.g_qua_in_gr_rt_id, hr_api.g_number)

365: ,p_argument => 'qua_in_gr_rt_id'
366: ,p_argument_value => p_qua_in_gr_rt_id
367: );
368: --
369: if ( nvl(ben_qig_bus.g_qua_in_gr_rt_id, hr_api.g_number)
370: = p_qua_in_gr_rt_id) then
371: --
372: -- The legislation code has already been found with a previous
373: -- call to this function. Just return the value in the global

Line 376: l_legislation_code := ben_qig_bus.g_legislation_code;

372: -- The legislation code has already been found with a previous
373: -- call to this function. Just return the value in the global
374: -- variable.
375: --
376: l_legislation_code := ben_qig_bus.g_legislation_code;
377: hr_utility.set_location(l_proc, 20);
378: else
379: --
380: -- The ID is different to the last call to this function

Line 400: ben_qig_bus.g_qua_in_gr_rt_id := p_qua_in_gr_rt_id;

396: -- Set the global variables so the values are
397: -- available for the next call to this function.
398: --
399: close csr_leg_code;
400: ben_qig_bus.g_qua_in_gr_rt_id := p_qua_in_gr_rt_id;
401: ben_qig_bus.g_legislation_code := l_legislation_code;
402: end if;
403: hr_utility.set_location(' Leaving:'|| l_proc, 40);
404: return l_legislation_code;

Line 401: ben_qig_bus.g_legislation_code := l_legislation_code;

397: -- available for the next call to this function.
398: --
399: close csr_leg_code;
400: ben_qig_bus.g_qua_in_gr_rt_id := p_qua_in_gr_rt_id;
401: ben_qig_bus.g_legislation_code := l_legislation_code;
402: end if;
403: hr_utility.set_location(' Leaving:'|| l_proc, 40);
404: return l_legislation_code;
405: end return_legislation_code;

Line 961: -- ben_qig_bus.chk_df(p_rec);

957: --
958: -- Validate Dependent Attributes
959: --
960: --
961: -- ben_qig_bus.chk_df(p_rec);
962: --
963: hr_utility.set_location(' Leaving:'||l_proc, 10);
964: End insert_validate;
965: --

Line 1043: -- ben_qig_bus.chk_df(p_rec);

1039: ,p_rec => p_rec
1040: );
1041: --
1042: --
1043: -- ben_qig_bus.chk_df(p_rec);
1044: --
1045: hr_utility.set_location(' Leaving:'||l_proc, 10);
1046: End update_validate;
1047: --

Line 1076: end ben_qig_bus;

1072: --
1073: hr_utility.set_location(' Leaving:'||l_proc, 10);
1074: End delete_validate;
1075: --
1076: end ben_qig_bus;