DBA Data[Home] [Help]

APPS.OTA_LCI_BUS dependencies on OTA_LCI_BUS

Line 1: Package Body ota_lci_bus as

1: Package Body ota_lci_bus as
2: /* $Header: otlcirhi.pkb 120.1 2006/10/09 11:53:51 sschauha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_lci_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 145: if (( nvl(ota_lci_bus.g_learning_path_id, hr_api.g_number)

141: ,p_argument => 'category_usage_id'
142: ,p_argument_value => p_category_usage_id
143: );
144: --
145: if (( nvl(ota_lci_bus.g_learning_path_id, hr_api.g_number)
146: = p_learning_path_id)
147: and ( nvl(ota_lci_bus.g_category_usage_id, hr_api.g_number)
148: = p_category_usage_id)) then
149: --

Line 147: and ( nvl(ota_lci_bus.g_category_usage_id, hr_api.g_number)

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

Line 154: l_legislation_code := ota_lci_bus.g_legislation_code;

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

Line 178: ota_lci_bus.g_learning_path_id := p_learning_path_id;

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

Line 179: ota_lci_bus.g_category_usage_id := p_category_usage_id;

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

Line 180: ota_lci_bus.g_legislation_code := l_legislation_code;

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

Line 504: ota_lci_bus.chk_df(p_rec);

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

Line 575: ota_lci_bus.chk_df(p_rec);

571: END IF;
572:
573:
574: --
575: ota_lci_bus.chk_df(p_rec);
576: --
577: hr_utility.set_location(' Leaving:'||l_proc, 10);
578: End update_validate;
579: --

Line 859: end ota_lci_bus;

855: --
856: End check_category_dates;
857: --
858: --
859: end ota_lci_bus;