DBA Data[Home] [Help]

APPS.OTA_AVT_BUS dependencies on OTA_AVT_BUS

Line 1: Package Body ota_avt_bus as

1: Package Body ota_avt_bus as
2: /* $Header: otavtrhi.pkb 120.0 2005/05/29 07:02:16 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_avt_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 138: if (( nvl(ota_avt_bus.g_activity_version_id, hr_api.g_number)

134: ,p_argument_value => p_activity_version_id
135: );
136: --
137: --
138: if (( nvl(ota_avt_bus.g_activity_version_id, hr_api.g_number)
139: = p_activity_version_id)
140: and ( nvl(ota_avt_bus.g_language, hr_api.g_varchar2)
141: = p_language)) then
142: --

Line 140: and ( nvl(ota_avt_bus.g_language, hr_api.g_varchar2)

136: --
137: --
138: if (( nvl(ota_avt_bus.g_activity_version_id, hr_api.g_number)
139: = p_activity_version_id)
140: and ( nvl(ota_avt_bus.g_language, hr_api.g_varchar2)
141: = p_language)) then
142: --
143: -- The legislation code has already been found with a previous
144: -- call to this function. Just return the value in the global

Line 147: l_legislation_code := ota_avt_bus.g_legislation_code;

143: -- The legislation code has already been found with a previous
144: -- call to this function. Just return the value in the global
145: -- variable.
146: --
147: l_legislation_code := ota_avt_bus.g_legislation_code;
148: hr_utility.set_location(l_proc, 20);
149: else
150: --
151: -- The ID is different to the last call to this function

Line 171: ota_avt_bus.g_activity_version_id := p_activity_version_id;

167: -- Set the global variables so the values are
168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: ota_avt_bus.g_activity_version_id := p_activity_version_id;
172: ota_avt_bus.g_language := p_language;
173: ota_avt_bus.g_legislation_code := l_legislation_code;
174: end if;
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 172: ota_avt_bus.g_language := p_language;

168: -- available for the next call to this function.
169: --
170: close csr_leg_code;
171: ota_avt_bus.g_activity_version_id := p_activity_version_id;
172: ota_avt_bus.g_language := p_language;
173: ota_avt_bus.g_legislation_code := l_legislation_code;
174: end if;
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);
176: return l_legislation_code;

Line 173: ota_avt_bus.g_legislation_code := l_legislation_code;

169: --
170: close csr_leg_code;
171: ota_avt_bus.g_activity_version_id := p_activity_version_id;
172: ota_avt_bus.g_language := p_language;
173: ota_avt_bus.g_legislation_code := l_legislation_code;
174: end if;
175: hr_utility.set_location(' Leaving:'|| l_proc, 40);
176: return l_legislation_code;
177: end return_legislation_code;

Line 248: ota_avt_bus.set_security_group_id(p_activity_version_id) ;

244: --
245: -- Call all supporting business operations
246: --
247: --
248: ota_avt_bus.set_security_group_id(p_activity_version_id) ;
249: --
250: -- Validate Dependent Attributes
251: /*
252: check_unique_version_name(p_activity_version_id => p_activity_version_id

Line 277: ota_avt_bus.set_security_group_id(p_rec.activity_version_id) ;

273: --
274: -- Call all supporting business operations
275: --
276: --
277: ota_avt_bus.set_security_group_id(p_rec.activity_version_id) ;
278: --
279: -- Validate Dependent Attributes
280: /*
281: check_unique_version_name(p_activity_version_id => p_rec.activity_version_id

Line 474: end ota_avt_bus;

470: --
471: End check_unique_version_name;
472: --
473: --
474: end ota_avt_bus;