DBA Data[Home] [Help]

APPS.IRC_IAD_BUS dependencies on IRC_IAD_BUS

Line 1: Package Body irc_iad_bus as

1: Package Body irc_iad_bus as
2: /* $Header: iriadrhi.pkb 120.3.12000000.2 2007/03/23 07:14:06 vboggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_iad_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 128: if ( nvl(irc_iad_bus.g_assignment_details_id, hr_api.g_number)

124: ,p_argument => 'assignment_details_id'
125: ,p_argument_value => p_assignment_details_id
126: );
127: --
128: if ( nvl(irc_iad_bus.g_assignment_details_id, hr_api.g_number)
129: = p_assignment_details_id) then
130: --
131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global

Line 135: l_legislation_code := irc_iad_bus.g_legislation_code;

131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global
133: -- variable.
134: --
135: l_legislation_code := irc_iad_bus.g_legislation_code;
136: hr_utility.set_location(l_proc, 20);
137: else
138: --
139: -- The ID is different to the last call to this function

Line 159: irc_iad_bus.g_assignment_details_id := p_assignment_details_id;

155: -- Set the global variables so the values are
156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: irc_iad_bus.g_assignment_details_id := p_assignment_details_id;
160: irc_iad_bus.g_legislation_code := l_legislation_code;
161: end if;
162: hr_utility.set_location(' Leaving:'|| l_proc, 40);
163: return l_legislation_code;

Line 160: irc_iad_bus.g_legislation_code := l_legislation_code;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: irc_iad_bus.g_assignment_details_id := p_assignment_details_id;
160: irc_iad_bus.g_legislation_code := l_legislation_code;
161: end if;
162: hr_utility.set_location(' Leaving:'|| l_proc, 40);
163: return l_legislation_code;
164: end return_legislation_code;

Line 667: end irc_iad_bus;

663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 10);
665: End delete_validate;
666: --
667: end irc_iad_bus;