DBA Data[Home] [Help]

APPS.PER_REI_BUS dependencies on PER_CTR_BUS

Line 308: l_rec.legislation_code <> per_ctr_bus.return_legislation_code(p_contact_relationship_id)) then

304: --
305: -- Check the information_type is available in current legislation.
306: --
307: if (l_rec.legislation_code is not null and
308: l_rec.legislation_code <> per_ctr_bus.return_legislation_code(p_contact_relationship_id)) then
309: fnd_message.set_name('PER', 'HR_INV_INFO_TYPE');
310: fnd_message.raise_error;
311: end if;
312: --