DBA Data[Home] [Help]

APPS.OTA_CCI_BUS dependencies on OTA_CCI_BUS

Line 1: Package Body ota_cci_bus as

1: Package Body ota_cci_bus as
2: /* $Header: otccirhi.pkb 120.1 2005/07/21 15:07 estreacy noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

140: ,p_argument => 'certification_id'
141: ,p_argument_value => p_certification_id
142: );
143: --
144: if (( nvl(ota_cci_bus.g_category_usage_id, hr_api.g_number)
145: = p_category_usage_id)
146: and ( nvl(ota_cci_bus.g_certification_id, hr_api.g_number)
147: = p_certification_id)) then
148: --

Line 146: and ( nvl(ota_cci_bus.g_certification_id, hr_api.g_number)

142: );
143: --
144: if (( nvl(ota_cci_bus.g_category_usage_id, hr_api.g_number)
145: = p_category_usage_id)
146: and ( nvl(ota_cci_bus.g_certification_id, hr_api.g_number)
147: = p_certification_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_cci_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_cci_bus.g_legislation_code;
154: hr_utility.set_location(l_proc, 20);
155: else
156: --
157: -- The ID is different to the last call to this function

Line 177: ota_cci_bus.g_category_usage_id := p_category_usage_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_cci_bus.g_category_usage_id := p_category_usage_id;
178: ota_cci_bus.g_certification_id := p_certification_id;
179: ota_cci_bus.g_legislation_code := l_legislation_code;
180: end if;
181: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 178: ota_cci_bus.g_certification_id := p_certification_id;

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

Line 179: ota_cci_bus.g_legislation_code := l_legislation_code;

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

Line 502: ota_cci_bus.chk_df(p_rec);

498: check_start_end_dates(p_rec.start_date_active
499: ,p_rec.end_date_active);
500:
501: --
502: ota_cci_bus.chk_df(p_rec);
503: --
504:
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: End insert_validate;

Line 568: ota_cci_bus.chk_df(p_rec);

564: (p_certification_id => p_rec.certification_id,
565: p_category_usage_id => p_rec.category_usage_id);
566: END IF;
567: --
568: ota_cci_bus.chk_df(p_rec);
569: --
570: hr_utility.set_location(' Leaving:'||l_proc, 10);
571: End update_validate;
572: --

Line 854: end ota_cci_bus;

850: End check_category_dates;
851: --
852: --
853:
854: end ota_cci_bus;