DBA Data[Home] [Help]

APPS.OTA_ACI_BUS dependencies on OTA_ACI_BUS

Line 1: PACKAGE BODY OTA_ACI_BUS as

1: PACKAGE BODY OTA_ACI_BUS as
2: /* $Header: otacirhi.pkb 120.0 2005/05/29 06:51:07 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_aci_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 144: if (( nvl(ota_aci_bus.g_activity_version_id, hr_api.g_number)

140: ,p_argument => 'category_usage_id'
141: ,p_argument_value => p_category_usage_id
142: );
143: --
144: if (( nvl(ota_aci_bus.g_activity_version_id, hr_api.g_number)
145: = p_activity_version_id)
146: and ( nvl(ota_aci_bus.g_category_usage_id, hr_api.g_number)
147: = p_category_usage_id)) then
148: --

Line 146: and ( nvl(ota_aci_bus.g_category_usage_id, hr_api.g_number)

142: );
143: --
144: if (( nvl(ota_aci_bus.g_activity_version_id, hr_api.g_number)
145: = p_activity_version_id)
146: and ( nvl(ota_aci_bus.g_category_usage_id, hr_api.g_number)
147: = p_category_usage_id)) then
148: --
149: -- The legislation code has already been found with a previous
150: -- call to this function. Just return the value in the global

Line 153: l_legislation_code := ota_aci_bus.g_legislation_code;

149: -- The legislation code has already been found with a previous
150: -- call to this function. Just return the value in the global
151: -- variable.
152: --
153: l_legislation_code := ota_aci_bus.g_legislation_code;
154: hr_utility.set_location(v_proc, 20);
155: else
156: --
157: -- The ID is different to the last call to this function

Line 177: ota_aci_bus.g_activity_version_id := p_activity_version_id;

173: -- Set the global variables so the values are
174: -- available for the next call to this function.
175: --
176: close csr_leg_code;
177: ota_aci_bus.g_activity_version_id := p_activity_version_id;
178: ota_aci_bus.g_category_usage_id := p_category_usage_id;
179: ota_aci_bus.g_legislation_code := l_legislation_code;
180: end if;
181: hr_utility.set_location(' Leaving:'|| v_proc, 40);

Line 178: ota_aci_bus.g_category_usage_id := p_category_usage_id;

174: -- available for the next call to this function.
175: --
176: close csr_leg_code;
177: ota_aci_bus.g_activity_version_id := p_activity_version_id;
178: ota_aci_bus.g_category_usage_id := p_category_usage_id;
179: ota_aci_bus.g_legislation_code := l_legislation_code;
180: end if;
181: hr_utility.set_location(' Leaving:'|| v_proc, 40);
182: return l_legislation_code;

Line 179: ota_aci_bus.g_legislation_code := l_legislation_code;

175: --
176: close csr_leg_code;
177: ota_aci_bus.g_activity_version_id := p_activity_version_id;
178: ota_aci_bus.g_category_usage_id := p_category_usage_id;
179: ota_aci_bus.g_legislation_code := l_legislation_code;
180: end if;
181: hr_utility.set_location(' Leaving:'|| v_proc, 40);
182: return l_legislation_code;
183: end return_legislation_code;

Line 971: ota_aci_bus.chk_ddf(p_rec);

967: check_dates_update_act( p_rec.activity_version_id
968: , p_rec.start_date_active
969: , p_rec.end_date_active);
970: --
971: ota_aci_bus.chk_ddf(p_rec);
972: --
973: hr_utility.set_location(' Leaving:'||v_proc, 10);
974: End insert_validate;
975: --

Line 1056: ota_aci_bus.chk_ddf(p_rec);

1052: , p_rec.start_date_active
1053: , p_rec.end_date_active);
1054:
1055: --
1056: ota_aci_bus.chk_ddf(p_rec);
1057: end if;
1058: --
1059: hr_utility.set_location(' Leaving:'||v_proc, 10);
1060: End update_validate;

Line 1080: end ota_aci_bus;

1076: --
1077: hr_utility.set_location(' Leaving:'||v_proc, 10);
1078: End delete_validate;
1079: --
1080: end ota_aci_bus;
1081: