DBA Data[Home] [Help]

APPS.IRC_PARTY_PERSON_UTL dependencies on HR_UTILITY

Line 676: hr_utility.set_location('Entering: '||l_proc, 10);

672: --
673: l_proc varchar2(72) := 'irc_party_person_utl.update_party_conc';
674: --
675: begin
676: hr_utility.set_location('Entering: '||l_proc, 10);
677: irc_party_person_utl.update_party_records;
678: commit;
679: retcode := 0;
680: hr_utility.set_location('Leaving: '||l_proc, 20);

Line 680: hr_utility.set_location('Leaving: '||l_proc, 20);

676: hr_utility.set_location('Entering: '||l_proc, 10);
677: irc_party_person_utl.update_party_records;
678: commit;
679: retcode := 0;
680: hr_utility.set_location('Leaving: '||l_proc, 20);
681: exception
682: when others then
683: rollback;
684: --