DBA Data[Home] [Help]

APPS.PAY_SSR_BUS dependencies on FND_MESSAGE

Line 51: fnd_message.set_name('PAY', 'PAY_50100_ETM_INVALID_EXC_RULE');

47: fetch csr_exclusion_rule_id_valid into l_valid;
48: if csr_exclusion_rule_id_valid%notfound then
49: hr_utility.set_location('Leaving:'||l_proc, 10);
50: close csr_exclusion_rule_id_valid;
51: fnd_message.set_name('PAY', 'PAY_50100_ETM_INVALID_EXC_RULE');
52: fnd_message.raise_error;
53: end if;
54: close csr_exclusion_rule_id_valid;
55: end if;

Line 52: fnd_message.raise_error;

48: if csr_exclusion_rule_id_valid%notfound then
49: hr_utility.set_location('Leaving:'||l_proc, 10);
50: close csr_exclusion_rule_id_valid;
51: fnd_message.set_name('PAY', 'PAY_50100_ETM_INVALID_EXC_RULE');
52: fnd_message.raise_error;
53: end if;
54: close csr_exclusion_rule_id_valid;
55: end if;
56: end if;

Line 92: fnd_message.set_name('PAY', 'PAY_50111_SSR_INVALID_DELETE');

88: close csr_core_objects;
89: hr_utility.set_location(' Leaving:'||l_proc, 15);
90: exception
91: when l_error then
92: fnd_message.set_name('PAY', 'PAY_50111_SSR_INVALID_DELETE');
93: fnd_message.raise_error;
94: when others then
95: hr_utility.set_location(' Leaving:'||l_proc, 20);
96: raise;

Line 93: fnd_message.raise_error;

89: hr_utility.set_location(' Leaving:'||l_proc, 15);
90: exception
91: when l_error then
92: fnd_message.set_name('PAY', 'PAY_50111_SSR_INVALID_DELETE');
93: fnd_message.raise_error;
94: when others then
95: hr_utility.set_location(' Leaving:'||l_proc, 20);
96: raise;
97: End chk_delete;

Line 143: fnd_message.set_name('PAY', 'PAY_50109_SSR_CORE_ROW_EXISTS');

139: fetch csr_disallow_update into l_disallow;
140: if csr_disallow_update%found then
141: hr_utility.set_location(l_proc, 20);
142: close csr_disallow_update;
143: fnd_message.set_name('PAY', 'PAY_50109_SSR_CORE_ROW_EXISTS');
144: fnd_message.raise_error;
145: end if;
146: close csr_disallow_update;
147: --

Line 144: fnd_message.raise_error;

140: if csr_disallow_update%found then
141: hr_utility.set_location(l_proc, 20);
142: close csr_disallow_update;
143: fnd_message.set_name('PAY', 'PAY_50109_SSR_CORE_ROW_EXISTS');
144: fnd_message.raise_error;
145: end if;
146: close csr_disallow_update;
147: --
148: -- p_element_type_id

Line 203: fnd_message.set_name('PAY', 'PAY_50095_ETM_INVALID_ELE_TYPE');

199: fetch csr_element_type_exists into l_exists;
200: if csr_element_type_exists%notfound then
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: close csr_element_type_exists;
203: fnd_message.set_name('PAY', 'PAY_50095_ETM_INVALID_ELE_TYPE');
204: fnd_message.raise_error;
205: end if;
206: close csr_element_type_exists;
207: hr_utility.set_location(' Leaving:'||l_proc, 15);

Line 204: fnd_message.raise_error;

200: if csr_element_type_exists%notfound then
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: close csr_element_type_exists;
203: fnd_message.set_name('PAY', 'PAY_50095_ETM_INVALID_ELE_TYPE');
204: fnd_message.raise_error;
205: end if;
206: close csr_element_type_exists;
207: hr_utility.set_location(' Leaving:'||l_proc, 15);
208: End chk_element_type_id;

Line 258: fnd_message.set_name('PAY', 'PAY_50110_SSR_RULE_EXISTS');

254: fetch csr_sub_classi_rule_exists into l_exists;
255: if csr_sub_classi_rule_exists%found then
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: close csr_sub_classi_rule_exists;
258: fnd_message.set_name('PAY', 'PAY_50110_SSR_RULE_EXISTS');
259: fnd_message.raise_error;
260: end if;
261: close csr_sub_classi_rule_exists;
262: end if;

Line 259: fnd_message.raise_error;

255: if csr_sub_classi_rule_exists%found then
256: hr_utility.set_location(' Leaving:'||l_proc, 10);
257: close csr_sub_classi_rule_exists;
258: fnd_message.set_name('PAY', 'PAY_50110_SSR_RULE_EXISTS');
259: fnd_message.raise_error;
260: end if;
261: close csr_sub_classi_rule_exists;
262: end if;
263: hr_utility.set_location(' Leaving:'||l_proc, 25);