DBA Data[Home] [Help]

APPS.IRC_IID_BUS dependencies on IRC_IID_BUS

Line 1: Package Body irc_iid_bus as

1: Package Body irc_iid_bus as
2: /* $Header: iriidrhi.pkb 120.3.12010000.2 2008/11/06 13:49:47 mkjayara ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_iid_bus.'; -- Global package name
9: --
10: -- ---------------------------------------------------------------------------
11: -- |----------------------< chk_delete >--------------------------|
12: -- ---------------------------------------------------------------------------

Line 518: irc_iid_bus.chk_result(p_rec => p_rec

514: -- raise error saying result is mandatory when status is complete
515: fnd_message.set_name('PER','IRC_412474_INT_RSLT_MANDATORY');
516: fnd_message.raise_error;
517: else
518: irc_iid_bus.chk_result(p_rec => p_rec
519: ,p_effective_date => p_effective_date
520: );
521: end if;
522: else

Line 635: -- irc_iid_bus.chk_event_id (p_rec => p_rec); -- commented for fixing the issue

631: --
632: Begin
633: hr_utility.set_location('Entering:'||l_proc, 5);
634: --
635: -- irc_iid_bus.chk_event_id (p_rec => p_rec); -- commented for fixing the issue
636: irc_iid_bus.chk_status(p_rec => p_rec
637: ,p_effective_date => p_effective_date);
638: irc_iid_bus.chk_completed(p_rec => p_rec
639: ,p_effective_date => p_effective_date

Line 636: irc_iid_bus.chk_status(p_rec => p_rec

632: Begin
633: hr_utility.set_location('Entering:'||l_proc, 5);
634: --
635: -- irc_iid_bus.chk_event_id (p_rec => p_rec); -- commented for fixing the issue
636: irc_iid_bus.chk_status(p_rec => p_rec
637: ,p_effective_date => p_effective_date);
638: irc_iid_bus.chk_completed(p_rec => p_rec
639: ,p_effective_date => p_effective_date
640: );

Line 638: irc_iid_bus.chk_completed(p_rec => p_rec

634: --
635: -- irc_iid_bus.chk_event_id (p_rec => p_rec); -- commented for fixing the issue
636: irc_iid_bus.chk_status(p_rec => p_rec
637: ,p_effective_date => p_effective_date);
638: irc_iid_bus.chk_completed(p_rec => p_rec
639: ,p_effective_date => p_effective_date
640: );
641: irc_iid_bus.chk_ddf(p_rec);
642: --

Line 641: irc_iid_bus.chk_ddf(p_rec);

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

Line 668: irc_iid_bus.chk_event_id (p_rec => p_rec);

664: --
665: Begin
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: irc_iid_bus.chk_event_id (p_rec => p_rec);
669: irc_iid_bus.chk_status(p_rec => p_rec
670: ,p_effective_date => p_effective_date);
671: --
672: --

Line 669: irc_iid_bus.chk_status(p_rec => p_rec

665: Begin
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: irc_iid_bus.chk_event_id (p_rec => p_rec);
669: irc_iid_bus.chk_status(p_rec => p_rec
670: ,p_effective_date => p_effective_date);
671: --
672: --
673: open csr_old_status;

Line 678: irc_iid_bus.chk_updated_status(p_old_status => l_old_status

674: fetch csr_old_status into l_old_status;
675: --
676: if csr_old_status%found then
677: if (l_old_status <> p_rec.status) then
678: irc_iid_bus.chk_updated_status(p_old_status => l_old_status
679: ,p_new_status => p_rec.status);
680: end if;
681: else
682: -- raise error saying that record does not exist

Line 687: irc_iid_bus.chk_completed(p_rec => p_rec

683: fnd_message.set_name('PER','IRC_412484_INV_INT_DETAILS_ID');
684: fnd_message.raise_error;
685: end if;
686: close csr_old_status;
687: irc_iid_bus.chk_completed(p_rec => p_rec
688: ,p_effective_date => p_effective_date
689: );
690: --
691: -- Call the datetrack update integrity operation

Line 704: irc_iid_bus.chk_ddf(p_rec);

700: (p_effective_date => p_effective_date
701: ,p_rec => p_rec
702: );
703: --
704: irc_iid_bus.chk_ddf(p_rec);
705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 10);
707: End update_validate;
708: --

Line 709: end irc_iid_bus;

705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 10);
707: End update_validate;
708: --
709: end irc_iid_bus;