DBA Data[Home] [Help]

APPS.PAY_TXR_BUS dependencies on FND_MESSAGE

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

107: close csr_sec_grp;
108: --
109: -- The primary key is invalid therefore we must error
110: --
111: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
112: hr_multi_message.add
113: (p_associated_column1
114: => nvl(p_associated_column1,'JURISDICTION_CODE')
115: ,p_associated_column2

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

245: --
246: -- The primary key is invalid therefore we must error
247: --
248: close csr_leg_code;
249: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
250: fnd_message.raise_error;
251: end if;
252: hr_utility.set_location(l_proc,30);
253: --

Line 250: fnd_message.raise_error;

246: -- The primary key is invalid therefore we must error
247: --
248: close csr_leg_code;
249: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
250: fnd_message.raise_error;
251: end if;
252: hr_utility.set_location(l_proc,30);
253: --
254: -- Set the global variables so the values are

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

313: ,p_classification_id => p_rec.classification_id
314: ,p_taxability_rules_date_id => p_rec.taxability_rules_date_id
315: ,p_secondary_classification_id => p_rec.secondary_classification_id
316: ) THEN
317: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
318: fnd_message.set_token('PROCEDURE ', l_proc);
319: fnd_message.set_token('STEP ', '5');
320: fnd_message.raise_error;
321: END IF;

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

314: ,p_taxability_rules_date_id => p_rec.taxability_rules_date_id
315: ,p_secondary_classification_id => p_rec.secondary_classification_id
316: ) THEN
317: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
318: fnd_message.set_token('PROCEDURE ', l_proc);
319: fnd_message.set_token('STEP ', '5');
320: fnd_message.raise_error;
321: END IF;
322: --

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

315: ,p_secondary_classification_id => p_rec.secondary_classification_id
316: ) THEN
317: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
318: fnd_message.set_token('PROCEDURE ', l_proc);
319: fnd_message.set_token('STEP ', '5');
320: fnd_message.raise_error;
321: END IF;
322: --
323: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 320: fnd_message.raise_error;

316: ) THEN
317: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
318: fnd_message.set_token('PROCEDURE ', l_proc);
319: fnd_message.set_token('STEP ', '5');
320: fnd_message.raise_error;
321: END IF;
322: --
323: -- EDIT_HERE: Add checks to ensure non-updateable args have
324: -- not been updated.