DBA Data[Home] [Help]

APPS.IRC_IPT_BUS dependencies on IRC_IPT_BUS

Line 1: Package Body irc_ipt_bus as

1: Package Body irc_ipt_bus as
2: /* $Header: iriptrhi.pkb 120.1 2010/06/10 06:01:23 uuddavol ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_ipt_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 216: irc_ipt_bus.chk_source_lang

212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: --
215: hr_utility.set_location(l_proc, 10);
216: irc_ipt_bus.chk_source_lang
217: (
218: p_language => p_rec.language
219: ,p_source_lang => p_rec.source_language
220: );

Line 222: irc_ipt_bus.chk_name

218: p_language => p_rec.language
219: ,p_source_lang => p_rec.source_language
220: );
221: hr_utility.set_location(l_proc, 20);
222: irc_ipt_bus.chk_name
223: (
224: p_name => p_rec.name
225: ,p_language => p_rec.language
226: );

Line 245: irc_ipt_bus.chk_source_lang

241: chk_non_updateable_args
242: (p_rec => p_rec
243: );
244: hr_utility.set_location(l_proc, 10);
245: irc_ipt_bus.chk_source_lang
246: (
247: p_language => p_rec.language
248: ,p_source_lang => p_rec.source_language
249: );

Line 251: irc_ipt_bus.chk_name

247: p_language => p_rec.language
248: ,p_source_lang => p_rec.source_language
249: );
250: hr_utility.set_location(l_proc, 20);
251: irc_ipt_bus.chk_name
252: (
253: p_name => p_rec.name
254: ,p_language => p_rec.language
255: );

Line 274: end irc_ipt_bus;

270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End delete_validate;
273: --
274: end irc_ipt_bus;