DBA Data[Home] [Help]

APPS.PER_EVT_BUS dependencies on HZ_PARTIES

Line 1027: from hz_parties hzp

1023: and asg.effective_end_date);
1024: --
1025: cursor csr_valid_party_id is
1026: select party_id
1027: from hz_parties hzp
1028: where hzp.party_id = p_rec.party_id;
1029: --
1030: begin
1031: hr_utility.set_location('Entering:'|| l_proc, 1);