DBA Data[Home] [Help]

APPS.PER_CNI_BUS dependencies on FND_MESSAGE

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

64: close csr_sec_grp;
65: --
66: -- The primary key is invalid therefore we must error
67: --
68: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
69: hr_multi_message.add
70: (p_associated_column1
71: => nvl(p_associated_column1,'CONFIG_INFORMATION_ID')
72: );

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

151: --
152: -- The primary key is invalid therefore we must error
153: --
154: close csr_leg_code;
155: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
156: fnd_message.raise_error;
157: end if;
158: hr_utility.set_location(l_proc,30);
159: --

Line 156: fnd_message.raise_error;

152: -- The primary key is invalid therefore we must error
153: --
154: close csr_leg_code;
155: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
156: fnd_message.raise_error;
157: end if;
158: hr_utility.set_location(l_proc,30);
159: --
160: -- Set the global variables so the values are

Line 395: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

391: --
392: IF NOT per_cni_shd.api_updating
393: (p_config_information_id => p_rec.config_information_id
394: ) THEN
395: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
396: fnd_message.set_token('PROCEDURE ', l_proc);
397: fnd_message.set_token('STEP ', '5');
398: fnd_message.raise_error;
399: END IF;

Line 396: fnd_message.set_token('PROCEDURE ', l_proc);

392: IF NOT per_cni_shd.api_updating
393: (p_config_information_id => p_rec.config_information_id
394: ) THEN
395: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
396: fnd_message.set_token('PROCEDURE ', l_proc);
397: fnd_message.set_token('STEP ', '5');
398: fnd_message.raise_error;
399: END IF;
400: --

Line 397: fnd_message.set_token('STEP ', '5');

393: (p_config_information_id => p_rec.config_information_id
394: ) THEN
395: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
396: fnd_message.set_token('PROCEDURE ', l_proc);
397: fnd_message.set_token('STEP ', '5');
398: fnd_message.raise_error;
399: END IF;
400: --
401: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 398: fnd_message.raise_error;

394: ) THEN
395: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
396: fnd_message.set_token('PROCEDURE ', l_proc);
397: fnd_message.set_token('STEP ', '5');
398: fnd_message.raise_error;
399: END IF;
400: --
401: -- EDIT_HERE: Add checks to ensure non-updateable args have
402: -- not been updated.