DBA Data[Home] [Help]

APPS.OTA_FRM_BUS dependencies on OTA_FRM_BUS

Line 1: Package Body ota_frm_bus as

1: Package Body ota_frm_bus as
2: /* $Header: otfrmrhi.pkb 120.3 2006/04/27 00:19 aabalakr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

118: ,p_argument => 'forum_id'
119: ,p_argument_value => p_forum_id
120: );
121: --
122: if ( nvl(ota_frm_bus.g_forum_id, hr_api.g_number)
123: = p_forum_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_frm_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_frm_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_frm_bus.g_forum_id := p_forum_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_frm_bus.g_forum_id := p_forum_id;
154: ota_frm_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_frm_bus.g_legislation_code := l_legislation_code;

150: -- available for the next call to this function.
151: --
152: close csr_leg_code;
153: ota_frm_bus.g_forum_id := p_forum_id;
154: ota_frm_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 431: ota_frm_bus.check_start_end_dates(p_rec.start_date_active

427: --
428: --
429: hr_multi_message.end_validation_set;
430: --
431: ota_frm_bus.check_start_end_dates(p_rec.start_date_active
432: ,p_rec.end_date_active);
433:
434: -- Validate Dependent Attributes
435: --

Line 473: ota_frm_bus.check_start_end_dates(p_rec.start_date_active

469: (p_effective_date => p_effective_date
470: ,p_rec => p_rec
471: );
472: --
473: ota_frm_bus.check_start_end_dates(p_rec.start_date_active
474: ,p_rec.end_date_active);
475:
476: chk_forum_end_date(p_forum_id =>p_rec.forum_id,
477: p_end_date =>p_rec.end_date_active);

Line 506: end ota_frm_bus;

502: --
503: hr_utility.set_location(' Leaving:'||l_proc, 10);
504: End delete_validate;
505: --
506: end ota_frm_bus;