DBA Data[Home] [Help]

APPS.IRC_CMC_BUS dependencies on IRC_CMC_BUS

Line 1: Package Body irc_cmc_bus as

1: Package Body irc_cmc_bus as
2: /* $Header: ircmcrhi.pkb 120.0 2007/11/19 11:04:15 sethanga noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_cmc_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 134: if ( nvl(irc_cmc_bus.g_communication_id, hr_api.g_number)

130: ,p_argument => 'communication_id'
131: ,p_argument_value => p_communication_id
132: );
133: --
134: if ( nvl(irc_cmc_bus.g_communication_id, hr_api.g_number)
135: = p_communication_id) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 141: l_legislation_code := irc_cmc_bus.g_legislation_code;

137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global
139: -- variable.
140: --
141: l_legislation_code := irc_cmc_bus.g_legislation_code;
142: hr_utility.set_location(l_proc, 20);
143: else
144: --
145: -- The ID is different to the last call to this function

Line 165: irc_cmc_bus.g_communication_id := p_communication_id;

161: -- Set the global variables so the values are
162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: irc_cmc_bus.g_communication_id := p_communication_id;
166: irc_cmc_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;

Line 166: irc_cmc_bus.g_legislation_code := l_legislation_code;

162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: irc_cmc_bus.g_communication_id := p_communication_id;
166: irc_cmc_bus.g_legislation_code := l_legislation_code;
167: end if;
168: hr_utility.set_location(' Leaving:'|| l_proc, 40);
169: return l_legislation_code;
170: end return_legislation_code;

Line 562: irc_cmc_bus.chk_status

558: l_proc varchar2(72) := g_package||'insert_update_validate';
559: --
560: Begin
561: --
562: irc_cmc_bus.chk_status
563: (
564: p_rec.status,
565: p_rec.communication_id,
566: p_effective_date,

Line 570: irc_cmc_bus.chk_start_end_date

566: p_effective_date,
567: p_rec.object_version_number
568: );
569:
570: irc_cmc_bus.chk_start_end_date
571: ( p_rec.start_date,
572: p_rec.end_date,
573: p_rec.communication_id,
574: p_rec.object_version_number

Line 604: irc_cmc_bus.insert_update_validate(p_effective_date, p_rec);

600: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
601: --
602: -- Validate Dependent Attributes
603: --
604: irc_cmc_bus.insert_update_validate(p_effective_date, p_rec);
605: irc_cmc_bus.chk_object_type(p_rec.object_type);
606: irc_cmc_bus.chk_object_id(p_rec.object_id, p_rec.object_type);
607: --
608: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 605: irc_cmc_bus.chk_object_type(p_rec.object_type);

601: --
602: -- Validate Dependent Attributes
603: --
604: irc_cmc_bus.insert_update_validate(p_effective_date, p_rec);
605: irc_cmc_bus.chk_object_type(p_rec.object_type);
606: irc_cmc_bus.chk_object_id(p_rec.object_id, p_rec.object_type);
607: --
608: hr_utility.set_location(' Leaving:'||l_proc, 10);
609: End insert_validate;

Line 606: irc_cmc_bus.chk_object_id(p_rec.object_id, p_rec.object_type);

602: -- Validate Dependent Attributes
603: --
604: irc_cmc_bus.insert_update_validate(p_effective_date, p_rec);
605: irc_cmc_bus.chk_object_type(p_rec.object_type);
606: irc_cmc_bus.chk_object_id(p_rec.object_id, p_rec.object_type);
607: --
608: hr_utility.set_location(' Leaving:'||l_proc, 10);
609: End insert_validate;
610: --

Line 641: irc_cmc_bus.insert_update_validate(p_effective_date, p_rec);

637: (p_effective_date => p_effective_date
638: ,p_rec => p_rec
639: );
640: --
641: irc_cmc_bus.insert_update_validate(p_effective_date, p_rec);
642: --
643: hr_utility.set_location(' Leaving:'||l_proc, 10);
644: End update_validate;
645: --

Line 663: end irc_cmc_bus;

659: --
660: hr_utility.set_location(' Leaving:'||l_proc, 10);
661: End delete_validate;
662: --
663: end irc_cmc_bus;