DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on HZ_PARTIES

Line 725: from hz_parties hzp

721: and rownum <2; -- Performace bug fix #3387297
722: --
723: cursor csr_valid_party_id is
724: select party_id
725: from hz_parties hzp
726: where hzp.party_id = p_rec.party_id;
727: --
728: begin
729: hr_utility.set_location('Entering:'|| l_proc, 10);