DBA Data[Home] [Help]

APPS.BEN_JRT_BUS dependencies on BEN_JRT_BUS

Line 1: Package Body ben_jrt_bus as

1: Package Body ben_jrt_bus as
2: /* $Header: bejrtrhi.pkb 120.2 2006/03/30 23:48:52 gsehgal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_jrt_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 368: if ( nvl(ben_jrt_bus.g_job_rt_id, hr_api.g_number)

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

Line 375: l_legislation_code := ben_jrt_bus.g_legislation_code;

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

Line 399: ben_jrt_bus.g_job_rt_id := p_job_rt_id;

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

Line 400: ben_jrt_bus.g_legislation_code := l_legislation_code;

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

Line 957: -- ben_jrt_bus.chk_df(p_rec);

953: --
954: -- Validate Dependent Attributes
955: --
956: --
957: -- ben_jrt_bus.chk_df(p_rec);
958: --
959: hr_utility.set_location(' Leaving:'||l_proc, 10);
960: End insert_validate;
961: --

Line 1039: -- ben_jrt_bus.chk_df(p_rec);

1035: ,p_rec => p_rec
1036: );
1037: --
1038: --
1039: -- ben_jrt_bus.chk_df(p_rec);
1040: --
1041: hr_utility.set_location(' Leaving:'||l_proc, 10);
1042: End update_validate;
1043: --

Line 1072: end ben_jrt_bus;

1068: --
1069: hr_utility.set_location(' Leaving:'||l_proc, 10);
1070: End delete_validate;
1071: --
1072: end ben_jrt_bus;