DBA Data[Home] [Help]

APPS.OTA_FMT_BUS dependencies on OTA_FMT_BUS

Line 1: Package Body ota_fmt_bus as

1: Package Body ota_fmt_bus as
2: /* $Header: otfmtrhi.pkb 120.1 2005/12/08 11:27 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

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

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

124: --
125: --
126: if (( nvl(ota_fmt_bus.g_forum_id, hr_api.g_number)
127: = p_forum_id)
128: and ( nvl(ota_fmt_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_fmt_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_fmt_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_fmt_bus.g_forum_id := p_forum_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_fmt_bus.g_forum_id := p_forum_id;
160: ota_fmt_bus.g_language := p_language;
161: ota_fmt_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 160: ota_fmt_bus.g_language := p_language;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: ota_fmt_bus.g_forum_id := p_forum_id;
160: ota_fmt_bus.g_language := p_language;
161: ota_fmt_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_fmt_bus.g_legislation_code := l_legislation_code;

157: --
158: close csr_leg_code;
159: ota_fmt_bus.g_forum_id := p_forum_id;
160: ota_fmt_bus.g_language := p_language;
161: ota_fmt_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 238: ota_fmt_bus.set_security_group_id(p_forum_id => p_forum_id);

234: --
235: -- Call all supporting business operations
236: --
237: -- Added for Bug#4775354
238: ota_fmt_bus.set_security_group_id(p_forum_id => p_forum_id);
239: --
240: --
241: -- Validate Dependent Attributes
242: --

Line 298: end ota_fmt_bus;

294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End delete_validate;
297: --
298: end ota_fmt_bus;