DBA Data[Home] [Help]

APPS.PQH_TAH_BUS dependencies on FND_MESSAGE

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

72: close csr_sec_grp;
73: --
74: -- The primary key is invalid therefore we must error
75: --
76: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
77: hr_multi_message.add
78: (p_associated_column1
79: => nvl(p_associated_column1,'APPROVAL_HISTORY_ID')
80: ,p_associated_column2

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

166: --
167: -- The primary key is invalid therefore we must error
168: --
169: close csr_leg_code;
170: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
171: fnd_message.raise_error;
172: end if;
173: hr_utility.set_location(l_proc,30);
174: --

Line 171: fnd_message.raise_error;

167: -- The primary key is invalid therefore we must error
168: --
169: close csr_leg_code;
170: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
171: fnd_message.raise_error;
172: end if;
173: hr_utility.set_location(l_proc,30);
174: --
175: -- Set the global variables so the values are

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

225: IF NOT pqh_tah_shd.api_updating
226: (p_approval_history_id => p_rec.approval_history_id
227: ,p_transaction_history_id => p_rec.transaction_history_id
228: ) THEN
229: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
230: fnd_message.set_token('PROCEDURE ', l_proc);
231: fnd_message.set_token('STEP ', '5');
232: fnd_message.raise_error;
233: END IF;

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

226: (p_approval_history_id => p_rec.approval_history_id
227: ,p_transaction_history_id => p_rec.transaction_history_id
228: ) THEN
229: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
230: fnd_message.set_token('PROCEDURE ', l_proc);
231: fnd_message.set_token('STEP ', '5');
232: fnd_message.raise_error;
233: END IF;
234: --

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

227: ,p_transaction_history_id => p_rec.transaction_history_id
228: ) THEN
229: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
230: fnd_message.set_token('PROCEDURE ', l_proc);
231: fnd_message.set_token('STEP ', '5');
232: fnd_message.raise_error;
233: END IF;
234: --
235: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 232: fnd_message.raise_error;

228: ) THEN
229: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
230: fnd_message.set_token('PROCEDURE ', l_proc);
231: fnd_message.set_token('STEP ', '5');
232: fnd_message.raise_error;
233: END IF;
234: --
235: -- EDIT_HERE: Add checks to ensure non-updateable args have
236: -- not been updated.