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.13 2006/04/17 05:06 narvenka noship $ */
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 2046: IRC_IOF_BUS.chk_multiple_fields_updated

2042: --
2043: -- Also Check that when in HOLD, no other data can be
2044: -- changed in the offer record.
2045: --
2046: IRC_IOF_BUS.chk_multiple_fields_updated
2047: ( p_offer_id => p_current_offer_record.offer_id
2048: ,p_offer_status => p_current_offer_record.offer_status
2049: ,p_discretionary_job_title => p_current_offer_record.discretionary_job_title
2050: ,p_offer_extended_method => p_current_offer_record.offer_extended_method

Line 3516: irc_iof_bus.chk_df(p_rec);

3512: );
3513: --
3514: hr_utility.set_location(l_proc, 170);
3515: --
3516: irc_iof_bus.chk_df(p_rec);
3517: --
3518: hr_utility.set_location(l_proc, 180);
3519: --
3520: hr_utility.set_location(' Leaving:'||l_proc, 180);

Line 3652: irc_iof_bus.chk_df(p_rec);

3648: );
3649: --
3650: hr_utility.set_location(l_proc, 130);
3651: --
3652: irc_iof_bus.chk_df(p_rec);
3653: --
3654: hr_utility.set_location(' Leaving:'||l_proc, 140);
3655: End update_validate;
3656: --

Line 3674: end irc_iof_bus;

3670: --
3671: hr_utility.set_location(' Leaving:'||l_proc, 10);
3672: End delete_validate;
3673: --
3674: end irc_iof_bus;