DBA Data[Home] [Help]

APPS.OTA_CRE_BUS dependencies on OTA_CRE_BUS

Line 1: Package Body ota_cre_bus as

1: Package Body ota_cre_bus as
2: /* $Header: otcrerhi.pkb 120.8 2006/02/01 15:02 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

118: ,p_argument => 'cert_enrollment_id'
119: ,p_argument_value => p_cert_enrollment_id
120: );
121: --
122: if ( nvl(ota_cre_bus.g_cert_enrollment_id, hr_api.g_number)
123: = p_cert_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_cre_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_cre_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_cre_bus.g_cert_enrollment_id := p_cert_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_cre_bus.g_cert_enrollment_id := p_cert_enrollment_id;
154: ota_cre_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_cre_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: ota_cre_bus.g_cert_enrollment_id := p_cert_enrollment_id;
154: ota_cre_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 710: ota_cre_bus.chk_df(p_rec);

706: p_certification_status_code => p_rec.certification_status_code);
707: --
708: check_due_date_passed(p_certification_id => p_rec.certification_id);
709: --
710: ota_cre_bus.chk_df(p_rec);
711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 10);
713: End insert_validate;
714: --

Line 762: ota_cre_bus.chk_df(p_rec);

758: chk_certification_status_code(p_effective_date => p_effective_date,
759: p_certification_status_code => p_rec.certification_status_code);
760: --
761: --
762: ota_cre_bus.chk_df(p_rec);
763: --
764: hr_utility.set_location(' Leaving:'||l_proc, 10);
765: End update_validate;
766: --

Line 787: end ota_cre_bus;

783: --
784: hr_utility.set_location(' Leaving:'||l_proc, 10);
785: End delete_validate;
786: --
787: end ota_cre_bus;