DBA Data[Home] [Help]

APPS.PER_CEL_BUS dependencies on HZ_PARTIES

Line 2092: from hz_parties hzp

2088: and nvl(per.effective_end_date,hr_api.g_eot);
2089: --
2090: cursor csr_valid_party_id is
2091: select party_id
2092: from hz_parties hzp
2093: where hzp.party_id = p_rec.party_id;
2094: --
2095: begin
2096: hr_utility.set_location('Entering:'|| l_proc, 1);