DBA Data[Home] [Help]

APPS.OTA_RUD_BUS dependencies on OTA_RUD_BUS

Line 1: Package Body ota_rud_bus as

1: Package Body ota_rud_bus as
2: /* $Header: otrudrhi.pkb 120.2 2005/09/08 06:34:32 pgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

122: ,p_argument => 'resource_usage_id'
123: ,p_argument_value => p_resource_usage_id
124: );
125: --
126: if ( nvl(ota_rud_bus.g_resource_usage_id, hr_api.g_number)
127: = p_resource_usage_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 133: l_legislation_code := ota_rud_bus.g_legislation_code;

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

Line 157: ota_rud_bus.g_resource_usage_id := p_resource_usage_id;

153: -- Set the global variables so the values are
154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: ota_rud_bus.g_resource_usage_id := p_resource_usage_id;
158: ota_rud_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;

Line 158: ota_rud_bus.g_legislation_code := l_legislation_code;

154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: ota_rud_bus.g_resource_usage_id := p_resource_usage_id;
158: ota_rud_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;

Line 377: ota_rud_shd.constraint_error ('OTA_RUD_BUSINESS_GROUPS');

373: fetch c1
374: into l_ok;
375: if (c1%notfound) then
376: close c1;
377: ota_rud_shd.constraint_error ('OTA_RUD_BUSINESS_GROUPS');
378: end if;
379: close c1;
380: --
381: hr_utility.set_location (' Leaving:' || l_proc, 10);

Line 843: ota_rud_bus.chk_ddf(p_rec);

839: P_REC => P_REC);
840: -- Validate Dependent Attributes
841: --
842: --
843: ota_rud_bus.chk_ddf(p_rec);
844: --
845: hr_utility.set_location(' Leaving:'||l_proc, 10);
846: End insert_validate;
847: --

Line 881: ota_rud_bus.chk_ddf(p_rec);

877: ,p_rec => p_rec
878: );
879: --
880: --
881: ota_rud_bus.chk_ddf(p_rec);
882: --
883: hr_utility.set_location(' Leaving:'||l_proc, 10);
884: End update_validate;
885: --

Line 903: end ota_rud_bus;

899: --
900: hr_utility.set_location(' Leaving:'||l_proc, 10);
901: End delete_validate;
902: --
903: end ota_rud_bus;