DBA Data[Home] [Help]

APPS.OTA_OCL_BUS dependencies on OTA_OCL_BUS

Line 1: Package Body ota_ocl_bus as

1: Package Body ota_ocl_bus as
2: /* $Header: otoclrhi.pkb 120.1.12000000.2 2007/02/07 09:19:37 niarora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_ocl_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 120: if ( nvl(ota_ocl_bus.g_competence_language_id, hr_api.g_number)

116: ,p_argument => 'competence_language_id'
117: ,p_argument_value => p_competence_language_id
118: );
119: --
120: if ( nvl(ota_ocl_bus.g_competence_language_id, hr_api.g_number)
121: = p_competence_language_id) then
122: --
123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global

Line 127: l_legislation_code := ota_ocl_bus.g_legislation_code;

123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global
125: -- variable.
126: --
127: l_legislation_code := ota_ocl_bus.g_legislation_code;
128: hr_utility.set_location(l_proc, 20);
129: else
130: --
131: -- The ID is different to the last call to this function

Line 151: ota_ocl_bus.g_competence_language_id:= p_competence_language_id;

147: -- Set the global variables so the values are
148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: ota_ocl_bus.g_competence_language_id:= p_competence_language_id;
152: ota_ocl_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;

Line 152: ota_ocl_bus.g_legislation_code := l_legislation_code;

148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: ota_ocl_bus.g_competence_language_id:= p_competence_language_id;
152: ota_ocl_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;
156: end return_legislation_code;

Line 584: ota_ocl_bus.chk_ddf(p_rec);

580: --
581: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
582: --
583: --
584: ota_ocl_bus.chk_ddf(p_rec);
585:
586: check_lang_code(p_rec);
587:
588: chk_competence

Line 634: ota_ocl_bus.chk_ddf(p_rec);

630: );
631: --
632: --
633: check_lang_code(p_rec);
634: ota_ocl_bus.chk_ddf(p_rec);
635: --
636: chk_competence
637: (p_competence_language_id => p_rec.competence_language_id
638: ,p_effective_date => p_effective_date

Line 677: end ota_ocl_bus;

673: --
674: hr_utility.set_location(' Leaving:'||l_proc, 10);
675: End delete_validate;
676: --
677: end ota_ocl_bus;