68: close csr_leg_code;
69: --
70: -- The primary key is invalid therefore we must error
71: --
72: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
73: fnd_message.raise_error;
74: --
75: end if;
76: --
69: --
70: -- The primary key is invalid therefore we must error
71: --
72: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
73: fnd_message.raise_error;
74: --
75: end if;
76: --
77: close csr_leg_code;