DBA Data[Home] [Help]

APPS.IRC_APS_BUS dependencies on IRC_APS_BUS

Line 1: Package Body irc_aps_bus as

1: Package Body irc_aps_bus as
2: /* $Header: irapsrhi.pkb 120.0.12000000.1 2007/03/23 11:45:59 vboggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_aps_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 126: if ( nvl(irc_aps_bus.g_profile_snapshot_id, hr_api.g_number)

122: ,p_argument => 'profile_snapshot_id'
123: ,p_argument_value => p_profile_snapshot_id
124: );
125: --
126: if ( nvl(irc_aps_bus.g_profile_snapshot_id, hr_api.g_number)
127: = p_profile_snapshot_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 133: l_legislation_code := irc_aps_bus.g_legislation_code;

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

Line 157: irc_aps_bus.g_profile_snapshot_id := p_profile_snapshot_id;

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

Line 158: irc_aps_bus.g_legislation_code := l_legislation_code;

154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: irc_aps_bus.g_profile_snapshot_id := p_profile_snapshot_id;
158: irc_aps_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;

Line 387: end irc_aps_bus;

383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End delete_validate;
386: --
387: end irc_aps_bus;