DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on IRC_IOF_BUS

Line 1: Package Body irc_iof_bus as

1: Package Body irc_iof_bus as
2: /* $Header: iriofrhi.pkb 120.20 2011/04/08 12:04:09 amikukum ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_iof_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 118: if ( nvl(irc_iof_bus.g_offer_id, hr_api.g_number)

114: ,p_argument => 'offer_id'
115: ,p_argument_value => p_offer_id
116: );
117: --
118: if ( nvl(irc_iof_bus.g_offer_id, hr_api.g_number)
119: = p_offer_id) then
120: --
121: -- The legislation code has already been found with a previous
122: -- call to this function. Just return the value in the global

Line 125: l_legislation_code := irc_iof_bus.g_legislation_code;

121: -- The legislation code has already been found with a previous
122: -- call to this function. Just return the value in the global
123: -- variable.
124: --
125: l_legislation_code := irc_iof_bus.g_legislation_code;
126: hr_utility.set_location(l_proc, 20);
127: else
128: --
129: -- The ID is different to the last call to this function

Line 149: irc_iof_bus.g_offer_id := p_offer_id;

145: -- Set the global variables so the values are
146: -- available for the next call to this function.
147: --
148: close csr_leg_code;
149: irc_iof_bus.g_offer_id := p_offer_id;
150: irc_iof_bus.g_legislation_code := l_legislation_code;
151: end if;
152: hr_utility.set_location(' Leaving:'|| l_proc, 40);
153: return l_legislation_code;

Line 150: irc_iof_bus.g_legislation_code := l_legislation_code;

146: -- available for the next call to this function.
147: --
148: close csr_leg_code;
149: irc_iof_bus.g_offer_id := p_offer_id;
150: irc_iof_bus.g_legislation_code := l_legislation_code;
151: end if;
152: hr_utility.set_location(' Leaving:'|| l_proc, 40);
153: return l_legislation_code;
154: end return_legislation_code;

Line 2097: IRC_IOF_BUS.chk_multiple_fields_updated

2093: --
2094: -- Also Check that when in HOLD, no other data can be
2095: -- changed in the offer record.
2096: --
2097: IRC_IOF_BUS.chk_multiple_fields_updated
2098: ( p_offer_id => p_current_offer_record.offer_id
2099: ,p_offer_status => p_current_offer_record.offer_status
2100: ,p_discretionary_job_title => p_current_offer_record.discretionary_job_title
2101: ,p_offer_extended_method => p_current_offer_record.offer_extended_method

Line 3570: irc_iof_bus.chk_df(p_rec);

3566: );
3567: --
3568: hr_utility.set_location(l_proc, 170);
3569: --
3570: irc_iof_bus.chk_df(p_rec);
3571: --
3572: hr_utility.set_location(l_proc, 180);
3573: --
3574: hr_utility.set_location(' Leaving:'||l_proc, 180);

Line 3706: irc_iof_bus.chk_df(p_rec);

3702: );
3703: --
3704: hr_utility.set_location(l_proc, 130);
3705: --
3706: irc_iof_bus.chk_df(p_rec);
3707: --
3708: hr_utility.set_location(' Leaving:'||l_proc, 140);
3709: End update_validate;
3710: --

Line 3728: end irc_iof_bus;

3724: --
3725: hr_utility.set_location(' Leaving:'||l_proc, 10);
3726: End delete_validate;
3727: --
3728: end irc_iof_bus;