DBA Data[Home] [Help]

APPS.OTA_BJT_BUS dependencies on OTA_BJT_BUS

Line 1: Package Body ota_bjt_bus as

1: Package Body ota_bjt_bus as
2: /* $Header: otbjtrhi.pkb 120.0 2005/05/29 07:03:39 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_bjt_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 126: if (( nvl(ota_bjt_bus.g_booking_justification_id, hr_api.g_number)

122: ,p_argument_value => p_booking_justification_id
123: );
124: --
125: --
126: if (( nvl(ota_bjt_bus.g_booking_justification_id, hr_api.g_number)
127: = p_booking_justification_id)
128: and ( nvl(ota_bjt_bus.g_language, hr_api.g_varchar2)
129: = p_language)) then
130: --

Line 128: and ( nvl(ota_bjt_bus.g_language, hr_api.g_varchar2)

124: --
125: --
126: if (( nvl(ota_bjt_bus.g_booking_justification_id, hr_api.g_number)
127: = p_booking_justification_id)
128: and ( nvl(ota_bjt_bus.g_language, hr_api.g_varchar2)
129: = p_language)) then
130: --
131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global

Line 135: l_legislation_code := ota_bjt_bus.g_legislation_code;

131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global
133: -- variable.
134: --
135: l_legislation_code := ota_bjt_bus.g_legislation_code;
136: hr_utility.set_location(l_proc, 20);
137: else
138: --
139: -- The ID is different to the last call to this function

Line 159: ota_bjt_bus.g_booking_justification_id := p_booking_justification_id;

155: -- Set the global variables so the values are
156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: ota_bjt_bus.g_booking_justification_id := p_booking_justification_id;
160: ota_bjt_bus.g_language := p_language;
161: ota_bjt_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 160: ota_bjt_bus.g_language := p_language;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: ota_bjt_bus.g_booking_justification_id := p_booking_justification_id;
160: ota_bjt_bus.g_language := p_language;
161: ota_bjt_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;

Line 161: ota_bjt_bus.g_legislation_code := l_legislation_code;

157: --
158: close csr_leg_code;
159: ota_bjt_bus.g_booking_justification_id := p_booking_justification_id;
160: ota_bjt_bus.g_language := p_language;
161: ota_bjt_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);
164: return l_legislation_code;
165: end return_legislation_code;

Line 356: end ota_bjt_bus;

352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End delete_validate;
355: --
356: end ota_bjt_bus;