DBA Data[Home] [Help]

APPS.PER_ESA_BUS dependencies on HZ_PARTIES

Line 296: from hz_parties hzp

292: and nvl(per.effective_end_date,hr_api.g_eot);
293: --
294: cursor csr_valid_party_id is
295: select party_id
296: from hz_parties hzp
297: where hzp.party_id = p_rec.party_id;
298: --
299: begin
300: hr_utility.set_location('Entering:'|| l_proc, 1);