DBA Data[Home] [Help]

APPS.IRC_IDT_BUS dependencies on IRC_IDT_BUS

Line 1: Package Body irc_idt_bus as

1: Package Body irc_idt_bus as
2: /* $Header: iridtrhi.pkb 120.0 2005/07/26 15:07:27 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

157:
158: --
159: -- validate chk_source_lang
160: --
161: irc_idt_bus.chk_source_lang
162: (p_language => p_rec.language
163: ,p_source_lang => p_rec.source_language
164: );
165:

Line 191: irc_idt_bus.chk_source_lang

187:
188: --
189: -- validate chk_source_lang
190: --
191: irc_idt_bus.chk_source_lang
192: (p_language => p_rec.language
193: ,p_source_lang => p_rec.source_language
194: );
195:

Line 225: end irc_idt_bus;

221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End delete_validate;
224: --
225: end irc_idt_bus;