DBA Data[Home] [Help]

APPS.BEN_XID_BUS dependencies on FND_MESSAGE

Line 53: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

49: close csr_sec_grp;
50: --
51: -- The primary key is invalid therefore we must error
52: --
53: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
54: fnd_message.raise_error;
55: --
56: end if;
57: close csr_sec_grp;

Line 54: fnd_message.raise_error;

50: --
51: -- The primary key is invalid therefore we must error
52: --
53: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
54: fnd_message.raise_error;
55: --
56: end if;
57: close csr_sec_grp;
58: --

Line 300: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

296: close csr_leg_code;
297: --
298: -- The primary key is invalid therefore we must error
299: --
300: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
301: fnd_message.raise_error;
302: --
303: end if;
304: --

Line 301: fnd_message.raise_error;

297: --
298: -- The primary key is invalid therefore we must error
299: --
300: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
301: fnd_message.raise_error;
302: --
303: end if;
304: --
305: close csr_leg_code;