586: close csr_bus_grp;
587: --
588: -- The primary key is invalid therefore we must error
589: --
590: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
591: fnd_message.raise_error;
592: --
593: end if;
594: close csr_bus_grp;
587: --
588: -- The primary key is invalid therefore we must error
589: --
590: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
591: fnd_message.raise_error;
592: --
593: end if;
594: close csr_bus_grp;
595: --