DBA Data[Home] [Help]

APPS.PER_PHN_BUS dependencies on HZ_PARTIES

Line 731: from hz_parties hzp

727: and rownum <2; -- Performace bug fix #3387297
728: --
729: cursor csr_valid_party_id is
730: select party_id
731: from hz_parties hzp
732: where hzp.party_id = p_rec.party_id;
733: --
734: begin
735: hr_utility.set_location('Entering:'|| l_proc, 10);