DBA Data[Home] [Help]

APPS.OTA_THG_BUS dependencies on OTA_THG_BUS

Line 1: Package Body ota_thg_bus as

1: Package Body ota_thg_bus as
2: /* $Header: otthgrhi.pkb 120.0 2005/05/29 07:44:06 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_thg_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(ota_thg_bus.g_gl_default_segment_id, hr_api.g_number)

120: ,p_argument => 'gl_default_segment_id'
121: ,p_argument_value => p_gl_default_segment_id
122: );
123: --
124: if ( nvl(ota_thg_bus.g_gl_default_segment_id, hr_api.g_number)
125: = p_gl_default_segment_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 := ota_thg_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 := ota_thg_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: ota_thg_bus.g_gl_default_segment_id := p_gl_default_segment_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: ota_thg_bus.g_gl_default_segment_id := p_gl_default_segment_id;
156: ota_thg_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: ota_thg_bus.g_legislation_code := l_legislation_code;

152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: ota_thg_bus.g_gl_default_segment_id := p_gl_default_segment_id;
156: ota_thg_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 350: end ota_thg_bus;

346: --
347: hr_utility.set_location(' Leaving:'||l_proc, 10);
348: End delete_validate;
349: --
350: end ota_thg_bus;