DBA Data[Home] [Help]

APPS.HR_TCN_BUS dependencies on HR_TCN_BUS

Line 1: Package Body hr_tcn_bus as

1: Package Body hr_tcn_bus as
2: /* $Header: hrtcnrhi.pkb 115.5 2002/12/03 10:00:59 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_tcn_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 75: if ( nvl(hr_tcn_bus.g_template_canvas_id, hr_api.g_number)

71: ,p_argument => 'template_canvas_id'
72: ,p_argument_value => p_template_canvas_id
73: );
74: --
75: if ( nvl(hr_tcn_bus.g_template_canvas_id, hr_api.g_number)
76: = p_template_canvas_id) then
77: --
78: -- The legislation code has already been found with a previous
79: -- call to this function. Just return the value in the global

Line 82: l_legislation_code := hr_tcn_bus.g_legislation_code;

78: -- The legislation code has already been found with a previous
79: -- call to this function. Just return the value in the global
80: -- variable.
81: --
82: l_legislation_code := hr_tcn_bus.g_legislation_code;
83: hr_utility.set_location(l_proc, 20);
84: else
85: --
86: -- The ID is different to the last call to this function

Line 106: hr_tcn_bus.g_template_canvas_id:= p_template_canvas_id;

102: -- Set the global variables so the values are
103: -- available for the next call to this function.
104: --
105: close csr_leg_code;
106: hr_tcn_bus.g_template_canvas_id:= p_template_canvas_id;
107: hr_tcn_bus.g_legislation_code := l_legislation_code;
108: end if;
109: hr_utility.set_location(' Leaving:'|| l_proc, 40);
110: return l_legislation_code;

Line 107: hr_tcn_bus.g_legislation_code := l_legislation_code;

103: -- available for the next call to this function.
104: --
105: close csr_leg_code;
106: hr_tcn_bus.g_template_canvas_id:= p_template_canvas_id;
107: hr_tcn_bus.g_legislation_code := l_legislation_code;
108: end if;
109: hr_utility.set_location(' Leaving:'|| l_proc, 40);
110: return l_legislation_code;
111: end return_legislation_code;

Line 485: end hr_tcn_bus;

481: --
482: hr_utility.set_location(' Leaving:'||l_proc, 10);
483: End delete_validate;
484: --
485: end hr_tcn_bus;