DBA Data[Home] [Help]

APPS.IRC_PARTY_PERSON_UTL dependencies on IRC_PARTY_PERSON_UTL

Line 1: package body irc_party_person_utl as

1: package body irc_party_person_utl as
2: /* $Header: irptpeul.pkb 120.0 2005/07/26 15:16:00 mbocutt noship $ */
3: procedure update_party_records(p_mode varchar2) is
4:
5: type t_number is table of number index by binary_integer;

Line 673: l_proc varchar2(72) := 'irc_party_person_utl.update_party_conc';

669:
670: procedure update_party_conc(errbuf out nocopy varchar2
671: ,retcode out nocopy varchar2) is
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;

Line 677: irc_party_person_utl.update_party_records;

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);
681: exception

Line 690: end irc_party_person_utl;

686: --
687: errbuf := sqlerrm;
688: retcode := 2;
689: end update_party_conc;
690: end irc_party_person_utl;