DBA Data[Home] [Help]

APPS.IRC_IOS_BUS dependencies on IRC_IOS_BUS

Line 1: Package Body irc_ios_bus as

1: Package Body irc_ios_bus as
2: /* $Header: iriosrhi.pkb 120.3.12010000.2 2008/11/09 06:41:05 vmummidi ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_ios_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 52: if ( nvl(irc_ios_bus.g_offer_status_history_id, hr_api.g_number)

48: ,p_argument => 'offer_status_history_id'
49: ,p_argument_value => p_offer_status_history_id
50: );
51: --
52: if ( nvl(irc_ios_bus.g_offer_status_history_id, hr_api.g_number)
53: = p_offer_status_history_id) then
54: --
55: -- The legislation code has already been found with a previous
56: -- call to this function. Just return the value in the global

Line 59: l_legislation_code := irc_ios_bus.g_legislation_code;

55: -- The legislation code has already been found with a previous
56: -- call to this function. Just return the value in the global
57: -- variable.
58: --
59: l_legislation_code := irc_ios_bus.g_legislation_code;
60: hr_utility.set_location(l_proc, 20);
61: else
62: --
63: -- The ID is different to the last call to this function

Line 83: irc_ios_bus.g_offer_status_history_id := p_offer_status_history_id;

79: -- Set the global variables so the values are
80: -- available for the next call to this function.
81: --
82: close csr_leg_code;
83: irc_ios_bus.g_offer_status_history_id := p_offer_status_history_id;
84: irc_ios_bus.g_legislation_code := l_legislation_code;
85: end if;
86: hr_utility.set_location(' Leaving:'|| l_proc, 40);
87: return l_legislation_code;

Line 84: irc_ios_bus.g_legislation_code := l_legislation_code;

80: -- available for the next call to this function.
81: --
82: close csr_leg_code;
83: irc_ios_bus.g_offer_status_history_id := p_offer_status_history_id;
84: irc_ios_bus.g_legislation_code := l_legislation_code;
85: end if;
86: hr_utility.set_location(' Leaving:'|| l_proc, 40);
87: return l_legislation_code;
88: end return_legislation_code;

Line 696: end irc_ios_bus;

692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End delete_validate;
695: --
696: end irc_ios_bus;