DBA Data[Home] [Help]

APPS.OTA_SRT_BUS dependencies on OTA_SRT_BUS

Line 1: Package Body ota_srt_bus as

1: Package Body ota_srt_bus as
2: /* $Header: otsrtrhi.pkb 115.3 2003/05/19 07:56:51 jbharath noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

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

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

124: --
125: --
126: if (( nvl(ota_srt_bus.g_supplied_resource_id, hr_api.g_number)
127: = p_supplied_resource_id)
128: and ( nvl(ota_srt_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_srt_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_srt_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_srt_bus.g_supplied_resource_id := p_supplied_resource_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_srt_bus.g_supplied_resource_id := p_supplied_resource_id;
160: ota_srt_bus.g_language := p_language;
161: ota_srt_bus.g_legislation_code := l_legislation_code;
162: end if;
163: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 160: ota_srt_bus.g_language := p_language;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: ota_srt_bus.g_supplied_resource_id := p_supplied_resource_id;
160: ota_srt_bus.g_language := p_language;
161: ota_srt_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_srt_bus.g_legislation_code := l_legislation_code;

157: --
158: close csr_leg_code;
159: ota_srt_bus.g_supplied_resource_id := p_supplied_resource_id;
160: ota_srt_bus.g_language := p_language;
161: ota_srt_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 300: ota_srt_bus.set_security_group_id(p_supplied_resource_id) ;

296: --
297: -- Call all supporting business operations
298: --
299: --
300: ota_srt_bus.set_security_group_id(p_supplied_resource_id) ;
301: --
302: -- Validate Dependent Attributes
303: check_unique_name(p_supplied_resource_id => p_supplied_resource_id
304: ,p_name => p_rec.name

Line 328: ota_srt_bus.set_security_group_id(p_rec.supplied_resource_id) ;

324: --
325: -- Call all supporting business operations
326: --
327: --
328: ota_srt_bus.set_security_group_id(p_rec.supplied_resource_id) ;
329: --
330: -- Validate Dependent Attributes
331: check_unique_name(p_supplied_resource_id => p_rec.supplied_resource_id
332: ,p_name => p_rec.name

Line 364: end ota_srt_bus;

360: End delete_validate;
361: --
362:
363: --
364: end ota_srt_bus;