DBA Data[Home] [Help]

APPS.OTA_ADT_BUS dependencies on OTA_ADT_BUS

Line 1: Package Body ota_adt_bus as

1: Package Body ota_adt_bus as
2: /* $Header: otadtrhi.pkb 115.2 2004/04/02 01:11:13 rdola noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_adt_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 308: if (( nvl(ota_adt_bus.g_activity_id, hr_api.g_number)

304: ,p_argument_value => p_activity_id
305: );
306: --
307: --
308: if (( nvl(ota_adt_bus.g_activity_id, hr_api.g_number)
309: = p_activity_id)
310: and ( nvl(ota_adt_bus.g_language, hr_api.g_varchar2)
311: = p_language)) then
312: --

Line 310: and ( nvl(ota_adt_bus.g_language, hr_api.g_varchar2)

306: --
307: --
308: if (( nvl(ota_adt_bus.g_activity_id, hr_api.g_number)
309: = p_activity_id)
310: and ( nvl(ota_adt_bus.g_language, hr_api.g_varchar2)
311: = p_language)) then
312: --
313: -- The legislation code has already been found with a previous
314: -- call to this function. Just return the value in the global

Line 317: l_legislation_code := ota_adt_bus.g_legislation_code;

313: -- The legislation code has already been found with a previous
314: -- call to this function. Just return the value in the global
315: -- variable.
316: --
317: l_legislation_code := ota_adt_bus.g_legislation_code;
318: hr_utility.set_location(l_proc, 20);
319: else
320: --
321: -- The ID is different to the last call to this function

Line 341: ota_adt_bus.g_activity_id := p_activity_id;

337: -- Set the global variables so the values are
338: -- available for the next call to this function.
339: --
340: close csr_leg_code;
341: ota_adt_bus.g_activity_id := p_activity_id;
342: ota_adt_bus.g_language := p_language;
343: ota_adt_bus.g_legislation_code := l_legislation_code;
344: end if;
345: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 342: ota_adt_bus.g_language := p_language;

338: -- available for the next call to this function.
339: --
340: close csr_leg_code;
341: ota_adt_bus.g_activity_id := p_activity_id;
342: ota_adt_bus.g_language := p_language;
343: ota_adt_bus.g_legislation_code := l_legislation_code;
344: end if;
345: hr_utility.set_location(' Leaving:'|| l_proc, 40);
346: return l_legislation_code;

Line 343: ota_adt_bus.g_legislation_code := l_legislation_code;

339: --
340: close csr_leg_code;
341: ota_adt_bus.g_activity_id := p_activity_id;
342: ota_adt_bus.g_language := p_language;
343: ota_adt_bus.g_legislation_code := l_legislation_code;
344: end if;
345: hr_utility.set_location(' Leaving:'|| l_proc, 40);
346: return l_legislation_code;
347: end return_legislation_code;

Line 418: ota_adt_bus.set_security_group_id(p_activity_id) ;

414: --
415: -- Call all supporting business operations
416: --
417:
418: ota_adt_bus.set_security_group_id(p_activity_id) ;
419: --
420: -- Validate Dependent Attributes
421: check_unique_name(p_rec,p_activity_id) ;
422: --

Line 443: ota_adt_bus.set_security_group_id(p_rec.activity_id) ;

439: --
440: -- Call all supporting business operations
441: --
442: --
443: ota_adt_bus.set_security_group_id(p_rec.activity_id) ;
444: --
445: -- Validate Dependent Attributes
446: check_unique_name(p_rec) ;
447: --

Line 476: end ota_adt_bus;

472: End delete_validate;
473: --
474: --
475:
476: end ota_adt_bus;