DBA Data[Home] [Help]

APPS.OTA_LME_BUS dependencies on OTA_LME_BUS

Line 1: Package Body ota_lme_bus as

1: Package Body ota_lme_bus as
2: /* $Header: otlmerhi.pkb 120.0 2005/05/29 07:18 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_lme_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 122: if ( nvl(ota_lme_bus.g_lp_member_enrollment_id, hr_api.g_number)

118: ,p_argument => 'lp_member_enrollment_id'
119: ,p_argument_value => p_lp_member_enrollment_id
120: );
121: --
122: if ( nvl(ota_lme_bus.g_lp_member_enrollment_id, hr_api.g_number)
123: = p_lp_member_enrollment_id) then
124: --
125: -- The legislation code has already been found with a previous
126: -- call to this function. Just return the value in the global

Line 129: l_legislation_code := ota_lme_bus.g_legislation_code;

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

Line 153: ota_lme_bus.g_lp_member_enrollment_id := p_lp_member_enrollment_id;

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

Line 154: ota_lme_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: ota_lme_bus.g_lp_member_enrollment_id := p_lp_member_enrollment_id;
154: ota_lme_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;

Line 530: ota_lme_bus.chk_df(p_rec);

526: -- Validate Dependent Attributes
527: --
528: --
529: IF get_path_source_code(p_rec.lp_enrollment_id) NOT IN ('CATALOG', 'TALENT_MGMT') THEN
530: ota_lme_bus.chk_df(p_rec);
531: END IF;
532: --
533: hr_utility.set_location(' Leaving:'||l_proc, 10);
534: End insert_validate;

Line 571: ota_lme_bus.chk_df(p_rec);

567: );
568: --
569: --
570: IF get_path_source_code(p_rec.lp_enrollment_id) NOT IN ('CATALOG', 'TALENT_MGMT') THEN
571: ota_lme_bus.chk_df(p_rec);
572: END IF;
573: --
574: hr_utility.set_location(' Leaving:'||l_proc, 10);
575: End update_validate;

Line 594: end ota_lme_bus;

590: --
591: hr_utility.set_location(' Leaving:'||l_proc, 10);
592: End delete_validate;
593: --
594: end ota_lme_bus;