DBA Data[Home] [Help]

APPS.PAY_SBA_BUS dependencies on FND_MESSAGE

Line 81: fnd_message.set_name('PAY', 'PAY_50202_SBA_CORE_ROW_EXISTS');

77: fetch csr_disallow_update into l_disallow;
78: if csr_disallow_update%found then
79: hr_utility.set_location(l_proc, 20);
80: close csr_disallow_update;
81: fnd_message.set_name('PAY', 'PAY_50202_SBA_CORE_ROW_EXISTS');
82: fnd_message.raise_error;
83: end if;
84: close csr_disallow_update;
85: hr_utility.set_location(' Leaving:'||l_proc, 25);

Line 82: fnd_message.raise_error;

78: if csr_disallow_update%found then
79: hr_utility.set_location(l_proc, 20);
80: close csr_disallow_update;
81: fnd_message.set_name('PAY', 'PAY_50202_SBA_CORE_ROW_EXISTS');
82: fnd_message.raise_error;
83: end if;
84: close csr_disallow_update;
85: hr_utility.set_location(' Leaving:'||l_proc, 25);
86: exception

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

130: fetch csr_exclusion_rule_id_valid into l_valid;
131: if csr_exclusion_rule_id_valid%notfound then
132: hr_utility.set_location('Leaving:'||l_proc, 10);
133: close csr_exclusion_rule_id_valid;
134: fnd_message.set_name('PAY', 'PAY_50100_ETM_INVALID_EXC_RULE');
135: fnd_message.raise_error;
136: end if;
137: close csr_exclusion_rule_id_valid;
138: end if;

Line 135: fnd_message.raise_error;

131: if csr_exclusion_rule_id_valid%notfound then
132: hr_utility.set_location('Leaving:'||l_proc, 10);
133: close csr_exclusion_rule_id_valid;
134: fnd_message.set_name('PAY', 'PAY_50100_ETM_INVALID_EXC_RULE');
135: fnd_message.raise_error;
136: end if;
137: close csr_exclusion_rule_id_valid;
138: end if;
139: end if;

Line 177: fnd_message.set_name('PAY', 'PAY_50203_ETM_INVALID_DEF_BAL');

173: fetch csr_defined_balance_exists into l_exists;
174: if csr_defined_balance_exists%notfound then
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: close csr_defined_balance_exists;
177: fnd_message.set_name('PAY', 'PAY_50203_ETM_INVALID_DEF_BAL');
178: fnd_message.raise_error;
179: end if;
180: close csr_defined_balance_exists;
181: hr_utility.set_location(' Leaving:'||l_proc, 15);

Line 178: fnd_message.raise_error;

174: if csr_defined_balance_exists%notfound then
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: close csr_defined_balance_exists;
177: fnd_message.set_name('PAY', 'PAY_50203_ETM_INVALID_DEF_BAL');
178: fnd_message.raise_error;
179: end if;
180: close csr_defined_balance_exists;
181: hr_utility.set_location(' Leaving:'||l_proc, 15);
182: End chk_defined_balance_id;

Line 232: fnd_message.set_name('PAY', 'PAY_50205_SBA_BAL_ATTR_EXISTS');

228: fetch csr_balance_attribute_exists into l_exists;
229: if csr_balance_attribute_exists%found then
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: close csr_balance_attribute_exists;
232: fnd_message.set_name('PAY', 'PAY_50205_SBA_BAL_ATTR_EXISTS');
233: fnd_message.raise_error;
234: end if;
235: close csr_balance_attribute_exists;
236: end if;

Line 233: fnd_message.raise_error;

229: if csr_balance_attribute_exists%found then
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: close csr_balance_attribute_exists;
232: fnd_message.set_name('PAY', 'PAY_50205_SBA_BAL_ATTR_EXISTS');
233: fnd_message.raise_error;
234: end if;
235: close csr_balance_attribute_exists;
236: end if;
237: hr_utility.set_location(' Leaving:'||l_proc, 25);

Line 272: fnd_message.set_name('PAY', 'PAY_50204_SBA_INVALID_DELETE');

268: close csr_core_objects;
269: hr_utility.set_location(' Leaving:'||l_proc, 15);
270: exception
271: when l_error then
272: fnd_message.set_name('PAY', 'PAY_50204_SBA_INVALID_DELETE');
273: fnd_message.raise_error;
274: when others then
275: hr_utility.set_location(' Leaving:'||l_proc, 20);
276: raise;

Line 273: fnd_message.raise_error;

269: hr_utility.set_location(' Leaving:'||l_proc, 15);
270: exception
271: when l_error then
272: fnd_message.set_name('PAY', 'PAY_50204_SBA_INVALID_DELETE');
273: fnd_message.raise_error;
274: when others then
275: hr_utility.set_location(' Leaving:'||l_proc, 20);
276: raise;
277: End chk_delete;